aboutsummaryrefslogtreecommitdiff
path: root/src/image.hh
AgeCommit message (Collapse)Author
2024-07-27Add SVG support for currentColorRodrigo Arias Mallo
The currentColor special value for the fill and stroke attributes allows an image to follow the same foreground color of the surounding text.
2024-07-26Use FLTK reported DPI for SVG imagesRodrigo Arias Mallo
2024-03-09Use Doxygen comments for C filesRodrigo Arias Mallo
2013-11-29Use img_rndr instead of img_rnd to avoid associating "rnd" suffex with random.Jorge Arellano Cid
2013-11-19Toplevel images work now.Sebastian Geerken
2013-10-22Extended ImgRenderer; new option (in the code) for drawing background images ↵Sebastian Geerken
at once.
2013-09-10Some refactoring: the image decoding code now only accesses ↵Sebastian Geerken
dw::core::ImgRenderer, not dw::Image (which now implements the former) anymore.
2009-11-04CMYK JPEGs, at least Adobe ones for nowcorvid
2009-06-29use IMAGE_MAX_AREA instead of IMAGE_MAX_W and IMAGE_MAX_HJohannes Hofmann
2009-06-19Added a limit for PNG image sizeJorge Arellano Cid
2009-05-07Cleanup in a_Image_new() signatureJeremy Henty
2009-04-28Regression fix: make scaled multiscan images work again.corvid
2009-04-27rm unused a_Image_set_cmapcorvid
2009-01-14Fix: inherit bgcolor from parent widget (images). Also cleanups.Jorge Arellano Cid
2009-01-03[mq]: dicache-cleanup8Jorge Arellano Cid
2008-12-29imported patch dicache-cleanup3Jorge Arellano Cid
2008-12-27[mq]: dicache-cleanup1Jorge Arellano Cid
2008-12-25Started code cleanup of the image code mainly in dicache.c. part#1Jorge Arellano Cid
2008-01-16 - Added support for progressive display of progressive jpegs.jcid
- Fixed progressive display of interlaced pngs.
2007-12-23Updated doc/Images.txtjcid
2007-10-07Initial revisionjcid