]> git.eshelyaron.com Git - emacs.git/commit
Support GIF and Tiff with cairo.
authorJan D <jan.h.d@swipnet.se>
Sat, 11 Apr 2015 15:54:34 +0000 (17:54 +0200)
committerJan D <jan.h.d@swipnet.se>
Sat, 11 Apr 2015 15:54:34 +0000 (17:54 +0200)
commitac00e0a0bf4aac5b2443a7651853f3812251047f
tree09494f67bebb4534af54dce630ea6335ebd5e438
parentbe008ff0c4ce6f88652d1a3c9ac1cedfba58a29a
Support GIF and Tiff with cairo.

* configure.ac: Allow jpeg with cairo.
Allow tiff and gif with cairo.

* src/image.c (jpeg_load_body): Create cairo image surface if USE_CAIRO.
(tiff_load): Create cairo image surface if USE_CAIRO.
(gif_load): Ditto.
ChangeLog
configure.ac
src/ChangeLog
src/image.c