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.
- Host: GitHub
- URL: https://github.com/halojoy/thumbnail-creator
- Owner: halojoy
- License: mit
- Created: 2019-07-20T19:33:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-14T20:41:18.000Z (almost 6 years ago)
- Last Synced: 2025-01-10T01:51:31.241Z (9 months ago)
- Topics: bmp, class, create, generate, generation, gif, jpg, php, png, thumbnails, transparency, transparent
- Language: PHP
- Homepage:
- Size: 7.84 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 '';
?>
```