This repository was archived by the owner on Aug 26, 2024. It is now read-only.
Releases: elboletaire/Watimage
Releases · elboletaire/Watimage
Silenced exif warnings
2.0.6 Merge remote-tracking branch 'origin/develop'
Fixed issue where gif transparencies were lost when resizing them
- Fixed issue where gif transparencies were lost when resizing them (#25)
- Added
toStringandfromStringto export and import image files to/from strings. - Some minor coding changes were also made.
Fixed issue with classicResize
Fixed classicResize not resizing images when they were square and the resize size height was set to the actual image's width.
Also added more tests.
Fixes + new method `color`
- Fixed an issue with
reducemethod introduced in version 2.0.2 (1eea239). - Test files have been resized to reduce memory consumption and speed up tests. Now there's no need to increase the default phpunit memory when running tests.
- More and better examples.
- And testing, of course.
Increased code coverage
- Increased tests + code coverage.
resizeMinmethod is now an alias ofreduce, as they do exactly the same.- A lot of bugfixes.
Major upgrade! Watimage is now more powerful than ever!
- Split all logic into different classes
- Image: Generate images and deals with them.
- Watermark: Logic for applying watermarks
- Normalizer: Used by functions to allow user pass arguments in a lot of
different ways. - Watimage: backward compatible class. If you upgrade Watimage to this
version from 1.0.2 you won't need to carry about the migration.
- Added a lot of new methods to deal with images (see the api).
- Reads exif information for jpeg files by default.
- Autoorientate method based on exif information.
- Added custom exceptions.
Check out the readme and the source files for more details!!
Version 1.0.2
- Minor coding style changes.
- Fixed applying watermarks to gif files will make its background black.
- Images are allways rotated clockwise (imagerotate was rotating them reversely).
- Fixed imagerotate crashing when receiving a bgcolor of -1.
- Added different compression value for png files.
- Added visual tests.
Version 1.0.1
- Fixed example to use namespaces.
- Fixed issue with imagerotate.
1.0.0 Stable
Watimage has ben refactored in order to easily be imported using composer.
From now on, you can install Watimage as easy as:
composer require elboletaire/watimge 1.0.0enjoy 😄