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()

1.1
  - Change default 'bg' in image_graph() to 'white'
  - Fix positioning of rasterImage() when raster image is rotated
  - Use TriangleFilter for interpolating rasterImage()
  - Improve support for 'symbol' fonts (metrics are still not 100%)
  - Rotate text using affine transformations
  - image_composite() gains a 'composite_args' parameter needed for e.g. blend
  - Fix support for demo images e.g. image_read("wizard:") or image_read("logo:")

1.0
  - Vectorize image_draw() (all drawing should be applied to each frame)
  - Rename 'image_device' to 'image_graph'
  - Add 'antialias' parameter to image_graph() and image_draw() and image_convert()
  - New function image_apply() to apply a transformation to each frame individually
  - New function image_ocr() for easy text extraction
  - Added image_despeckle(), image_median(), image_reducenoise() (tnx Noam Ross)
  - image_background() now flattens each frame by default
  - Support dev.capture() for in image_graph() and image_draw() device
  - Support type nativeRaster, raster, and matrix in image_read()
  - Drawing rasters reimplemented DrawableCompositeImage()
  - OSX: Fix performance issue with font caching
  - Windows: Fix performance issue with font rendering
  - Windows: Add back support for gcc-4.6.3 on Windows

0.5
  - NEW: native graphics device for producing images! See ?magick_device
  - NEW: easy drawing on top of images using magick_draw()
  - Windows: updated build to 6.9.9-3
  - Various fixes to support upcoming IM7 (IM6 is still recommended)
  - Update vignette with new features

0.4
  - Extract autobrew script

0.3
  - Add [<-.magick-image to support for assigning layers to image by index
  - Revert Windows build to ImageMagick 6 because IM7 is too buggy
  - Add plot(image) method
  - Added intro vignette

0.2.2
  - Try again to fix the mac binary package
  - Switch the Windows package to ImageMagick 7

0.2.1
  - Try to fix the mac binary package

0.2
  - Build binary package on OS-X --with-zero-configuation (fixes "config xml file" errors).
  - image_read now reads straight from disk rather than via R.
  - Add as.raster() method for images
  - image_write gains a 'flatten' argument
  - Lots of small tweaks here and there

0.1
  - Initial CRAN release
