Skip to content

magick 1.0

Compare
Choose a tag to compare
@jeroen jeroen released this 07 Aug 16:57

Magick 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

Magick 0.5 (RC)

  • 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