From fac758cc45e1412cfa5150952e56e2e9ab2d57f2 Mon Sep 17 00:00:00 2001 From: Jeroen Date: Thu, 5 Oct 2017 12:24:33 +0200 Subject: [PATCH] Prepare for release --- DESCRIPTION | 2 +- NEWS | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index c86bed73..6c591e1a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: magick Type: Package Title: Advanced Graphics and Image-Processing in R -Version: 1.3.9000 +Version: 1.4 Author: Jeroen Ooms Maintainer: Jeroen Ooms Description: Bindings to 'ImageMagick': the most comprehensive open-source image diff --git a/NEWS b/NEWS index ec2a7d02..b3c8e0a5 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,9 @@ 1.4 + - Windows/OSX: update imagemagick fixes a rare png writing bug - Set MAGICK_TMPDIR to match R session tempdir() instead of global TMPDIR - Explicitly set channels in image_negate() for IM7 compatibility - Added image_channel() to extract a single channel from an image + - Added new image_convolve() function 1.3 - Automatically import + export magrittr::`%>%` for easy pipelining