Zebra_Image 示例代码
source_path = 'path/to/image.png'; // indicate a target image // note that there's no extra property to set in order to specify the target image's type - // simply by writing '.jpg' as extension will instruct the script to create a 'jpg' file $image->target_path = 'path/to/image.jpg'; // since in this example we're going to have a jpeg file, let's set the output image's quality $image->jpeg_quality = 100; // some additional properties that can be set // read about them in the documentation $image->preserve_aspect_ratio = true; $image->enlarge_smaller_images = true; $image->preserve_time = true; // resize the image to exactly 100x100 pixels by using the "crop from center" method // (read more in the overview section or in the documentation) // and if there is an error, check what the error is about if (!$image->resize(100, 100, ZEBRA_IMAGE_CROP_CENTER)) { // if there was an error, let's see what the error is about switch ($image->error) { case 1: echo 'Source file could not be found!'; break; case 2: echo 'Source file is not readable!'; break; case 3: echo 'Could not write target file!'; break; case 4: echo 'Unsupported source file format!'; break; case 5: echo 'Unsupported target file format!'; break; case 6: echo 'GD library version does not support target file format!'; break; case 7: echo 'GD library is not installed!'; break; } // if no errors } else { echo 'Success!'; } ?>
ログイン後にコピー
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。

ホットAIツール

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

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

Undress AI Tool
脱衣画像を無料で

Clothoff.io
AI衣類リムーバー

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

人気の記事
アサシンのクリードシャドウズ:シーシェルリドルソリューション
3週間前
By DDD
Windows11 KB5054979の新しいものと更新の問題を修正する方法
2週間前
By DDD
Atomfallのクレーンコントロールキーカードを見つける場所
3週間前
By DDD
R.E.P.O.で節約説明した(そしてファイルを保存)
1 か月前
By 尊渡假赌尊渡假赌尊渡假赌
アサシンクリードシャドウ - 鍛冶屋を見つけて武器と鎧のカスタマイズを解除する方法
4週間前
By DDD

ホットツール

メモ帳++7.3.1
使いやすく無料のコードエディター

SublimeText3 中国語版
中国語版、とても使いやすい

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

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

SublimeText3 Mac版
神レベルのコード編集ソフト(SublimeText3)

ホットトピック
Gmailメールのログイン入り口はどこですか?
7566
15


CakePHP チュートリアル
1386
52


Steamのアカウント名の形式は何ですか
87
11


NYTの接続はヒントと回答です
28
106

