summaryrefslogtreecommitdiff
path: root/image
AgeCommit message (Expand)AuthorFilesLines
2015-02-06retrace,gui: Pass user labels separately from bind point labels.José Fonseca1-0/+4
2015-01-26gui: Prepare to receive sparse thumbnail data.Dan McCabe2-0/+9
2015-01-07image: Fix dumping of 3-channel floating point surfaces.José Fonseca1-1/+1
2014-12-30image: Address uninitialised variable warning.José Fonseca1-0/+1
2014-12-30md5: Move `extern "C"` into the md5.h header.José Fonseca1-3/+1
2014-08-14image: Support stripping alpha channel when writing PNG images.José Fonseca2-6/+10
2014-05-28image: Fix buffer overflow in Image::writeMD5.José Fonseca1-1/+1
2014-02-25Add includes for algorithm.Doug Binks1-0/+1
2014-01-22image: Avoid snprintf.José Fonseca1-7/+5
2014-01-22image: Simplify MD5 calculation and output.José Fonseca2-37/+11
2014-01-22image: Fix bug in RAW image output.José Fonseca1-1/+1
2014-01-22glretrace: Add '--snapshot-format=MD5' option that allows write image MD5 to ...Meng Mengmeng3-0/+100
2013-09-16image: Non-standard PNM format variant for 4-float images.José Fonseca1-2/+10
2013-09-16image: Yet another fix for the PFM dumping.José Fonseca2-3/+5
2013-09-16image: Write the scale factor / endianness line for PFM too.José Fonseca1-4/+4
2013-09-16image: Fix PNM dumping for 2/4 channels.José Fonseca1-2/+4
2013-09-12image: Support reading PFM images.José Fonseca2-12/+80
2013-09-12image: Fix allocation of floating point images.José Fonseca1-1/+1
2013-09-11image: Add floating point support.José Fonseca5-51/+137
2013-09-11image: Allow to read PNG from a C++ stream.José Fonseca2-10/+23
2013-09-11image: Move helpers to respective modules.José Fonseca5-31/+59
2013-09-11image: Fix reading of PNG images with different number of channels.José Fonseca1-5/+8
2013-06-20Several documentation fixes.José Fonseca1-2/+2
2013-06-04retrace: Remove the -c/--compare=PREFIX .José Fonseca3-87/+0
2013-04-24Add option '--snapshot-format=' to allow write raw RGB directly to stdoutShuang He3-0/+61
2013-03-27Add per-directory synopsis.José Fonseca1-0/+2
2012-12-07image: Add forgotten CMakeLists.txtJosé Fonseca1-0/+14
2012-12-07image: Move image code into its own module.José Fonseca5-0/+715