summaryrefslogtreecommitdiffstats
path: root/generic/tkImgPNG.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use -encoding "binary" any more in Tkjan.nijtmans2024-06-241-7/+2
* Fix [1576528fff]: image read file with -from optionjan.nijtmans2024-06-141-35/+39
* Merge 8.6jan.nijtmans2023-11-281-1/+1
|\
| * Fix [900f23c6a8]: Potential problem in PNG parserjan.nijtmans2023-11-281-1/+1
* | Still missed a few (from previous commit)jan.nijtmans2023-04-271-3/+3
* | More TIP #660jan.nijtmans2023-04-241-1/+1
* | Match i/o types with Tcl channel i/o types (size_t -> Tcl_Size)apnadkarni2023-04-181-17/+17
* | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-34/+34
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-6/+6
* | Merge 8.6jan.nijtmans2022-02-171-28/+28
|\ \ | |/
| * Fix [864b06e7fc]: signed integer overflow in tkImgPNG.cjan.nijtmans2022-02-171-28/+28
| * Eliminate "register" keyword. Use more TCL_UNUSED()jan.nijtmans2021-03-231-2/+2
* | Merge 8.6jan.nijtmans2021-03-081-13/+13
|\ \ | |/
| * gcc warnings, when compiling with Tcl 8.7 headersjan.nijtmans2021-01-131-3/+3
* | Remove superfluous .AS call in CrtPhImgFmt.3, and fix typos and indentation.fvogel2021-02-071-5/+5
* | Merge main, Tk_CreatePhotoImageFormatVersion3: stubs position from 279 to 280...oehhar2021-01-231-17/+17
|\ \
| * | gcc warnings, when compiling with Tcl 9.0 headersjan.nijtmans2021-01-131-3/+3
| * | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-7/+7
| * | (c) -> ©jan.nijtmans2020-12-091-2/+2
| * | More warnings -Wshadow with C++ compiler. Simplify <KeyPress> -> <Key>jan.nijtmans2020-10-071-2/+2
| * | Merge 8.6jan.nijtmans2020-09-141-3/+3
| |\ \ | | |/
| | * Prevent the usage of the term safe/unsafe childjan.nijtmans2020-09-141-2/+2
| | * Header file cleanup, backported from [bug6e8afe516d-87] branchjan.nijtmans2019-08-041-1/+0
* | | Merge trunkjan.nijtmans2020-06-281-13/+17
|\ \ \ | |/ /
* | | Make C++ compiler more happy (for Travis build)jan.nijtmans2020-06-261-32/+18
* | | TIP529 image metadata: remove optional feature: driver internal DString commu...oehhar2020-06-241-16/+8
* | | TIP529 image metadata: remove close file flag returned by format driver file ...oehhar2020-06-241-2/+1
* | | TIP529 image metadata: make compile on MS-VC6oehhar2020-06-231-3/+3
* | | TIP529 image metadata: implement png metadata writeoehhar2020-06-231-13/+112
* | | TIP529 image metadata: read png DPI and aspect metadataoehhar2020-06-221-1/+165
* | | TIP 529 image metadata: PNG format driver to version 3 interfaceoehhar2020-06-091-44/+68
|/ /
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-3/+17
* | Header include file cleanupjan.nijtmans2019-08-041-1/+0
* | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-5/+5
* | Use TCL_IO_FAILURE, for more readable TIP #494 compatibility.jan.nijtmans2018-09-061-1/+1
* | Eliminate all usage of CONST84, and fix a few MacOSX compiler warningsjan.nijtmans2018-08-121-1/+1
* | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-29/+30
* | Ongoing work (not finished yet) making Tk fully 64-bit size_t aware (see TIP ...jan.nijtmans2018-07-091-4/+4
|/
* Fix typo in error messagefvogel2017-11-211-2/+2
* Fix [1c659ef0f1]: 'image create photo' fails on png image containing unknown ...fvogel2017-11-211-1/+1
* [6b3644a485] Fix -alpha applied to 16-bit color PNG. Thanks TheLemonMan.dgp2017-03-061-2/+2
* Minor: fix code indentationdkf2016-04-041-1/+1
* [c648c8dad1] Repair PNG reader buffer overflow protections that preventeddgp2015-09-231-4/+8
* [dece631375] Prevent PNG Reader writing to memory beyond end of photo imagedgp2015-05-151-3/+7
* Use assertion to prevent writing pixel lines beyond end of Photo image block.dgp2015-05-151-0/+3
* [06c3fcb136] ImgGetPhoto() had some code misplaced in an earlier commitdgp2015-05-051-1/+1
* Fix [c0cc9fd153]: PNG parser does not support uppercase format string (using ...jan.nijtmans2013-10-311-14/+11
* more places convertedjan.nijtmans2013-01-241-1/+1
* Merge core-8-5-branchjan.nijtmans2013-01-241-4/+4
* eliminate use of deprecated Tcl_SaveResult APIjan.nijtmans2013-01-201-12/+7