A classic and practical PHP image processing class to share. The PHP image manipulation class provided in this article can meet most of the functional needs of the website. It can complete the functions of zooming, adding watermarks and cropping images, and supports the processing of multiple image types. For specified The image is optimized when zooming, and the image of the specified area can be cut out from a large background image. For more specific requirements, please refer to the comments in the PHP class code for detailed explanation.
Picture library13582017-03-10
Image processing classes in DreamWeaver cms, including:
1.Generate thumbnails
2.Picture watermark
3. Use gd to generate thumbnails
4. Use gd for watermarking
Picture library16122017-02-27
A PHP multifunctional image processing library, basic image processing, used to complete image indentation and watermark addition. Friends who need it can refer to it to facilitate everyone to learn the php code
Picture library17162017-02-23
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
Picture library16652017-02-23
Snappy is PHP5 for generating thumbnails, snapshots, PDFs, URLs or HTML pages. It uses the excellent wkhtmltopdf and wkhtmltoimage based on WebKit and can be adapted to windows on OSX and Linux.
Picture library28942017-02-21
Imagine is an object-oriented PHP class library for image manipulation. This class library can handle some commonly used operations such as scaling, cropping, applying filters, etc. Its Color class library can be used to generate RGB values for any specific color. It also provides some methods to draw graphics such as arcs, ellipses, lines, slices, etc.
Picture library52392017-02-21
As the name suggests, ImageWorkshop is a PHP class library for managing and operating images. This class has logic similar to that of image editing software: based on the concept of layers, many layers or layer groups can be superimposed (different manipulation options for each layer). It also supports many functions such as watermark, crop, move, zoom, rotate, overlay, etc.
Picture library28212017-02-21
Zebra Image is an open source lightweight image processing library and an object-oriented library that only requires PHP GD2 extension and supports scaling, cropping, rotating and flipping operations. It can be used in .jpg, .gif, .png and other formats.
Picture library33252017-02-21
PHP Thumb is a PHP class used to generate thumbnails of images. It only takes a few lines of code, supports multiple image sources, including file systems or databases, and supports most image formats. You can also rotate, cut, add watermarks to pictures, etc. The quality of thumbnails can be customized and built-in caching is provided to reduce server load.
Picture library83092017-02-21
Munee is a PHP library that integrates image resizing, CSS-JS merging/compression, caching and other functions. Resources can be cached on the server side and client side. It integrates the PHP image manipulation library Imagine to realize image resizing and cropping, and then caches it.
Munee can automatically compile LESS, SCSS and CoffeeScript, and merge CSS JS files into a single request. In addition, it can also minify these CSS-JS files to give them better performance. The library can also be easily integrated with any code.
Picture library26552017-02-21