about summary refs log tree commit diff
path: root/converter/other/pngx.c
Commit message (Expand)AuthorAgeFilesLines
* cleanupgiraffedata2023-10-081-0/+1
* Fix handling of errors detected by libpnggiraffedata2023-03-291-7/+9
* typo in commentgiraffedata2023-03-141-1/+1
* add commentsgiraffedata2019-05-041-0/+20
* Add pngx_writeImagegiraffedata2019-03-021-0/+9
* add commentgiraffedata2019-02-181-1/+13
* Don't allow pngx_setInterlaceHandling or pngx_setPacking before pngx_readInfo...giraffedata2019-02-031-7/+17
* improve commentgiraffedata2019-01-231-9/+26
* add commentsgiraffedata2019-01-231-0/+5
* add commentgiraffedata2019-01-231-0/+9
* Fix computation of pixel aspect ratio when PNG does not contain resolution in...giraffedata2018-06-271-2/+26
* whitespacegiraffedata2018-06-271-4/+4
* Implement -itxtgiraffedata2015-07-261-2/+74
* cleanupgiraffedata2015-06-281-4/+43
* cleanupgiraffedata2013-07-051-2/+2
* Cleanup: Move stuff to pngxgiraffedata2011-08-201-1/+83
* Use libpng accessor functions instead of accessing info structure membersgiraffedata2011-08-061-78/+271
* Eliminate more reference to pnginfo private membersgiraffedata2011-04-171-24/+68
* Don't directly access private pnginfo membersgiraffedata2011-04-161-0/+157
* Add pngx_setText, pngx_setIhdr, pngx_writeInfo, pngx_writeEnd in preparation ...giraffedata2011-04-161-0/+43
* Fix bug: don't do png_destroy_write() on a read structuregiraffedata2009-12-031-1/+9
* Fix png_create_write_struct() used where png_create_read_struct() belongsgiraffedata2009-11-191-1/+1
* Cleanup, make pnmtopng.c compile with libpng 1.4 beta, split out pngx.cgiraffedata2009-08-011-0/+95