検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 18 for dest (0.002 sec.)
JPEG画像をWBMP画像に変換する 11942
« iptcparse png2wbmp » PHP Manual GD および Image 関数 JPEG画像をWBMP画像に変換する jpeg2wbmp (P ... 2wbmp ( string $jpegname , string $wbmpname , int $dest_height , int $dest_width , int $threshold ): bool ... 像ファイルのパス wbmpname 出力先のWBMPファイルのパス dest_height 出力画像の高さ dest_width 出力画像の幅 thre ... 変換する 関連キーワード: 画像 , WBMP , 変換 , 出力 , dest , 関数 , int , 推奨 , height , 失敗 ...
https://man.plustar.jp/php/function.jpeg2wbmp.html - [similar]
PNG画像をWBMP画像に変換する 11942
« jpeg2wbmp GdImage » PHP Manual GD および Image 関数 PNG画像をWBMP画像に変換する png2wbmp (PHP ... g2wbmp ( string $pngname , string $wbmpname , int $dest_height , int $dest_width , int $threshold ): bool ... NG画像ファイル wbmpname 出力先のWBMPファイルのパス dest_height 出力画像の高さ dest_width 出力画像の幅 thre ... 変換する 関連キーワード: 画像 , WBMP , 変換 , 出力 , dest , 関数 , int , 推奨 , height , 失敗 ...
https://man.plustar.jp/php/function.png2wbmp.html - [similar]
3 つのファイルをひとつに統合する 9745
« xdiff_file_diff xdiff_file_patch_binary » PHP Manual xdiff 関数 3 つのファイルをひとつに統合す ... , string $new_file1 , string $new_file2 , string $dest ): mixed 3 つのファイルをひとつに統合し、結果をファ ... イル dest に保存します。 old_file が元のバージョンで、 new_f ... 3 番目のファイルへのパス。 old_file の修正版です。 dest 結果のファイルへのパス。 new_file1 と new_file2 の ... 合 , xdiff , new , ファイル , string , old , パス , dest , 修正 ...
https://man.plustar.jp/php/function.xdiff-file-merge3.html - [similar]
xdiff_file_bpatch のエイリアス 9745
« xdiff_file_merge3 xdiff_file_patch » PHP Manual xdiff 関数 xdiff_file_bpatch のエイリアス xdif ... ch_binary ( string $file , string $patch , string $dest ): bool ファイル file にバイナリ形式のパッチファイ ... ル patch を適用し、結果をファイル dest に保存します。 この関数は、 xdiff_file_bdiff() 関数 ... le 元のファイル。 patch バイナリのパッチファイル。 dest 結果のファイルへのパス。 戻り値 成功した場合に tru ... patch , bpatch , string , binary , パッチ , 関数 , dest , バイナリ ...
https://man.plustar.jp/php/function.xdiff-file-patch-binary.html - [similar]
ソースファイルポインタからストリームデータを取得し、 エンコーディングを適用し、... 9608
« mailparse_rfc822_parse_addresses mailparse_uudecode_all » PHP Manual Mailparse 関数 ソースファ ... rse_stream_encode ( resource $sourcefp , resource $destfp , string $encoding ): bool ソースファイルポインタ ... のファイルからのストリームがパーサに流し込まれます。 destfp エンコードしたデータを書き込むファイルハンドル。 ... me text=hello. $fp = fopen ( 'email.eml' , 'r' ); $dest = tmpfile (); mailparse_stream_encode ( $fp , $des ... t , "quoted-printable" ); rewind ( $dest ); // ファイルの内容を表示します fpassthru ( $dest ...
https://man.plustar.jp/php/function.mailparse-stream-encode.html - [similar]
画像の一部をコピーする 9454
« imageconvolution imagecopymerge » PHP Manual GD および Image 関数 画像の一部をコピーする image ... 作成します $src = imagecreatefromgif ( 'php.gif' ); $dest = imagecreatetruecolor ( 80 , 40 ); // コピーします ... imagecopy ( $dest , $src , 0 , 0 , 20 , 13 , 80 , 40 ); // 出力してメ ... header ( 'Content-Type: image/gif' ); imagegif ( $dest ); imagedestroy ( $dest ); imagedestroy ( $src ); ...
https://man.plustar.jp/php/function.imagecopy.html - [similar]
同一ドキュメント内のページへのリンクを追加する 9316
« ps_add_launchlink ps_add_note » PHP Manual PS 関数 同一ドキュメント内のページへのリンクを追加す ... ly , float $urx , float $ury , int $page , string $dest ): bool 指定した位置に、同一ドキュメント内のページ ... 標。 page リンクがクリックされた際に開始するページ。 dest dest は、ドキュメントがどのように 表示されるかを指 ... 追加 , ドキュメント , 座標 , 表示 , float , urx , dest , ury ...
https://man.plustar.jp/php/function.ps-add-locallink.html - [similar]
別の PDF ドキュメントのページへのリンクを追加する 9162
« ps_add_note ps_add_weblink » PHP Manual PS 関数 別の PDF ドキュメントのページへのリンクを追加す ... loat $ury , string $filename , int $page , string $dest ): bool 指定した位置に、別の PDF ドキュメントへのハ ... トの名前。 page 対象 PDF ドキュメントのページ番号。 dest dest は、ドキュメントがどのように 表示されるかを指 ... キュメント , 追加 , 座標 , 別 , 表示 , float , urx , dest ...
https://man.plustar.jp/php/function.ps-add-pdflink.html - [similar]
イメージの一部をコピー、マージする 9025
« imagecopy imagecopymergegray » PHP Manual GD および Image 関数 イメージの一部をコピー、マージす ... 度でマージ <?php // 画像のインスタンスを作成します $dest = imagecreatefromgif ( 'php.gif' ); $src = imagecr ... .gif' ); // コピー・マージします imagecopymerge ( $dest , $src , 10 , 10 , 0 , 0 , 100 , 47 , 75 ); // 出力 ... header ( 'Content-Type: image/gif' ); imagegif ( $dest ); imagedestroy ( $dest ); imagedestroy ( $src ); ...
https://man.plustar.jp/php/function.imagecopymerge.html - [similar]
グレースケールでイメージの一部をコピー、マージする 8733
« imagecopymerge imagecopyresampled » PHP Manual GD および Image 関数 グレースケールでイメージの ... の使用法 <?php // 画像のインスタンスを作成します $dest = imagecreatefromgif ( 'php.gif' ); $src = imagecr ... ー・マージ (Gray = 20%) します imagecopymergegray ( $dest , $src , 10 , 10 , 0 , 0 , 100 , 47 , 20 ); // 出力 ... header ( 'Content-Type: image/gif' ); imagegif ( $dest ); imagedestroy ( $dest ); imagedestroy ( $src ); ...
https://man.plustar.jp/php/function.imagecopymergegray.html - [similar]
PREV 1 2 NEXT