Andrew Murray
|
18e204df05
|
Removed DPI rounding from JPEG loading
|
2021-05-07 21:23:29 +10:00 |
|
Andrew Murray
|
0de3beaeaf
|
Removed DPI rounding when BMP loading
|
2021-05-07 20:50:18 +10:00 |
|
Andrew Murray
|
9d72542c08
|
Removed DPI rounding from PNG loading
|
2021-05-07 20:50:01 +10:00 |
|
Andrew Murray
|
edc2771909
|
Corrected code references in docstring
|
2021-05-05 23:52:59 +10:00 |
|
Hugo van Kemenade
|
20b8a83773
|
Merge pull request #5437 from radarhere/stdout
|
2021-05-03 11:57:46 +03:00 |
|
Andrew Murray
|
0f68e63793
|
Allow for sys.stdout.buffer to be missing
|
2021-05-03 18:07:05 +10:00 |
|
Hugo van Kemenade
|
d2f2fbacaa
|
Merge pull request #5426 from radarhere/undefined_zero
Fixed UNDEFINED TIFF tag of length 0 being changed in roundtrip
|
2021-05-03 09:07:32 +03:00 |
|
Hugo van Kemenade
|
2125ce8331
|
Merge pull request #5445 from radarhere/freetype_version
Fixed bug when checking FreeType2 version if it is not installed
|
2021-05-02 17:24:26 +03:00 |
|
Hugo van Kemenade
|
0836e388e8
|
Merge pull request #5459 from radarhere/pdf_float
Do not round dimensions when saving PDF
|
2021-05-02 11:16:34 +03:00 |
|
Hugo van Kemenade
|
8a8ac60817
|
Merge pull request #5417 from radarhere/contain
Added ImageOps contain()
|
2021-05-01 18:44:37 +03:00 |
|
Andrew Murray
|
38a520c109
|
Updated docstrings
|
2021-05-01 22:35:53 +10:00 |
|
Andrew Murray
|
91b3a9d6a1
|
Updated docstring
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
2021-05-01 21:56:49 +10:00 |
|
Andrew Murray
|
bc935f9970
|
Do not round dimensions when saving PDF
|
2021-05-01 12:13:09 +10:00 |
|
Andrew Murray
|
ca3ad49de3
|
Fixed bug when checking FreeType2 version if it is not installed
|
2021-04-29 23:10:08 +10:00 |
|
Andrew Murray
|
ce3d69baf9
|
Simplified code by writing bytes instead of using wrapping to write strings
|
2021-04-29 21:35:57 +10:00 |
|
Andrew Murray
|
9c06ce044c
|
Changed PSDraw default from sys.stdout to sys.stdout.buffer
|
2021-04-29 21:35:57 +10:00 |
|
Andrew Murray
|
fae9afe351
|
Replace sys.stdout with sys.stdout.buffer when saving
|
2021-04-29 21:35:57 +10:00 |
|
Andrew Murray
|
976d9fa347
|
Fixed UNDEFINED TIFF tag of length 0 being changed in roundtrip
|
2021-04-29 21:21:09 +10:00 |
|
Andrew Murray
|
2c03800824
|
Changed default "method" value to 4
|
2021-04-28 18:20:44 +10:00 |
|
Hugo van Kemenade
|
dc817ead76
|
Merge pull request #5430 from radarhere/pdf_1
Switched to saving 1-bit PDFs with DCTDecode
|
2021-04-25 15:29:34 +03:00 |
|
Hugo van Kemenade
|
6461dd63b3
|
Merge pull request #5429 from radarhere/ico
Use bpp from ICO header
|
2021-04-25 12:07:38 +03:00 |
|
Hugo van Kemenade
|
d3a3b6dddb
|
Merge pull request #5408 from radarhere/indexerror
Corrected JPEG APP14 transform value
|
2021-04-25 11:36:40 +03:00 |
|
Hugo van Kemenade
|
23efd39b99
|
Merge pull request #5425 from radarhere/iptc
Changed TIFF tag 33723 length to 1
|
2021-04-25 11:23:52 +03:00 |
|
Hugo van Kemenade
|
75f385ffaa
|
Merge pull request #5423 from radarhere/ico_documentation
Added info about mode when saving ICO for Windows
|
2021-04-25 11:14:31 +03:00 |
|
Hugo van Kemenade
|
b09a9210d4
|
Merge pull request #5414 from radarhere/morph
Changed ImageMorph incorrect mode errors to ValueError
|
2021-04-23 16:52:55 +03:00 |
|
Andrew Murray
|
ac1359ed5d
|
Merge pull request #5419 from gladiusglad/exiftags
Add EXIF tags specified in EXIF 2.32
|
2021-04-23 07:52:18 +10:00 |
|
Andrew Murray
|
d62be3e354
|
Switched to saving 1-bit PDFs with DCTDecode
|
2021-04-22 22:16:21 +10:00 |
|
Andrew Murray
|
900b849aa8
|
Use bpp from header
|
2021-04-22 21:18:21 +10:00 |
|
Andrew Murray
|
6b098a2c34
|
Changed TIFF tag 33723 length to 1
|
2021-04-21 22:37:47 +10:00 |
|
Andrew Murray
|
4b066e66da
|
Added info about mode when saving for Windows [ci skip]
|
2021-04-20 23:58:52 +10:00 |
|
Hugo van Kemenade
|
bb5a34fcb0
|
Merge pull request #5391 from radarhere/gif_disposal
Treat previous contents of first GIF frame as transparent
|
2021-04-20 13:23:11 +03:00 |
|
gladiusglad
|
72d7d1d0ea
|
Add EXIF tags which are part of the EXIF 2.32 specification
|
2021-04-20 11:01:46 +07:00 |
|
Hugo van Kemenade
|
d2e73b0304
|
Merge pull request #5411 from radarhere/resize_default
For special image modes, revert default resize resampling to NEAREST
|
2021-04-19 17:57:46 +03:00 |
|
Andrew Murray
|
40eceec70d
|
Added contain method
|
2021-04-19 20:12:52 +10:00 |
|
Hugo van Kemenade
|
fc08a72600
|
Merge pull request #5400 from radarhere/mapdepth_16
Changed mode for TGA 16-bit palette to BGR;15
|
2021-04-18 13:00:29 +03:00 |
|
Hugo van Kemenade
|
50fdc151ea
|
Merge pull request #5396 from radarhere/mapdepth
TGA color map entry size is only 1 byte
|
2021-04-18 12:57:58 +03:00 |
|
Andrew Murray
|
7e4fd9d845
|
Changed incorrect mode errors to ValueError
|
2021-04-18 14:47:05 +10:00 |
|
Andrew Murray
|
7c0344bb99
|
For special image modes, revert default resize resampling to NEAREST
|
2021-04-17 12:18:42 +10:00 |
|
Andrew Murray
|
4351c37fc4
|
Corrected adobe_transform value
|
2021-04-15 21:49:51 +10:00 |
|
Andrew Murray
|
7a4bf3df0f
|
Changed exception type to be more specific
|
2021-04-15 20:55:45 +10:00 |
|
Hugo van Kemenade
|
85d251b479
|
Merge pull request #5384 from radarhere/core_tags
|
2021-04-15 13:10:25 +03:00 |
|
Andrew Murray
|
a47072bcbe
|
Treat previous contents of first frame as transparent
|
2021-04-15 19:01:12 +10:00 |
|
Hugo van Kemenade
|
2f5687f886
|
Merge pull request #5390 from radarhere/gif_missing_background
Use zero if GIF background color index is missing
|
2021-04-15 11:57:31 +03:00 |
|
Hugo van Kemenade
|
0cc2943aef
|
Merge pull request #5386 from radarhere/previous_frame_loaded
Fixed ensuring that GIF previous frame was loaded
|
2021-04-15 10:47:44 +03:00 |
|
Andrew Murray
|
8be655bec6
|
Merge branch 'master' into core_tags
|
2021-04-11 12:46:37 +10:00 |
|
Andrew Murray
|
fc64064387
|
Changed mode for 16-bit palette to BGR;15
|
2021-04-10 22:11:20 +10:00 |
|
Andrew Murray
|
04df6e3bf1
|
mapdepth is only 1 byte
|
2021-04-09 21:38:28 +10:00 |
|
Andrew Murray
|
3cb2413066
|
Use zero if background color index is missing
|
2021-04-08 08:04:20 +10:00 |
|
Hugo van Kemenade
|
75c111903c
|
Merge pull request #5382 from radarhere/rounded_rectangle
Round down the radius in rounded_rectangle
|
2021-04-07 19:31:19 +03:00 |
|
Andrew Murray
|
d661e438f6
|
Fixed ensuring that previous frame was loaded
|
2021-04-06 19:31:51 +10:00 |
|