gtk/gdk-pixbuf
Michael J. Chudobiak d11535037e Bump libtiff requirement to 3.6.0, by requiring presence of
2007-05-18  Michael J. Chudobiak  <mjc@cvs.gnome.org>

        * 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
2007-05-18 14:19:47 +00:00
..
pixops Add Sun mediaLib support so that hardware acceleration via mediaLib is 2007-05-16 01:35:51 +00:00
.cvsignore Update 2006-09-06 20:28:13 +00:00
abicheck.sh Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
ChangeLog Bump libtiff requirement to 3.6.0, by requiring presence of 2007-05-18 14:19:47 +00:00
gdk_pixbuf.rc.in Look for windres on Win32. 2005-07-09 00:10:12 +00:00
gdk-pixbuf-animation.c Always save errno to a temporary before making other calls. (#335179, 2006-03-20 20:09:51 +00:00
gdk-pixbuf-animation.h gdk-pixbuf-animation.c gdk-pixbuf-io.c io-xbm.c io-xpm.c 2004-12-05 12:43:47 +00:00
gdk-pixbuf-core.h gdk-pixbuf-core.h gdk-pixbuf-io.c Implement DLL ABI stablility for 2005-03-10 19:13:19 +00:00
gdk-pixbuf-csource.1 Documentation. Spelling fixes. 2001-10-16 21:18:10 +00:00
gdk-pixbuf-csource.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gdk-pixbuf-data.c Remove redundant size checks, and document that width, height must be > 0. 2006-12-21 20:40:24 +00:00
gdk-pixbuf-features.h.in Revert the previous change, since it breaks bin compat. 2005-03-01 14:57:20 +00:00
gdk-pixbuf-i18n.h Add copyright and license information 2005-07-12 04:05:26 +00:00
gdk-pixbuf-io.c Enable having some gdk-pixbuf loaders built-in even if loading the others 2006-10-11 12:41:14 +00:00
gdk-pixbuf-io.h Add a cast to avoid compiler warnings. 2005-08-30 15:07:12 +00:00
gdk-pixbuf-loader.c Implement scaling for animations 2007-03-08 16:21:09 +00:00
gdk-pixbuf-loader.h Header file reorganization. (#51999) 2004-06-20 05:11:57 +00:00
gdk-pixbuf-marshal.list Load-at-size functionality for gdk-pixbuf. 2002-07-06 23:10:46 +00:00
gdk-pixbuf-private.h Enable having some gdk-pixbuf loaders built-in even if loading the others 2006-10-11 12:41:14 +00:00
gdk-pixbuf-scale.c Add Sun mediaLib support so that hardware acceleration via mediaLib is 2007-05-16 01:35:51 +00:00
gdk-pixbuf-scaled-anim.c Bump libtiff requirement to 3.6.0, by requiring presence of 2007-05-18 14:19:47 +00:00
gdk-pixbuf-scaled-anim.h Implement scaling for animations 2007-03-08 16:21:09 +00:00
gdk-pixbuf-simple-anim.c Don't double the delay time of the first frame. (#431997, Björn 2007-04-25 14:38:47 +00:00
gdk-pixbuf-simple-anim.h Fix make check 2005-06-15 05:55:02 +00:00
gdk-pixbuf-transform.h New functions to rotate pixbufs by multiples of 90 degrees and to flip 2004-06-21 04:52:24 +00:00
gdk-pixbuf-util.c Clarify the docs ("darkened/brightened" is not "saturation"). 2006-01-12 20:19:06 +00:00
gdk-pixbuf-xform.c Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) 2000-04-11 07:03:25 +00:00
gdk-pixbuf.c Remove redundant size checks, and document that width, height must be > 0. 2006-12-21 20:40:24 +00:00
gdk-pixbuf.h Add new files. 2005-05-25 19:33:35 +00:00
gdk-pixbuf.symbols Fix make check 2005-06-15 05:55:02 +00:00
gdk-pixdata.c Cleanups 2006-10-08 05:32:07 +00:00
gdk-pixdata.h Fix misleading documentation of rowstride. (#113924, Noah Levitt) 2003-05-31 23:52:49 +00:00
gen-color-table.pl Use a generated table of offsets into a big const string to avoid 2005-03-08 03:59:45 +00:00
io-ani-animation.c Intern type names before registering the type to avoid unnecessary copies. 2005-08-31 15:18:41 +00:00
io-ani-animation.h Support for separately installed loaders. (#77486) 2002-10-03 22:39:51 +00:00
io-ani.c Enable having some gdk-pixbuf loaders built-in even if loading the others 2006-10-11 12:41:14 +00:00
io-bmp.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
io-gif-animation.c Intern type names before registering the type to avoid unnecessary copies. 2005-08-31 15:18:41 +00:00
io-gif-animation.h Improve progressive loading from slow sources: (#107368) 2003-05-19 21:44:03 +00:00
io-gif.c Fix error reporting in the gif loader 2007-01-21 17:27:23 +00:00
io-ico.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
io-jpeg.c Bump libtiff requirement to 3.6.0, by requiring presence of 2007-05-18 14:19:47 +00:00
io-pcx.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
io-png.c Accept unknown parameters with a warning when saving. (#405539, Daniel 2007-04-28 14:48:22 +00:00
io-pnm.c Enable having some gdk-pixbuf loaders built-in even if loading the others 2006-10-11 12:41:14 +00:00
io-ras.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
io-tga.c Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, 2007-03-09 21:57:37 +00:00
io-tiff.c Bump libtiff requirement to 3.6.0, by requiring presence of 2007-05-18 14:19:47 +00:00
io-wbmp.c Enable having some gdk-pixbuf loaders built-in even if loading the others 2006-10-11 12:41:14 +00:00
io-xbm.c Enable having some gdk-pixbuf loaders built-in even if loading the others 2006-10-11 12:41:14 +00:00
io-xpm.c Enable having some gdk-pixbuf loaders built-in even if loading the others 2006-10-11 12:41:14 +00:00
make-inline-pixbuf.c gdk-pixbuf-animation.c gdk-pixbuf-io.c io-xbm.c io-xpm.c 2004-12-05 12:43:47 +00:00
Makefile.am Implement scaling for animations 2007-03-08 16:21:09 +00:00
makefile.msc updated <io.h> for open() use G_PI instead of M_PI 2005-07-03 15:47:42 +00:00
makegdkpixbufalias.pl Make PLT-reduction work with gcc4, and don't include everything in 2005-03-14 19:37:00 +00:00
pltcheck.sh Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
queryloaders.c Cleanups 2006-10-08 05:32:07 +00:00
test-gdk-pixbuf.c Remove assorted G_OBJECT casts where unnecessary. 2001-12-13 21:22:12 +00:00
xpm-color-table.h Use a generated table of offsets into a big const string to avoid 2005-03-08 03:59:45 +00:00