From d11535037e623356289068d15fa24a64c33d96b5 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Fri, 18 May 2007 14:19:47 +0000 Subject: Bump libtiff requirement to 3.6.0, by requiring presence of 2007-05-18 Michael J. Chudobiak * INSTALL.in: * README.in: * configure.in: Bump libtiff requirement to 3.6.0, by requiring presence of TIFFReadRGBAImageOriented. * gdk-pixbuf-scaled-anim.c: (get_scaled_pixbuf): Preserve pixbuf options when generating a new scaled pixbuf. * io-jpeg.c: (get_orientation), (gdk_pixbuf__jpeg_image_load), (gdk_pixbuf__jpeg_image_load_increment): Read the exif orientation tag and associate it with the "orientation" pixbuf option. Renders libexif unnecessary in some applications. * io-tiff.c: (tiff_image_parse): Read the tiff orientation tag, compensate for the partial rotations performed by libtiff, and generate an "orientation" option for the pixbuf. svn path=/trunk/; revision=17863 --- INSTALL | 2 ++ 1 file changed, 2 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 2be180e9a4..cf80c2fae2 100644 --- a/INSTALL +++ b/INSTALL @@ -15,6 +15,8 @@ GTK+ requires the following packages: http://www.libpng.org/ http://www.ijg.org/ + libtiff must be version 3.6.0 or higher. + Simple install procedure ======================== -- cgit v1.2.1