summaryrefslogtreecommitdiff
path: root/gs/toolbin/bmpcmp.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-24Fix a couple of error messages in bmpcmpRobin Watts1-3/+3
2012-05-16Update bmpcmp to cope with rgb and greyscale psd files.Robin Watts1-26/+108
2012-05-07Tweak bmpcmp error messageRobin Watts1-2/+2
2012-04-21bmpcmp: Error handling tweaks.Robin Watts1-3/+3
2012-04-14bmpcmp: Flip psdcmyk images to be the right way up.Robin Watts1-3/+7
2012-04-13Update bmpcmp to (at least try to) honour the color mapping for psd spots.Robin Watts1-9/+62
2012-04-13bmpcmp: Another attempt to make cmyk + spots psdcmyk files work.Robin Watts1-134/+44
2012-04-13Update bmpcmp so that it saves pngs from bpp > 32 psdcmyk imagesRobin Watts1-0/+20
2012-04-09Print out message from bmpcmp.c if no differences detected.Marcos H. Woehrmann1-0/+5
2012-04-08Prefaced bmpcmp.c error messages with 'bmpcmp:'.Marcos H. Woehrmann1-29/+29
2012-04-06Remove the need for seeking in bmpcmp when reading psdcmyk files.Robin Watts1-12/+18
2012-04-06Fixed bmpcmp.c to properly set *cmyk in psd_read().Marcos H. Woehrmann1-0/+1
2012-04-06Add psdcmyk support to bmpcmp.Robin Watts1-86/+730
2011-10-28Fix ppm color reversal in bmpcmp.Robin Watts1-11/+15
2011-09-29Speed optimisations to bmpcmpRobin Watts1-47/+44
2011-08-29Tweak bmpcmp to put the threshold and window settings into the meta files.Robin Watts1-4/+5
2011-07-20Reverse the polarity of cups 'gray' colorspaces.Robin Watts1-0/+2
2011-05-04Invert bmpcmps reading of cups files.Robin Watts1-4/+4
2011-05-04Fix bmpcmp to read cups colorspace=0 files too.Robin Watts1-2/+4
2011-05-03Add support for cups (1bpp) files to bmpcmp.Robin Watts1-0/+138
2011-04-19Indent with spaces and strip trailing whitespace.Tor Andersson1-3/+0
2011-03-08Add PNG reading support to the bmpcmp tool.Tor Andersson1-0/+64
2011-03-02Fix bmpcmp bug; the map array was being incorrectly sized, resulting inRobin Watts1-1/+1
2010-05-20Fix up the eol-style of the rest of the executable files by hand.Hin-Tak Leung1-0/+0
2010-05-11bmpcmp was reporting the wrong page number for images, due to me forgettingRobin Watts1-4/+5
2010-03-24Tweak to bmpcmp: Darken the third image (the diff image) to make changesRobin Watts1-1/+0
2010-03-24Correct DOS line endings in bmpcmp.c.Robin Watts1-43/+44
2010-03-23Correct problem with bmpcmp whereby certain sizes of changed areas withinRobin Watts1-71/+73
2010-03-21Fixed maxdiffs argument in bmpcmp.c (was acting as maxpage).Marcos H. Woehrmann1-10/+12
2010-03-21Fixed a couple of compiler warnings in bmpcmp.cMarcos H. Woehrmann1-1/+2
2010-03-17bmpcmp tweak to allow maximum/minimum bitmap sizes to be set from theRobin Watts1-29/+81
2010-03-17Revised bmpcmp.Robin Watts1-307/+1103
2010-03-10Fix bug in bmpcmp.c: When reading images from multi-image sets, we stopRobin Watts1-117/+113
2010-03-05Fix pbm reading and png writing in bmpcmp.c.Marcos H. Woehrmann1-2/+5
2010-03-03Flip images from RGB to BGR pixel format when reading ppm files,Ralph Giles1-17/+36
2010-03-03Also save the difference image as a png when bmpcmp is compiled with HAVE_LIB...Ralph Giles1-0/+5
2010-03-03Fix stupid memory overwrite bug on bmp load.Robin Watts1-1/+1
2010-03-03bmpcmp.c tweaks: Add (largely untested) code to allow "plain" (ascii) ppm,Robin Watts1-42/+136
2010-03-03Add optional support for png output to the bmpcmp utility.Ralph Giles1-0/+83
2010-03-02Updated bmpcmp to avoid inverting pnms on reading.Robin Watts1-4/+19
2010-02-21Add cast to bmpcmp.c to quiet useless compiler warning.Marcos H. Woehrmann1-1/+1
2010-01-28Squash a warning about %d and size_t spotted by Marcos. Thanks.Robin Watts1-1/+1
2010-01-28Fix free of incorrect pointer in bmpcmp.Robin Watts1-3/+2
2010-01-27Updated version of bmpcmp.c to support maxdiffs parameter. Also, bitmapsRobin Watts1-27/+55
2010-01-12Fix overallocation in bmpcmp.c that was causing out of memory errors.Robin Watts1-2/+3
2010-01-12Updated bmpcmp.c and htmldiff.pl. bmpcmp.c now outputs metadata about each setRobin Watts1-6/+24
2010-01-09Updated version of bmpcmp. Now loads bmp, pgm, pbm, ppm files. Diffs areRobin Watts1-184/+447
2009-12-16Fix for incorrect bbox test in bmpcmp.Robin Watts1-1/+1
2009-12-16Broken fix for incorrect bbox test in bmpcmp; please ignore this revisionRobin Watts1-5/+13
2009-10-26bmpcmp.c: Fix bounding box calculation that could cause SEGV.Robin Watts1-1/+5