summaryrefslogtreecommitdiffstats
path: root/tests/imgPhoto.test
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge core-8-6-branch (and remove additional end-of-line spacing)jan.nijtmans2017-10-121-9/+9
|\ \ | |/
* | Fix [5239fd749b]: Segfault when copying a photo image to itself. Patch from ↵fvogel2017-09-241-0/+12
|\ \ | |/ | | | | Simon Bachmann.
| * Fix [5239fd749b]: Segfault when copying a photo image to itself. Patch from ↵fvogel2017-09-141-0/+12
| | | | | | | | Simon Bachmann.
* | Merge tip-166 branch after positive vote by the TCT. Many thanks to Simon ↵fvogel2017-08-281-38/+683
|\ \ | |/ |/| | | Bachmann.
| * Changed from #ARGB to #RGBA color formatsimonbachmann2017-06-181-6/+6
| |
| * merge trunkfvogel2017-06-051-2/+74
| |\
| * | Removed -boolean option from <imageName> transparency get/set subcommandssimonbachmann2017-04-131-42/+10
| | |
| * | Added -withalpha option to [imageName get].simonbachmann2017-03-231-432/+506
| | | | | | | | | | | | | | | | | | | | | The list-of-lists-of-pixel-data format now is a registered format as the others. Thanks to this change, [imageName data] now can return data that includes the alpha channel. Changed the position of the '-alpha' and '-boolean' options to [imageName transparency set]. Updated doc Updated test suite
| * | Reference implementation of TIP 166, rev. 1.9simonbachmann2017-03-021-26/+630
| | |
| * | Fix [d4fb4e80d220e46e588f310291fd7a4205e8cd67|d4fb4e80d2]: Image photo ↵jan.nijtmans2017-01-111-0/+10
| |\ \ | | | | | | | | | | | | commands read/write/put do not accept "-" as first letter in file names resp. image data
| * \ \ More internal use of size_t. Add test-case imgPhoto-4.74, which shows ↵jan.nijtmans2017-01-101-0/+7
| |\ \ \ | | | | | | | | | | | | | | | error-handling when there are two values on the command line not connected to options.
| * | | | Excess spacing in test-suitejan.nijtmans2016-03-141-21/+21
| | | | |
* | | | | Fix [cc42cc18a5]: Prevent the test suite from crashing when running tests ↵fvogel2017-08-241-5/+21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | imgPhoto-18.* in case the host machine runs out of memory and the memory allocation error is not returned (e.g. on FreeBSD 11.1)
| * | | | | Fix [cc42cc18a5]: Prevent the test suite from crashing when running tests ↵fvogel2017-08-231-5/+21
| | | | | | | | | | | | | | | | | | | | | | | | imgPhoto-18.* in case the host machine runs out of memory and the memory allocation error is not returned (e.g. on FreeBSD 11.1)
* | | | | | Fix [b601ce3ab1]: A corrupted image can cause resource exhaustion. Patch ↵fvogel2017-08-021-2/+131
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | | from Keith Nash.
| * | | | Removed constraint SegfaultOn8.5, this was useful before the fix was in the ↵fvogel2017-08-021-34/+11
| | | | | | | | | | | | | | | | | | | | code, now it can be removed
| * | | | Revised tests/imgPhoto.test - this bugfix branch forked from core-8-5-branch ↵kjnash2017-06-121-6/+6
| | | | | | | | | | | | | | | | | | | | is ready for testing
| * | | | Fixed [b601ce3ab1]: A corrupted image can cause resource exhaustion. Patch ↵fvogel2017-06-021-0/+156
| | | | | | | | | | | | | | | | | | | | for core-8-5-branch from Keith Nash
* | | | | Fix [e4336bef5d58cc96a438ba0fb5553ea57e94f4d8|e4336bef5d]: Unexpected result ↵jan.nijtmans2017-05-011-0/+73
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | when copying a photo image to itself. Thanks to Simon Bachmann for bug report and fix!
| * | | | | Fix [e4336bef5d] (Unexpected result when copying a photo image to itself): ↵simonbachmann2017-04-301-0/+73
| | |_|_|/ | |/| | | | | | | | | | | | | if source and destination image are the same, make a local copy of image data before the actual copy/zoom/subsample.
* | | | | various end-of-line spacesjan.nijtmans2017-05-011-22/+22
|/ / / /
* | | | Fix [d4fb4e80d220e46e588f310291fd7a4205e8cd67|d4fb4e80d2]: Image photo ↵jan.nijtmans2017-01-111-0/+10
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | commands read/write/put do not accept "-" as first letter in file names resp. image data
| * | Fix [d4fb4e80d220e46e588f310291fd7a4205e8cd67|d4fb4e80d2]: Image photo ↵jan.nijtmans2017-01-111-1/+18
| |\ \ | | | | | | | | | | | | commands read/write/put do not accept "-" as first letter in file names resp. image data
| | * | Alternative proposed solution for ↵jan.nijtmans2017-01-111-0/+10
| |/ / |/| | | | | | | | [d4fb4e80d220e46e588f310291fd7a4205e8cd67|d4fb4e80d2], with test-case.
* | | More internal use of size_t. Add test-case imgPhoto-4.74, which shows ↵jan.nijtmans2017-01-101-0/+7
| |/ |/| | | | | error-handling when there are two values on the command line not connected to options.
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
* | * generic/tkImgPhoto.c (ImgPhotoCmd): [Bug 2983824]: Use the filedkf2010-04-091-1/+40
| | | | | | | | extension to guess the output format to use if one isn't specified.
* | Tk tests that create images need to be independent of the interpreter ↵patthoyts2009-01-131-18/+18
| | | | | | | | environment.
* | Fix 2080587dkf2008-08-281-34/+30
| |
* | typodgp2008-08-271-2/+2
| |
* | Tidy up the photo image tests a bit more.dkf2008-08-261-239/+233
| |
* | Update to tcltest2aniap2008-08-171-494/+918
| |
* | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-6/+6
| |
* | remove duplicate testdgp2008-07-221-13/+1
| |
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
| | * * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484).rmax2008-02-011-1/+30
| | | | | | | | | | | | * tests/imgPhoto.test: Added a test for the above.
| | * * generic/tkImgGIF.c: Fixed a buffer overrun that got triggered byrmax2007-09-111-1/+13
| | | | | | | | | | | | | | | | | | | | | multi-frame interlaced GIFs that contain subsequent frames that are smaller than the first one. * tests/imgPhoto.test: Added a test for the above.
| | * Forgot that the test should return an errordkf2006-03-271-4/+6
| | |
| | * Fix (and add test for) [Bug 1458234]dkf2006-03-271-1/+14
| | |
| | * * tests/imgPhoto.test (imgPhoto-16.1): Corrected incorrectdgp2004-02-171-2/+2
| | | | | | | | | | | | variable name [Bug 899010].
| | * Stop crashes when copying a large photo to itself causes resizing. [Bug 877950]dkf2004-02-091-1/+9
| | |
| * | remove duplicate testdgp2008-07-221-13/+1
|/ /
* | * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484).rmax2008-02-011-1/+42
| | | | | | | | * tests/imgPhoto.test: Added a test for the above.
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | * generic/tkImgGIF.c: Fixed a buffer overrun that got triggered byrmax2007-09-111-1/+13
| | | | | | | | | | | | | | multi-frame interlaced GIFs that contain subsequent frames that are smaller than the first one. * tests/imgPhoto.test: Added a test for the above.
* | * library/choosedir.tcl: Removed uses of obsolete {expand}dgp2007-05-161-2/+2
| | | | | | | | | | | | | | * library/comdlg.tcl: syntax; replaced with the now * library/tk.tcl: approved {*}. [Bug 1710633] * tests/canvImg.test: * tests/imgPhoto.test:
* | Oops, forgot that this test should return an error...dkf2006-03-271-4/+6
| |
* | Fix (and add test for) [Bug 1458234]dkf2006-03-271-3/+15
| |
* | Arrange the test suite so that it only accesses images in the same directory.dkf2005-10-121-12/+3
| | | | | | | | This enables packaging of the test suite as a starkit.