aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/Makefile
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2012-02-27 05:54:23 +0800
committertota <tota@FreeBSD.org>2012-02-27 05:54:23 +0800
commitd0ff63e23fe0615cba7f34b1d2cc07c6455707af (patch)
tree7eea88beecf507aeacd770fa74df9f9bd5b2178f /graphics/Makefile
parent0a6a1d9582da412b67271c27fe220532bfbc80a8 (diff)
downloadfreebsd-ports-graphics-d0ff63e23fe0615cba7f34b1d2cc07c6455707af.tar.gz
freebsd-ports-graphics-d0ff63e23fe0615cba7f34b1d2cc07c6455707af.tar.zst
freebsd-ports-graphics-d0ff63e23fe0615cba7f34b1d2cc07c6455707af.zip
- Add a new port: graphics/R-cran-rtiff
This package will read and write TIFF format images and return them as a pixmap object. Because the resulting object can be very large for even modestly sized TIFF images, images can be reduced as they are read for improved performance. This package is a wrapper around libtiff (www.libtiff.org), on which it depends (i.e. the libtiff shared library must be on your PATH for the binary to work, and tiffio.h must be on your system to build the package from source). By using libtiff's highlevel TIFFReadRGBAImage function, this package inherently support a wide range of image formats and compression schemes. This package also provides an implementation of the Ridler Autothresholding algorithm for easy generation of binary masks. WWW: http://cran.r-project.org/web/packages/rtiff/
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 2ab6fc78235..b29cc3f2c1f 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -23,6 +23,7 @@
SUBDIR += R-cran-ggplot2
SUBDIR += R-cran-munsell
SUBDIR += R-cran-rgdal
+ SUBDIR += R-cran-rtiff
SUBDIR += R-cran-shape
SUBDIR += SciPlot
SUBDIR += a2png