Last data update: 2014.03.03

rtiff

Package: rtiff
Type: Package
Title: Read and Write TIFF Files
Version: 1.4.5
Date: 2015-07-15
Depends: pixmap
Author: Eric Kort <eric.kort@vai.org>
Maintainer: Eric Kort <eric.kort@vai.org>
SystemRequirements: libtiff
Description: Reads and writes TIFF format images and
returns 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
supports 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.
License: GPL-3
Packaged: 2015-07-16 04:40:16 UTC; root
Repository: CRAN
Date/Publication: 2015-07-16 14:38:53
NeedsCompilation: yes

● 0 images, 8 functions, 0 datasets
Reverse Depends: 1

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'rtiff' ...
** package 'rtiff' successfully unpacked and MD5 sums checked
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for TIFFOpen in -ltiff... yes
configure: creating ./config.status
config.status: creating src/Makevars
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c rtiff.c -o rtiff.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o rtiff.so rtiff.o -ltiff -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/rtiff/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'rtiff'
    finding HTML links ... done
    autoThreshold                           html  
    getDescription                          html  
    newPixmapRGB                            html  
    plot.matrix                             html  
    readTiff                                html  
    rtiff.package                           html  
    updateDescription                       html  
    writeTiff                               html  
** building package indices
** testing if installed package can be loaded
* DONE (rtiff)
Making 'packages.html' ... done