Hugo van Kemenade
|
afebfcb096
|
Merge pull request #5647 from radarhere/transform_palette
|
2021-08-13 13:18:00 +03:00 |
|
Andrew Murray
|
98aa0f10ad
|
pre-commit autoupdate --freeze
|
2021-08-12 21:50:09 +10:00 |
|
Andrew Murray
|
cbdc751628
|
Read AND mask from end
|
2021-08-10 07:04:36 +10:00 |
|
Eric Soroos
|
8f300af691
|
Actually check the framesize in FliDecode.
|
2021-08-08 15:02:18 +02:00 |
|
Andrew Murray
|
9ad8c0c415
|
Updated location of make_hash script [ci skip]
|
2021-08-08 13:08:42 +10:00 |
|
mergify[bot]
|
43785a3201
|
Merge pull request #5620 from radarhere/eps
Added "transparency" argument to EpsImagePlugin load()
|
2021-08-06 15:32:13 +00:00 |
|
Hugo van Kemenade
|
2e5ce839ba
|
Merge pull request #5633 from radarhere/save_path
Corrected pathlib.Path detection when saving
|
2021-08-06 17:15:15 +03:00 |
|
Andrew Murray
|
9bf7dae03d
|
Allow saving L mode TIFF with PhotometricInterpretation 0
|
2021-08-06 23:50:52 +10:00 |
|
Andrew Murray
|
4063deddac
|
Merge branch 'master' into eps
|
2021-08-06 23:32:02 +10:00 |
|
Andrew Murray
|
caecb3a772
|
Merge branch 'master' into wal
|
2021-08-06 22:03:51 +10:00 |
|
Andrew Murray
|
929c561937
|
Merge branch 'master' into eps
|
2021-08-06 22:03:12 +10:00 |
|
Hugo van Kemenade
|
025f2071f5
|
Merge pull request #5598 from radarhere/i16
Consider I;16 pixel size when drawing text
|
2021-08-06 14:10:04 +03:00 |
|
Hugo van Kemenade
|
3307bf691f
|
Merge pull request #5594 from radarhere/convert
If default conversion from P is RGB with transparency, convert to RGBA
|
2021-08-06 14:08:38 +03:00 |
|
Andrew Murray
|
2dab52b8a8
|
Allow saving 1 mode TIFF with PhotometricInterpretation 0
|
2021-08-05 23:27:08 +10:00 |
|
Andrew Murray
|
6596e31605
|
Determine mode purely from ihdr header box
|
2021-08-05 01:06:01 +10:00 |
|
nulano
|
259c671a55
|
hide FriBiDi shim symbols to avoid conflict with real FriBiDi library
|
2021-08-03 00:03:21 +02:00 |
|
Hugo van Kemenade
|
5a9dacfc26
|
Merge pull request #5646 from radarhere/expand
|
2021-08-02 20:13:34 +03:00 |
|
Andrew Murray
|
6406dabf29
|
Merge pull request #5568 from rogermb/jpeg2000-resolution
Add support for reading DPI information from JPEG2000 images
|
2021-08-03 00:06:13 +10:00 |
|
Andrew Murray
|
02d92a594c
|
Merge branch 'master' into expand
|
2021-08-02 23:39:16 +10:00 |
|
Andrew Murray
|
dab5721c34
|
Favour integer operations when calculating DPI
|
2021-08-02 22:09:35 +10:00 |
|
Alexander Karpinsky
|
a312b0e9d0
|
Merge pull request #5639 from uploadcare/jpeg-safe-dpi-read
Add TypeError handling to pass corrupted DPI value in EXIF
|
2021-08-02 14:34:54 +03:00 |
|
Andrew Murray
|
8ab06b4dac
|
Updated comment [ci skip]
|
2021-08-01 21:06:33 +10:00 |
|
Andrew Murray
|
8828080868
|
Removed unreachable code
|
2021-08-01 18:39:54 +10:00 |
|
Andrew Murray
|
0c600f1d88
|
Prevent reading past end of file pointer even if box length allows it
|
2021-08-01 18:39:47 +10:00 |
|
Andrew Murray
|
3ee5a9b094
|
Stop reading from "res " after all information is extracted
|
2021-08-01 18:39:35 +10:00 |
|
Andrew Murray
|
ae54838146
|
If DPI is invalid, ignore it instead of raising an error
|
2021-08-01 18:38:56 +10:00 |
|
Andrew Murray
|
d1815377b8
|
Copy palette to new image in transform()
|
2021-07-31 22:49:16 +10:00 |
|
Andrew Murray
|
61419b54d6
|
Merge pull request #5645 from farizrahman4u/patch-2
Do not close file pointer in SGI save handler
|
2021-07-31 13:53:37 +10:00 |
|
Andrew Murray
|
9125631ff0
|
Added flush
|
2021-07-30 20:29:22 +10:00 |
|
Andrew Murray
|
438c3cc097
|
Speed up rotating square images by 90 or 270 degrees
|
2021-07-30 19:57:09 +10:00 |
|
Fariz Rahman
|
feb3103bfd
|
SGI save handler should not close output stream
|
2021-07-30 00:57:00 +04:00 |
|
Andrew Murray
|
a9372d5cf0
|
Fixed generated palettes
|
2021-07-29 16:20:20 +10:00 |
|
Andrew Murray
|
d0a30ec369
|
Updated documentation
|
2021-07-29 16:20:20 +10:00 |
|
Andrew Murray
|
cf275737ee
|
Do not rearrange palette channels
|
2021-07-29 16:20:20 +10:00 |
|
Andrew Murray
|
41b968ad10
|
Deprecate ImagePalette size parameter
|
2021-07-29 16:19:53 +10:00 |
|
Hugo van Kemenade
|
faaeee1e7d
|
Merge pull request #5601 from radarhere/webp_icc_profile
Allow saving WebP with icc_profile None
|
2021-07-28 13:10:36 +03:00 |
|
Hugo van Kemenade
|
4e4d580dfd
|
Merge pull request #5597 from radarhere/ycbcr_tiff
Added tags when saving YCbCr TIFF
|
2021-07-28 13:08:54 +03:00 |
|
Hugo van Kemenade
|
5f39e8e60a
|
Merge pull request #5613 from radarhere/psd
|
2021-07-28 12:53:24 +03:00 |
|
Alexander Karpinsky
|
3abe5e884b
|
Add TypeError handling to pass corrupted dpi value in exif
|
2021-07-26 16:13:01 +03:00 |
|
Andrew Murray
|
a43d46e87a
|
Corrected size parameter documentation [ci skip]
|
2021-07-26 22:53:39 +10:00 |
|
Hugo van Kemenade
|
567fbaf782
|
Merge pull request #5615 from radarhere/expand
Fixed ImageOps expand with tuple border on P image
|
2021-07-26 11:33:26 +03:00 |
|
Andrew Murray
|
89ab20fd15
|
putpalette() rawmode may be modes that can be unpacked to RGB
|
2021-07-25 16:32:59 +10:00 |
|
Andrew Murray
|
4038a287ee
|
Corrected pathlib.Path detection when saving
|
2021-07-24 14:21:33 +10:00 |
|
Andrew Murray
|
1d73a483f4
|
Added "transparency" argument to load()
|
2021-07-19 09:08:45 +10:00 |
|
Andrew Murray
|
7484bb08b4
|
Merge pull request #5588 from kmilos/patch-2
Ensure TIFF RowsPerStrip is multiple of 8 for JPEG compression
|
2021-07-18 18:17:25 +10:00 |
|
Andrew Murray
|
a9fccfada1
|
Added WalImageFile class
|
2021-07-18 12:35:27 +10:00 |
|
Andrew Murray
|
0a7af10827
|
Instead of drawing border, calculate palette index before image creation in expand()
|
2021-07-16 20:58:32 +10:00 |
|
Andrew Murray
|
a46f5cdd0a
|
PSD layer count may be negative
|
2021-07-15 19:38:26 +10:00 |
|
Andrew Murray
|
e766ddbc39
|
Removed unnecessary code
|
2021-07-13 23:02:27 +10:00 |
|
Andrew Murray
|
63c3b26f6a
|
Fixed using info dictionary when writing multiple frames
|
2021-07-13 23:02:23 +10:00 |
|
Andrew Murray
|
0521ac71e0
|
Renamed variable
|
2021-07-13 18:47:48 +10:00 |
|
thak1411
|
45aec95717
|
Fixed round error in saving apng file
|
2021-07-13 12:07:36 +09:00 |
|
Andrew Murray
|
97e0cb85ee
|
Keep transparency when converting from P to LA or PA
|
2021-07-12 22:55:12 +10:00 |
|
Andrew Murray
|
622a1cd542
|
Changed URLs to HTTPS
|
2021-07-12 21:00:36 +10:00 |
|
Andrew Murray
|
43ea81c6db
|
For save_all with palette, do not include palette with each frame
|
2021-07-11 22:52:32 +10:00 |
|
Andrew Murray
|
b45fdd0817
|
Allow saving WebP with icc_profile None
|
2021-07-10 15:15:10 +10:00 |
|
Andrew Murray
|
5cdcc2cf64
|
Added tags when saving YCbCr TIFF
|
2021-07-10 01:20:36 +10:00 |
|
Andrew Murray
|
a39cb04f3e
|
Consider I;16 pixel size when drawing text
|
2021-07-09 21:23:43 +10:00 |
|
Andrew Murray
|
fdfa9e8521
|
If default conversion from P is RGB with transparency, convert to RGBA
|
2021-07-08 17:08:11 +10:00 |
|
Miloš Komarčević
|
01e423da00
|
Ensure TIFF RowsPerStrip is multiple of 8 for JPEG compression
|
2021-07-07 09:38:06 +02:00 |
|
Hugo van Kemenade
|
f6c91c3db9
|
Merge pull request #5585 from radarhere/stdout
Catch OSError when checking if fp is sys.stdout
|
2021-07-06 09:05:46 +03:00 |
|
Andrew Murray
|
f962b18f69
|
Catch OSError when checking if fp is sys.stdout
|
2021-07-06 11:00:03 +10:00 |
|
Andrew Murray
|
917a598615
|
Handle removing orientation from alternate types of EXIF data
|
2021-07-06 10:37:28 +10:00 |
|
Andrew Murray
|
9688507193
|
Removed variable
|
2021-07-05 23:02:26 +10:00 |
|
Andrew Murray
|
9707d33ed9
|
Allow "exif" to also accept bytestring
|
2021-07-04 13:32:41 +10:00 |
|
Andrew Murray
|
c0f619384c
|
Added "exif" keyword argument to save Image.Exif instance
|
2021-07-04 12:33:55 +10:00 |
|
Thomas Viehmann
|
8d1b433c76
|
Use numpy.array with dtype
Thank you @radarhere.
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2021-07-01 14:08:51 +02:00 |
|
Thomas Viehmann
|
1c03526b65
|
Make Image.__array__ take optional dtype argument
This is required by the numpy protocol.
|
2021-07-01 13:09:40 +02:00 |
|
Andrew Murray
|
53ce23c749
|
8.4.0.dev0 version bump
|
2021-07-01 16:55:53 +10:00 |
|
Andrew Murray
|
51591a80a4
|
8.3.0 version bump
|
2021-07-01 13:53:49 +10:00 |
|
Andrew Murray
|
31c473898c
|
Merge pull request #5567 from radarhere/sprintf
Limit sprintf modes to 10 characters
|
2021-07-01 12:57:13 +10:00 |
|
Hugo van Kemenade
|
861a031304
|
Merge pull request #5514 from kmilos/fix_tiff_rowsperstrip
|
2021-06-30 17:31:42 +03:00 |
|
Hugo van Kemenade
|
06f88ddff4
|
Merge pull request #4526 from newpanjing/master
|
2021-06-30 17:13:43 +03:00 |
|
Andrew Murray
|
518ee3722a
|
Use snprintf instead of sprintf
|
2021-06-30 23:52:56 +10:00 |
|
Roger Baumgartner
|
5f4653d0b4
|
Attempt to read dpi information from JPEG2000's resc header box
|
2021-06-30 06:43:33 -07:00 |
|
Roger Baumgartner
|
7f275c1bfc
|
Create BoxReader helper class to parse JPEG2000 header
|
2021-06-30 06:43:33 -07:00 |
|
Andrew Murray
|
43f5a5f80b
|
Combined sizes and types into dictionary
|
2021-06-30 23:30:59 +10:00 |
|
mergify[bot]
|
914950959b
|
Merge pull request #4989 from gofr/4962-jpeg-zigzag
De-zigzag JPEG's DQT when loading; deprecate convert_dict_qtables
|
2021-06-30 12:37:26 +00:00 |
|
Andrew Murray
|
1b74bddfde
|
Merge pull request #5564 from radarhere/getcolor
Do not use background or transparency index for new color
|
2021-06-30 21:45:21 +10:00 |
|
Andrew Murray
|
d11c794997
|
Merge branch 'master' into 4962-jpeg-zigzag
|
2021-06-30 20:54:55 +10:00 |
|
Andrew Murray
|
5f4504bb03
|
Limit sprintf modes to 10 characters
|
2021-06-30 19:35:09 +10:00 |
|
Andrew Murray
|
70c7514a4a
|
Added specific removal details
|
2021-06-30 19:29:52 +10:00 |
|
Andrew Murray
|
cab9179a85
|
Merge pull request #5315 from radarhere/simplified
Simplified code
|
2021-06-30 19:24:19 +10:00 |
|
Andrew Murray
|
0aa8bd00e7
|
Added warning if defusedxml is not found
|
2021-06-30 11:29:13 +10:00 |
|
Andrew Murray
|
d9d811ff21
|
Replaced xml.etree.ElementTree with defusedxml.ElementTree
|
2021-06-30 11:28:44 +10:00 |
|
Andrew Murray
|
41b58f4b16
|
Replaced xml.etree.ElementTree with re
|
2021-06-30 11:28:40 +10:00 |
|
Andrew Murray
|
eab2b17d64
|
Do not use background or transparency index for new color
|
2021-06-30 00:05:25 +10:00 |
|
Andrew Murray
|
3e5ceb6d67
|
Corrected border position
|
2021-06-29 21:24:41 +10:00 |
|
Andrew Murray
|
8736a745f4
|
Removed _to_int
|
2021-06-29 21:08:26 +10:00 |
|
Andrew Murray
|
90ece137b0
|
Merge branch 'master' into master
|
2021-06-29 20:52:35 +10:00 |
|
Andrew Murray
|
f366330a74
|
Only open one BytesIO instance at a time
|
2021-06-29 20:50:36 +10:00 |
|
Andrew Murray
|
d07a085757
|
Simplified use of struct
|
2021-06-29 20:40:32 +10:00 |
|
Andrew Murray
|
f5558f42f4
|
Only getvalue() once per entry
|
2021-06-29 20:40:26 +10:00 |
|
Andrew Murray
|
8e60ca6106
|
Use bytes
|
2021-06-29 20:40:05 +10:00 |
|
Hugo van Kemenade
|
bdc87f6dcf
|
Merge pull request #5539 from kdpenner/gaussian-doc
Modified docstring for GaussianBlur
|
2021-06-28 19:37:28 +03:00 |
|
Hugo van Kemenade
|
2251be1a6f
|
Merge pull request #5554 from radarhere/tag_group_data
|
2021-06-28 19:03:01 +03:00 |
|
Hugo van Kemenade
|
50302231ed
|
Merge pull request #5552 from radarhere/palette
|
2021-06-28 19:01:54 +03:00 |
|
Hugo van Kemenade
|
d0394d44c2
|
Merge pull request #5402 from radarhere/dds
|
2021-06-28 18:50:21 +03:00 |
|
Hugo van Kemenade
|
b5c4b9afe0
|
Merge pull request #5455 from radarhere/xmp
|
2021-06-28 18:43:04 +03:00 |
|
Hugo van Kemenade
|
9f28e4be26
|
Merge pull request #5412 from radarhere/ifdrational_eq_float
|
2021-06-28 18:33:46 +03:00 |
|