A PHP class library for generating thumbnails that can generate:
1. Generate distorted thumbnails
2. Generate scaled thumbnails
3. Generate minimally cropped thumbnails
4. Generate thumbnails with background fill
All resources on this site are contributed by netizens or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this site are for learning reference only. Please do not use them for commercial purposes. Otherwise, you will be responsible for all consequences! If there is any infringement, please contact us to delete it. Contact information: admin@php.cn
Related Article
13Jul2016
Sharing code for generating picture thumbnails in PHP based on GD2 graphics library. Code sharing for generating image thumbnails using PHP based on the GD2 graphics library. To use PHP to generate image thumbnails, make sure your PHP server has the GD2 graphics library installed. Use a class to generate image thumbnails.
25Jul2016
PHP class library for generating QR codes (QRCode method)
29Jul2016
http://www.google.com.hk/:http://www.google.com.hk/ A fast class library for generating static HTML using PHP: Copy the code as follows:
14Jul2016
Introduction to the use of PHP QR Code, a class library for generating QR codes in PHP. QR codes are used to record data information with specific geometric figures on a flat surface. QR codes are a common two-dimensional code. The QR principle is relatively complicated to understand. If you deal with it yourself, it will probably cost a lot of money.
21Jul2016
PHP code that generates thumbnails with good compatibility. Copy the code as follows: function ImageResize($srcFile,$toW,$toH,$toFile="") { if($toFile==""){ $toFile = $srcFile; } $info = ""; $data = GetImageSize($srcFile,$info); switch ($d
12Nov2016
Use the PHP QR Code class library to create a QR code. Example browser output: include "phpqrcode/phpqrcode.php"; $value="http://s.bookphone.cn/chinabook/index.php/adminhtml/Croles /admin"; $errorCorrectionLevel = "L&q ...
Hot Tools
PHP multifunctional image processing class
PHP multifunctional image processing class
PHP library for creating animated GIFs
PHP library for creating animated GIFs