search
HomePHP LibrariesPicture libraryA class library for generating thumbnails in PHP

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

Disclaimer

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

Code sharing for generating image thumbnails using PHP based on GD2 graphics library, _PHP tutorialCode sharing for generating image thumbnails using PHP based on GD2 graphics library, _PHP tutorial

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.

PHP class library for generating QR codes (QRCode method)PHP class library for generating QR codes (QRCode method)

25Jul2016

PHP class library for generating QR codes (QRCode method)

http://www.google.com.hk/ A fast class library for generating static HTML using PHPhttp://www.google.com.hk/ A fast class library for generating static HTML using PHP

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:

Introduction to the use of PHP QR Code, a class library for generating QR codes_PHP tutorialIntroduction to the use of PHP QR Code, a class library for generating QR codes_PHP tutorial

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.

Code for generating thumbnails in PHP with good compatibility_PHP tutorialCode for generating thumbnails in PHP with good compatibility_PHP tutorial

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

Use the PHP QR Code class library to create a QR code with a LOGO in the middleUse the PHP QR Code class library to create a QR code with a LOGO in the middle

12Nov2016

Use the PHP QR Code class library to create a QR code. Example browser output:

See all articles