Andrew Murray
|
567351f632
|
Added register_extensions method
|
2017-09-04 20:32:07 +10:00 |
|
Andrew Murray
|
58b5c9187d
|
Replaced absolute PIL imports with relative imports (#2349)
|
2017-01-17 13:22:18 +00:00 |
|
Andrew Murray
|
572a3d970c
|
Removed whitespace from blank lines
|
2016-09-03 12:23:42 +10:00 |
|
wiredfool
|
cf27e03dcd
|
Added return for J2k (and fpx) Load to return a pixel access object
|
2016-08-08 07:36:34 -07:00 |
|
wiredfool
|
d3b0413780
|
Initial take for removing the Incremental decoder due to threading issues. J2k tests pass, other tests fail
|
2016-06-27 00:58:05 -07:00 |
|
wiredfool
|
43b4b8d664
|
Fix for UnboundLocalError with corrupt jpeg2k file
|
2016-03-26 13:41:00 -07:00 |
|
Andrew Murray
|
fa73879d19
|
Changed register calls to use format property
|
2015-07-04 23:29:58 +10:00 |
|
hugovk
|
2879819ce7
|
Style/health fixes
|
2015-04-01 16:47:01 +03:00 |
|
hugovk
|
8de95676e0
|
flake8
|
2014-08-26 16:47:10 +03:00 |
|
wiredfool
|
347a1d8d95
|
J2k DOS fix -- CVE-2014-3598
Found and reported by Andrew Drake of dropbox.com
|
2014-08-19 08:25:40 -07:00 |
|
wiredfool
|
cec5fd9d38
|
f doesn't exist, BytesIO objects have fileno(), but may return OsError
|
2014-07-01 11:09:20 -07:00 |
|
David Joy
|
b147dea535
|
Add tests and fix a 16bit vs 32bit integer bug
Yay unit tests!
|
2014-06-25 14:06:56 -04:00 |
|
David Joy
|
479693417f
|
Merge the rest of the patches
Now it actually works and passes the test suite
|
2014-06-25 11:42:06 -04:00 |
|
David Joy
|
433ec1c219
|
Clean commit of 16-bit monochrome JPEK2000 support
|
2014-06-25 11:13:33 -04:00 |
|
hugovk
|
1633ffa878
|
Merge branch 'cleanup' of https://github.com/wiredfool/Pillow into wiredfool-cleanup
Conflicts:
Tests/test_file_jpeg2k.py
Tests/test_image_transform.py
Tests/test_imagesequence.py
|
2014-06-23 13:39:27 +03:00 |
|
wiredfool
|
618a79c1c6
|
Merge from master, pre-unittest conversion
|
2014-06-03 14:42:22 -07:00 |
|
wiredfool
|
da1523d877
|
Merge from master, pre-unittest conversion
|
2014-06-03 14:29:16 -07:00 |
|
Alastair Houghton
|
87d10dcaeb
|
Oops. Fixed a silly mistake.
|
2014-05-27 15:05:25 +01:00 |
|
Alastair Houghton
|
1011e51083
|
Added support for OpenJPEG 2.1.
|
2014-05-27 12:43:54 +01:00 |
|
wiredfool
|
54173d2c67
|
Cherry-pick of portions of patch a500ca1393 , many shortcut ops added, no functional changes
|
2014-05-09 21:36:15 -07:00 |
|
Dmitry Selitsky
|
d5b09509be
|
logic typo fix
|
2014-04-16 16:07:43 +03:00 |
|
hugovk
|
a97e5039d8
|
Remove unused _binary import (plus flake8)
|
2014-04-14 12:51:12 +03:00 |
|
Alastair Houghton
|
18d6432036
|
Fixed some problems with the reduce option, as well as a number of warnings from GCC.
|
2014-03-27 08:35:38 +00:00 |
|
Alastair Houghton
|
ac8ebccfa6
|
Added tests and fixed a few bugs that the tests threw up.
|
2014-03-19 12:16:14 +00:00 |
|
Alastair Houghton
|
6840278b7d
|
Removed print statement.
|
2014-03-14 16:49:29 +00:00 |
|
Alastair Houghton
|
9a1b6966b5
|
Added precinct size option. Also added the jp2klib_version symbol on the _imaging module.
|
2014-03-14 15:40:30 +00:00 |
|
Alastair Houghton
|
cb1f990a92
|
Added seek support to make writing jp2 files work. Also added support for directly using an fd rather than relying on the Python loop, if we have a real fd.
|
2014-03-14 11:21:08 +00:00 |
|
Alastair Houghton
|
61fb89ec54
|
Added a JPEG 2000 encoder.
|
2014-03-13 18:27:16 +00:00 |
|
Alastair Houghton
|
5b22b715ce
|
Fixed some bugs.
|
2014-03-13 12:29:03 +00:00 |
|
Alastair Houghton
|
7dba77364a
|
Fixed rounding.
|
2014-03-13 11:57:47 +00:00 |
|
Alastair Houghton
|
d6b8f0f666
|
Added a JPEG 2000 decoder based on OpenJPEG.
|
2014-03-13 11:46:47 +00:00 |
|