summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* fix and testcase for ticket [9b6065d1fd]bug-9b6065d1fdgriffin2021-03-152-12/+21
|
* propsed fix for lost "update" command after "destroy ."griffin2021-03-091-5/+22
|
* Merge 8.6jan.nijtmans2021-03-083-22/+22
|\
* | Fix [8227d46f9d]: imgPhoto test failures and [236dfa6057]: imgPNG-4.4 test ↵jan.nijtmans2021-03-041-1/+1
| | | | | | | | failure, which were essentially the same bug: a wrongly placed #endif
* | Fix [9eb2c5c90c]: warning in tkImgPhoto.cfvogel2021-03-011-1/+0
| |
* | Merge TIP 529 to trunkKevin Walzer2021-02-2710-228/+1212
|\ \
| * | Remove superfluous .AS call in CrtPhImgFmt.3, and fix typos and indentation.fvogel2021-02-073-12/+11
| | |
| * | TIP-529 metadata dict: on unused output metadata dict, recreate it also, if ↵oehhar2021-02-061-10/+8
| | | | | | | | | | | | driver has shared the object.
| * | Merge trunk; fix parsing errors in photo.nKevin Walzer2021-01-263-4/+8
| |\ \
| * \ \ Merge main, Tk_CreatePhotoImageFormatVersion3: stubs position from 279 to ↵oehhar2021-01-23146-6275/+5850
| |\ \ \ | | | | | | | | | | | | | | | 280, masterPtr->modelPtr
| * \ \ \ Merge trunkjan.nijtmans2020-06-2816-55/+158
| |\ \ \ \
| * | | | | Make C++ compiler more happy (for Travis build)jan.nijtmans2020-06-263-61/+34
| | | | | |
| * | | | | TIP529 image metadata: remove optional feature "gif XMP metadata support".oehhar2020-06-241-127/+2
| | | | | |
| * | | | | TIP529 image metadata: remove optional feature: driver internal DString ↵oehhar2020-06-244-103/+44
| | | | | | | | | | | | | | | | | | | | | | | | communication between match and read function
| * | | | | TIP529 image metadata: remove close file flag returned by format driver file ↵oehhar2020-06-244-29/+9
| | | | | | | | | | | | | | | | | | | | | | | | match function
| * | | | | TIP 529 image metadata: remove optional feature: svg blob in metadataoehhar2020-06-243-1195/+356
| | | | | |
| * | | | | TIP529 image metadata: make compile on MS-VC6oehhar2020-06-232-4/+5
| | | | | |
| * | | | | TIP529 image metadata: implement png metadata writeoehhar2020-06-232-19/+115
| | | | | |
| * | | | | TIP529 image metadata: read png DPI and aspect metadataoehhar2020-06-221-1/+165
| | | | | |
| * | | | | TIP 529 image metadata: svg metadata optimization for -dpi parameteroehhar2020-06-221-130/+252
| | | | | |
| * | | | | TIP529 image metadata: implement svg intermediate metadata memoryoehhar2020-06-212-277/+961
| | | | | |
| * | | | | TIP529 image metadata: correct stubs entryoehhar2020-06-121-4/+2
| | | | | |
| * | | | | TIP529 image metadata: implement image write/data with metadata property. ↵oehhar2020-06-112-4/+27
| | | | | | | | | | | | | | | | | | | | | | | | GIF comment write correction. GIF file tests
| * | | | | TIP 529 image metadata: PNG format driver to version 3 interfaceoehhar2020-06-094-92/+119
| | | | | |
| * | | | | TIP529 image metadata: allow match functions to output metadata. implement ↵oehhar2020-06-096-76/+168
| | | | | | | | | | | | | | | | | | | | | | | | file close.
| * | | | | Merge trunkjan.nijtmans2020-06-085-8/+32
| |\ \ \ \ \
| * | | | | | TIP529 image metadata: correct shared metadata object ref count on output, ↵oehhar2020-06-072-17/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | implement XMP gif write
| * | | | | | TIP529 image metadata: rename function & friends from ↵oehhar2020-06-078-126/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Tk_CreatePhotoImageFormat87 to Tk_CreatePhotoImageFormatVersion3
| * | | | | | TIP529 image metadata: added GIF XMP write test, functionality not ↵oehhar2020-06-061-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | implemented jet
| * | | | | | TIP529 image metadata: changed order of arguments to alphabetical orderoehhar2020-06-061-8/+8
| | | | | | |
| * | | | | | Merge trunkoehhar2020-06-0614-139/+206
| |\ \ \ \ \ \
| * | | | | | | TIP529 image metadata: changed driver interface: split metadata to in/out ↵oehhar2020-06-064-248/+230
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | object, driver communication dstring, file close flag, reorder all options in a more logical order. Forking intended, will merge later. Thanks Jan, for your work.
| * | | | | | | TIP529 image metadata: image data with gif comment testoehhar2020-06-042-5/+29
| | | | | | | |
| * | | | | | | TIP529 image metadata: use metadata copy for put and read. Merge metadata on ↵oehhar2020-06-032-25/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gif read
| * | | | | | | Merge forkoehhar2020-05-301-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Fix C++ buildjan.nijtmans2020-05-281-1/+1
| | | | | | | | |
| * | | | | | | | TIP529 image metadata: untested sketch to implemet new call interface for ↵oehhar2020-05-307-87/+400
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Tcl_CreatePhotoImageType with metadata in all functions. Replaces Tk_Get/SetMetadata
| * | | | | | | TIP529 image metadata: correct and test GIF XMP segmentoehhar2020-05-271-54/+77
| | | | | | | |
| * | | | | | | Merge trunkjan.nijtmans2020-05-2733-382/+415
| |\ \ \ \ \ \ \
| * | | | | | | | TIP 529 image metadata: make gif comment parsing work and start with tests. ↵oehhar2020-05-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also eliminate the base64 from the tests.
| * | | | | | | | Merge trunk and fix C++ buildjan.nijtmans2020-05-2635-327/+364
| |\ \ \ \ \ \ \ \
| * | | | | | | | | TIP529: Add GIF Extension blocks of type Application and XMP to metadata dictoehhar2020-05-241-17/+114
| | | | | | | | | |
| * | | | | | | | | Merge trunkoehhar2020-05-24137-8718/+20500
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge trunkoehhar2019-03-0559-476/+477
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Correct metadata ref counting to be cleared in the error case.oehhar2019-02-011-2/+5
| | | | | | | | | | | |
| * | | | | | | | | | | Fix a bug also present in standard Tk: Trailing segments of image data are ↵oehhar2019-02-012-18/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not skipped, final 0 byte is not skipped, -index over 1 should not work IMHO.
| * | | | | | | | | | | TIP529: option -metadata is now dict. Test crash apparently fixed by trunk mergeoehhar2018-12-195-17/+22
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Implemented metadata output of gif comment - crashes test image-15.1 - ↵oehhar2018-12-145-29/+241
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | megadata write with Tk_PhotoGetMetadata does not work, as the photo handle is not available within the write function.
| * | | | | | | | | | | | Corrected indents and formattingoehhar2018-12-112-77/+75
| | | | | | | | | | | | |
| * | | | | | | | | | | | TIP529 image metadata: create -metadata optionoehhar2018-12-112-13/+92
| | | | | | | | | | | | |