aboutsummaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2012-02-26 21:54:23 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2012-02-26 21:54:23 +0000
commit0ca99f6414250b258b315059a1db9f9b31467247 (patch)
tree2b1036a2d7ffcf6907021af531a7832289b7030a /graphics/Makefile
parent93cc7cd78bea2e086f0b697423b71f9fa0b3fe1c (diff)
downloadports-0ca99f6414250b258b315059a1db9f9b31467247.tar.gz
ports-0ca99f6414250b258b315059a1db9f9b31467247.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/
Notes
Notes: svn path=/head/; revision=292282
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 2ab6fc782358..b29cc3f2c1fe 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