summaryrefslogtreecommitdiff
path: root/goo/PNGWriter.cc
AgeCommit message (Expand)AuthorFilesLines
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-2/+2
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-3/+3
2017-03-19Update (C)Albert Astals Cid1-1/+1
2017-03-04pdfimages: support 16bpc png and tiff imagesAdrian Johnson1-0/+4
2013-12-10Update copyrightsAlbert Astals Cid1-1/+1
2013-08-26Change PNGWriter monochrome format to be 8 pixels/byteAdrian Johnson1-4/+0
2012-12-15Updated copyrightsAlbert Astals Cid1-0/+1
2012-12-09pngwriter: move #include <png.h> into .cc filePino Toscano1-41/+57
2012-12-09Reformat goo/*Writer files to poppler styleAdrian Johnson1-112/+112
2012-02-06Merge branch 'master' into xpdf303mergeAlbert Astals Cid1-1/+2
2011-12-06include strings.h as we use memcpyAlbert Astals Cid1-1/+2
2011-09-18Merge branch 'master' into xpdf303mergeCarlos Garcia Campos1-1/+8
2011-08-31xpdf303: error() changes, new param and formattingAlbert Astals Cid1-8/+8
2011-08-30Fix compile error with libpng >= 1.5.0Adrian Johnson1-1/+8
2011-08-21Update Adrian's (C)Albert Astals Cid1-1/+1
2011-08-21Silence silly gccAlbert Astals Cid1-2/+3
2011-08-21png: add support for embedding ICC profileAdrian Johnson1-0/+28
2011-08-21png: Add additional pixel formatsAdrian Johnson1-4/+26
2011-08-21png: use PNG_RESOLUTION_METER instead of PNG_RESOLUTION_UNKNOWN to set resolu...Adrian Johnson1-2/+1
2011-01-24Include zlib header since we use things defined thereThomas Klausner1-0/+3
2010-01-02Make pdftoppm embed correct resolution in PNG and JPEG filesAdrian Johnson1-1/+5
2009-10-09Add -jpeg to pdftoppmStefan Thomas1-2/+3
2009-08-08Add the -png flag to pdftoppm to output to PNGAlbert Astals Cid1-0/+110