Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Releases: elboletaire/Watimage

Silenced exif warnings

02 Nov 11:33

Choose a tag to compare

2.0.6

Merge remote-tracking branch 'origin/develop'

Fixed issue where gif transparencies were lost when resizing them

28 Apr 23:33

Choose a tag to compare

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

Fixed issue with classicResize

16 Apr 03:52

Choose a tag to compare

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`

15 Sep 23:58

Choose a tag to compare

  • Fixed an issue with reduce method 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

13 Sep 22:08

Choose a tag to compare

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

Major upgrade! Watimage is now more powerful than ever!

11 Sep 22:54

Choose a tag to compare

  • 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

27 Jun 14:21

Choose a tag to compare

  • 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

27 Jun 14:20

Choose a tag to compare

  • Fixed example to use namespaces.
  • Fixed issue with imagerotate.

1.0.0 Stable

08 Dec 16:42

Choose a tag to compare

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 😄