Commit Graph

4909 Commits

Author SHA1 Message Date
wiredfool
e23009b7b4 Merge pull request #1899 from radarhere/decoder
Updated example decoder
2016-05-23 22:33:31 +01:00
wiredfool
1eedd2ef15 Merge pull request #1896 from radarhere/comment
Added support for GIF comment extension
2016-05-23 22:32:52 +01:00
wiredfool
f7b714bbae Merge pull request #1897 from radarhere/info
Removed support for list form of Image info
2016-05-23 22:30:53 +01:00
Stephen Arthur
0bc4423487 Move the declaration to the beginning of scope to make vs happy 2016-05-22 19:13:19 -07:00
Stephen Arthur
67a243d82d Removing the one-line variable declare / assign to make appveyor happy 2016-05-22 18:50:42 -07:00
Stephen Arthur
8b572ade81 Found edge cases with custom qtables
And there was a lingering bug since the previous qtable unsigned char fix
(#1814) since the call to array.array was in another place, the roundtrip was no
longer equivalent.

That was a minor change, but the revised test wouldn't pass because saving an image
with one custom qtable automatically adds a second to it by the call to
jpeg_set_defaults.
With 1 or >2 custom tables, there is extra work we have to do due to that call.
2016-05-22 17:54:31 -07:00
Stephen Arthur
7872501c5b Added test cases to exhibit issues with custom qtables 2016-05-22 17:54:03 -07:00
homm
39fcd80b2e tests for resample accuracy 2016-05-21 23:58:54 +03:00
rr-
0430a4a834 Fix libimagequant facade header 2016-05-21 21:11:54 +02:00
rr-
bc0e896b35 Change libimagequant facade signature 2016-05-21 21:01:57 +02:00
Hugo
55c20731d1 Merge pull request #1904 from radarhere/args
Scripts with an incorrect number of arguments
2016-05-21 12:55:44 +03:00
Hugo
5ff9134f49 Merge pull request #1908 from wiredfool/appveyor_test_detail
Add more detail to the appveyor test runs
2016-05-21 12:55:08 +03:00
Hugo
b6320d51a9 Update CHANGES.rst [CI skip] 2016-05-21 12:05:01 +03:00
Hugo
c83c0c4aa0 Merge pull request #1918 from radarhere/typo
Fixed typos in TIFF tags
2016-05-21 12:02:55 +03:00
Andrew Murray
3fe5df238a Fixed typos 2016-05-21 10:36:09 +10:00
homm
1a6c6b1250 tests for icc profile in png 2016-05-12 20:31:54 +03:00
homm
989e162ff6 save icc profile from encoderinfo 2016-05-12 20:28:42 +03:00
wiredfool
55b2c3bca5 Add more detail to the appveyor test runs 2016-05-12 05:52:29 -07:00
hugovk
9e38643a5c Include Python.h before wchar.h so _GNU_SOURCE is set consistently 2016-05-11 14:23:51 +03:00
Hugo
547794157c Update CHANGES.rst [CI skip] 2016-05-10 17:38:02 +03:00
Hugo
55e70da265 Merge pull request #1903 from radarhere/health
Landscape health fixes
2016-05-10 17:36:48 +03:00
Andrew Murray
95c818b643 Added missing usage text and exit on Scripts 2016-05-11 00:35:37 +10:00
Andrew Murray
6f94974595 Do not start Tk if only to exit 2016-05-11 00:29:39 +10:00
Andrew Murray
6bd42b8e00 Removed unused import 2016-05-10 23:10:44 +10:00
Andrew Murray
6475530f65 Removed use of eval 2016-05-10 23:07:16 +10:00
Andrew Murray
b1a528bf10 Changed variable names to avoid redefining builtins 2016-05-10 22:31:36 +10:00
Andrew Murray
6de51536c4 Replaced mixed tabs and spaces with spaces 2016-05-10 22:23:23 +10:00
Andrew Murray
e51061dd59 Used isinstance instead of comparing types 2016-05-10 22:21:55 +10:00
Andrew Murray
63ae7fbfe9 Removed unnecessary lambdas 2016-05-10 22:20:49 +10:00
Andrew Murray
a69e477605 Corrected indentation 2016-05-10 21:35:47 +10:00
Andrew Murray
a9b432f9b2 Updated example decoder 2016-05-08 12:41:02 +10:00
Andrew Murray
da83f9f1d0 Removed support for list form of Image info 2016-05-07 18:33:02 +10:00
Andrew Murray
8298fcce73 Added support for GIF comment extension 2016-05-07 13:57:40 +10:00
rr-
d471b35470 Fix typo 2016-05-06 23:29:53 +02:00
rr-
c5278000c5 Skip libimagequant's test if it's unavailable 2016-05-06 21:40:18 +02:00
rr-
8b7fb44c6b Make libimagequant visibility detectable 2016-05-06 21:06:54 +02:00
rr-
0b4a089321 Fix C99 errors inside libimagequant quantizer 2016-05-06 20:08:35 +02:00
rr-
0904eb3e27 Use specific version of libimagequant 2016-05-06 19:30:06 +02:00
rr-
749ecd634e Document libimagequant dependency 2016-05-06 19:29:44 +02:00
rr-
cb4ded4929 Minor fixes 2016-05-06 19:29:42 +02:00
wiredfool
f992192799 Updated Changes.rst [ci skip] 2016-05-06 17:20:15 +01:00
wiredfool
c9c6c38008 Merge pull request #1894 from wiredfool/stdout_for_appveyor
Print stdout in appveyor logs
2016-05-06 17:20:04 +01:00
wiredfool
9a4f6482b4 Merge pull request #1893 from wiredfool/tiff_check
Skip tests that require libtiff if it is not installed, fixes #1866
2016-05-06 17:19:54 +01:00
wiredfool
11fc8a154f Merge pull request #1892 from wiredfool/icc_check
Skip test when icc profile is not available, fixes #1887
2016-05-06 17:19:28 +01:00
wiredfool
783fbaeb02 Merge pull request #1890 from radarhere/not_implemented
Replaced Exception with NotImplementedError
2016-05-06 17:16:00 +01:00
wiredfool
0c97af69bf print stdout as well 2016-05-06 09:10:10 -07:00
wiredfool
be2100be7b Skip tests that require libtiff if it is not installed, fixes #1866 2016-05-06 09:07:00 -07:00
wiredfool
3926bfb747 Skip test when icc profile is not available, fixes #1887 2016-05-06 08:58:40 -07:00
rr-
4b260ac369 Install libimagequant for Travis build 2016-05-06 17:45:08 +02:00
Andrew Murray
be028a0c3f Replaced Exception with NotImplementedError 2016-05-06 20:11:03 +10:00