Skip to content

Releases: Aiger/ImageTools

v1.0.7

02 Jan 12:17
Compare
Choose a tag to compare

The Image::setOpacitymethod can now take opacity values that are greater than 1.

v1.0.6

20 May 06:40
Compare
Choose a tag to compare
  • Fixed: on some systems transparent pixels in PNG images with palette become black in an output image;
  • A little bit more light output PNG files.

v1.0.5

25 Nov 07:19
Compare
Choose a tag to compare
  • Added stamp method that helps to put stamp and watermark on image;
  • Added factory method screenshot that creates image from screen.

v1.0.4

20 Nov 04:39
Compare
Choose a tag to compare
  • Added opacity support:
    • setOpacity method;
    • insertImage can apply opacity to inserted image;
  • Added crop method;
  • Enhancements and fixes.

v1.0.3

18 Nov 03:09
Compare
Choose a tag to compare

Changed chaining model: methods return new image object and don't modify current object.

v1.0.2

18 Nov 02:11
Compare
Choose a tag to compare
  • Local image type constants are replaced by global PHP constants;
  • Added method that saves image to directory and automatically selects file name.

v1.0.1

17 Nov 23:24
Compare
Choose a tag to compare

Chaining support.