テキストの透かし:
コードをコピー コードは次のとおりです:
$w = 80;
$h = 20; ;
$im = imagecreatetruecolor($w,$h);
$textcolor = imagecolorallocate($im, 123, 12, 255);
$white = imagecolorallocate($im, 255, 255, 255) );
$grey = imagecolorallocate($im, 128, 128, 128);
$black = imagecolourallocate($im, 0, 0, 0); 399, 29 , $grey); // 長方形を描いて塗りつぶします
// 画像の左上隅に文字列を書き込みます
imagestring($im, 3, 2, 3, " Hello world!", $textcolor );
// 出力画像
header("Content-type: image/jpeg");
imagejpeg($im);
imagedestroy($ im);
画像ウォーターマーク
$groundImg = "DSC05940.jpeg";
$groundInfo = getimagesize($groundImg);
//print_r( $groundInfo);
$ground_h = $groundInfo[1];
switch($groundInfo[2]){
ケース 1:
$ground_im = imagecreatefromgif($ groundImg);
ブレイク ;
ケース 2:
$ground_im = imagecreatefromjpeg($groundImg);
ケース 3:
$ground_im = imagecreatefrompng($groundImg); 🎜>break;
}
$waterImg = "DSC05949.jpeg"; $water_w = $imgInfo[1 ];
switch($imgInfo[2]){
ケース 1:
$water_im = imagecreatefromgif($waterImg);ケース 2:
$water_im = imagecreatefromjpeg($waterImg);
ケース 3:
$water_im = imagecreatefrompng($waterImg);
imagecopy($ground_im,$water_im ,100,100,0,0,500,500);
header("Content-type: image/jpeg");
画像のマージ php には多くの機能があります: 例: imagecopymerge、imagecopyresize

ホットAIツール

Undresser.AI Undress
リアルなヌード写真を作成する AI 搭載アプリ

AI Clothes Remover
写真から衣服を削除するオンライン AI ツール。

Undress AI Tool
脱衣画像を無料で

Clothoff.io
AI衣類リムーバー

AI Hentai Generator
AIヘンタイを無料で生成します。

人気の記事

ホットツール

ゼンドスタジオ 13.0.1
強力な PHP 統合開発環境

SublimeText3 英語版
推奨: Win バージョン、コードプロンプトをサポート!

ドリームウィーバー CS6
ビジュアル Web 開発ツール

MantisBT
Mantis は、製品の欠陥追跡を支援するために設計された、導入が簡単な Web ベースの欠陥追跡ツールです。 PHP、MySQL、Web サーバーが必要です。デモおよびホスティング サービスをチェックしてください。

VSCode Windows 64 ビットのダウンロード
Microsoft によって発売された無料で強力な IDE エディター
