jpeg - Read, write and plot JPEG image files in R
RForge.net

jpeg

About jpeg
SVN access
Download/Files
News
Check results
Package R docs

News/Changelog

NEWS/Changelog

0.1-4   2013-04-26
    o   use PKG_CPPFLAGS on Windows such that the presence
        of external jpeg headers does not conflict with
        the internal ones.


0.1-3   2013-04-18
    o   work around a problem in libjpeg-turbo 1.2.90

    o   fix a bug in writeJPEG() for nativeRaster


0.1-2   2011-12-10
    o   allow conections as target for writeJPEG()

    o   make raw() the default target in writeJPEG()

    o   support CMYK JPEG images both in readJPEG() and
        writeJPEG(). Images in color spaces other than RGB and
        Grayscale will have a "color.space" attribute attached
        designating the image color space.


0.1-1   2011-09-03
    o   initial release (based on the png 0.1-3 package)