Results of 1 - 10 of about 11 for imagefilter (0.005 sec.)
- 画像にフィルタを適用する 13869
- « imagefilltoborder imageflip » PHP Manual GD および Image 関数 画像にフィルタを適用する imagefilter
...
lter (PHP 5, PHP 7, PHP 8) imagefilter — 画像にフィルタを適用する 説明 imagefilter ( GdIm ...
lter , array | int | float | bool ...$args ): bool imagefilter() は、指定したフィルタ filter を image に適用します ...
ト ( IMG_FILTER_SCATTER ) が追加されました。 例 例1 imagefilter() グレースケールの例 <?php $im = imagecreatefrompn ...
g ( 'dave.png' ); if( $im && imagefilter ( $im , IMG_FILTER_GRAYSCALE )) { echo 'Image conv ...
-
https://man.plustar.jp/php/function.imagefilter.html
- [similar]
- 定義済み定数 10811
- « リソース型 例 » PHP Manual GD 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数
...
す。 IMG_FILTER_NEGATE ( int ) 特別な GD フィルタ。 imagefilter() 関数で使用します。 IMG_FILTER_GRAYSCALE ( int ) ...
特別な GD フィルタ。 imagefilter() 関数で使用します。 IMG_FILTER_BRIGHTNESS ( int ) ...
特別な GD フィルタ。 imagefilter() 関数で使用します。 IMG_FILTER_CONTRAST ( int ) 特 ...
別な GD フィルタ。 imagefilter() 関数で使用します。 IMG_FILTER_COLORIZE ( int ) 特 ...
-
https://man.plustar.jp/php/image.constants.html
- [similar]
- GD2 ファイルまたは URL から新規イメージを生成する 8677
- « imagecreatefrombmp imagecreatefromgd2part » PHP Manual GD および Image 関数 GD2 ファイルまたは
...
// 画像の打ち消しを行います if( function_exists ( 'imagefilter' )) { imagefilter ( $im , IMG_FILTER_NEGATE ); } / ...
-
https://man.plustar.jp/php/function.imagecreatefromgd2.html
- [similar]
- GD2 ファイルまたは URL の指定した部分から新規イメージを生成する 8624
- « imagecreatefromgd2 imagecreatefromgd » PHP Manual GD および Image 関数 GD2 ファイルまたは URL
...
、エンボス処理を行っています if( function_exists ( 'imagefilter' )) { imagefilter ( $im , IMG_FILTER_EMBOSS ); } / ...
-
https://man.plustar.jp/php/function.imagecreatefromgd2part.html
- [similar]
- 指定したモードで画像を反転させる 8161
- « imagefilter imagefontheight » PHP Manual GD および Image 関数 指定したモードで画像を反転させる
...
-
https://man.plustar.jp/php/function.imageflip.html
- [similar]
- div および offset の係数を使用し、3x3 の畳み込み配列を適用する 8108
- « imagecolortransparent imagecopy » PHP Manual GD および Image 関数 div および offset の係数を使
...
null , 9 ); ?> 上の例の出力は以下となります。 参考 imagefilter() - 画像にフィルタを適用する 関連キーワード: 配列 ...
-
https://man.plustar.jp/php/function.imageconvolution.html
- [similar]
- 特定色で塗りつぶす 8108
- « imagefilledrectangle imagefilter » PHP Manual GD および Image 関数 特定色で塗りつぶす imagefil
...
-
https://man.plustar.jp/php/function.imagefilltoborder.html
- [similar]
- GD および Image 関数 7930
- « imagecopymerge による半透明なすかしの作成 gd_info » PHP Manual GD GD および Image 関数 GD およ
...
形を描画する imagefilltoborder — 特定色で塗りつぶす imagefilter — 画像にフィルタを適用する imageflip — 指定したモー ...
-
https://man.plustar.jp/php/ref.image.html
- [similar]
- 画像処理 (GD) 7877
- « read_exif_data はじめに » PHP Manual 画像処理および作成 画像処理 (GD) 画像処理 (GD) はじめに イ
...
形を描画する imagefilltoborder — 特定色で塗りつぶす imagefilter — 画像にフィルタを適用する imageflip — 指定したモー ...
-
https://man.plustar.jp/php/book.image.html
- [similar]
- リソース型の一覧 7823
- « その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の
...
b() , imagecolordeallocate() , imagecolormatch() , imagefilter() , imagefttext() , imagegd() , imagegd2() , image ...
-
https://man.plustar.jp/php/resource.html
- [similar]