summaryrefslogtreecommitdiff
path: root/image/image_png.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-05-20retrace: Support dumping floating point images to PNG.Jose Fonseca1-4/+54
2015-05-20image: Simplify PNG row iteration.Jose Fonseca1-11/+2
2014-08-14image: Support stripping alpha channel when writing PNG images.José Fonseca1-4/+8
2013-09-11image: Add floating point support.José Fonseca1-0/+2
2013-09-11image: Allow to read PNG from a C++ stream.José Fonseca1-10/+20
2013-09-11image: Move helpers to respective modules.José Fonseca1-0/+11
2013-09-11image: Fix reading of PNG images with different number of channels.José Fonseca1-5/+8
2012-12-07image: Move image code into its own module.José Fonseca1-0/+206