Watimage Versions Save

:framed_picture: PHP image manipulation class

2.0.6

7 years ago

2.0.5

8 years ago
  • Fixed issue where gif transparencies were lost when resizing them (#25)
  • Added toString and fromString to export and import image files to/from strings.
  • Some minor coding changes were also made.

2.0.4

8 years ago

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.

2.0.3

8 years ago
  • Fixed an issue with reduce method introduced in version 2.0.2 (1eea239600b452c9e93d78bd3e408bfd2f2d9c20).
  • 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.

2.0.2

8 years ago
  • Increased tests + code coverage.
  • resizeMin method is now an alias of reduce, as they do exactly the same.
  • A lot of bugfixes.

2.0.0

8 years ago
  • 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!!

1.0.2

8 years ago
  • 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.

1.0.1

8 years ago
  • Fixed example to use namespaces.
  • Fixed issue with imagerotate.

1.0.0

9 years ago

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.0

enjoy :smile: