検索

phrase: max: clip:
target: order:
Results of 1 - 4 of about 4 for logo (0.003 sec.)
画像にフィルタを適用する 12334
« imagefilltoborder imageflip » PHP Manual GD および Image 関数 画像にフィルタを適用する imagefi ... ilter() でのモザイク処理の例 <?php // Load the PHP logo, we need to create two instances // to show the di ... fferences $logo1 = imagecreatefrompng ( './php.png' ); $logo2 = im ... ces on $output = imagecreatetruecolor ( imagesx ( $logo1 ) * 2 , imagesy ( $logo1 )); // Apply pixelation ... instance, with a block // size of 3 imagefilter ( $logo1 , IMG_FILTER_PIXELATE , 3 ); imagefilter ( $logo2 ...
https://man.plustar.jp/php/function.imagefilter.html - [similar]
この色に関連付けられている色カウントを返す 8968
« ImagickPixel::getColorAsString ImagickPixel::getColorQuantum » PHP Manual ImagickPixel この色に ... ; $imagick -> newPseudoImage ( 640 , 480 , "magick:logo" ); $histogramElements = $imagick -> getImageHisto ...
https://man.plustar.jp/php/imagickpixel.getcolorcount.html - [similar]
Bind variables to a prepared statement as parameters 7933
« CUBRID 関数 cubrid_close_prepare » PHP Manual CUBRID 関数 Bind variables to a prepared stateme ... ( $con , $sql ); cubrid_bind ( $req , 1 , "cubrid_logo.png" , "blob" ); cubrid_execute ( $req ); } ?> 参考 ...
https://man.plustar.jp/php/function.cubrid-bind.html - [similar]
画像の大きさを取得する 7711
« gd_info getimagesizefromstring » PHP Manual GD および Image 関数 画像の大きさを取得する getima ... size = getimagesize ( "http://www.example.com/gifs/logo.gif" ); // ファイル名にスペースが含まれる場合は適切 ...
https://man.plustar.jp/php/function.getimagesize.html - [similar]
PREV 1 NEXT