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!'; } ?>
Nach dem Login kopieren
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn

Heiße KI -Werkzeuge

Undresser.AI Undress
KI-gestützte App zum Erstellen realistischer Aktfotos

AI Clothes Remover
Online-KI-Tool zum Entfernen von Kleidung aus Fotos.

Undress AI Tool
Ausziehbilder kostenlos

Clothoff.io
KI-Kleiderentferner

AI Hentai Generator
Erstellen Sie kostenlos Ai Hentai.

Heißer Artikel
Repo: Wie man Teamkollegen wiederbelebt
1 Monate vor
By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energiekristalle erklärten und was sie tun (gelber Kristall)
2 Wochen vor
By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Abenteuer: Wie man riesige Samen bekommt
1 Monate vor
By 尊渡假赌尊渡假赌尊渡假赌
Wie lange dauert es, um Split Fiction zu schlagen?
4 Wochen vor
By DDD
R.E.P.O. Dateispeicherspeicherort: Wo ist es und wie schützt sie?
4 Wochen vor
By DDD

Heiße Werkzeuge

Notepad++7.3.1
Einfach zu bedienender und kostenloser Code-Editor

SublimeText3 chinesische Version
Chinesische Version, sehr einfach zu bedienen

Senden Sie Studio 13.0.1
Leistungsstarke integrierte PHP-Entwicklungsumgebung

Dreamweaver CS6
Visuelle Webentwicklungstools

SublimeText3 Mac-Version
Codebearbeitungssoftware auf Gottesniveau (SublimeText3)
