An open API service indexing awesome lists of open source software.

https://github.com/halojoy/thumbnail-creator

PHP Class for resize and create, generate thumbnails. Supports GIF, JPG (JPEG), PNG and BMP images.
https://github.com/halojoy/thumbnail-creator

bmp class create generate generation gif jpg php png thumbnails transparency transparent

Last synced: 8 months ago
JSON representation

PHP Class for resize and create, generate thumbnails. Supports GIF, JPG (JPEG), PNG and BMP images.

Awesome Lists containing this project

README

          

### Thumbnail-Creator
PHP Class for resize and create, generate thumbnails.

Supports GIF, JPG (JPEG), PNG and BMP images.

Will preserve transparency for GIF and PNG.

(JPG and BMP are not transparent.)

For BMP thumbnails you need PHP >= 7.2.



The class is very easy to use and do the generation of thumbnail.

Have a look at the examples!
```php
resize($image);
echo '';

?>
```