Skip to content

magick 1.2

Compare
Choose a tag to compare
@jeroen jeroen released this 21 Aug 13:26
· 574 commits to master since this release

Magick 1.2

  • Documentation! Split manuals into meaningful pages
  • Windows / MacOS: update ImageMagick to 6.9.9-9 (fixes a png bug and one for linejoins)
  • Added image_modulate() for setting brightness, saturation, hue
  • Added image_quantize() option for reducing number of colors in an image
  • Added image_resize() which supports custom resize filters
  • image_border() now takes a operator parameter, fixes transparency bug
  • image_write() gains a parameter 'comment' to add metadata to the file
  • image_convert() gain 'type' and 'colorspace' parameters e.g. to convert to grayscale
  • image_animate() has been merged with image_coalesce()