Aleksandr Karpinskii
37b2a1bbae
Cleanup exceptions handling
...
Remove unused module
Remove ImagingError_Clear alias
Do not set PyExc_TypeError after PySequence_Fast
Remove ImagingError_OSError alias
Use PyErr_Format when possible
2024-10-07 18:58:01 +04:00
Aleksandr Karpinskii
3a16a350cc
Fix Imaging_Type check in _convert
2024-10-07 18:58:01 +04:00
Aleksandr Karpinskii
50dd94664b
Correct types of _imaging methods
...
Move new_block method to _imaging
remove _imaging.convert method
2024-10-07 18:58:01 +04:00
Aleksandr Karpinskii
8ba076ae86
Remove unused declaration
2024-10-07 18:55:09 +04:00
Aleksandr Karpinskii
24daafa2eb
Use Py_RETURN_NONE macro when possible
2024-10-07 18:55:09 +04:00
Aleksandr Karpinskii
310f625e60
Remove obsolete PyImaging_CheckBuffer and PyImaging_GetBuffer
2024-10-07 18:55:09 +04:00
Aleksandr Karpinskii
517c3e1c7f
import global libs correctly
2024-10-07 18:55:09 +04:00
Aleksandr Karpinskii
039869fe77
Move import math.h to ImagingPlatform
2024-10-07 18:55:09 +04:00
Aleksandr Karpinskii
ff7c29ced9
Move include Python.h to ImagingPlatform
2024-10-07 18:55:08 +04:00
Aleksandr Karpinskii
34488d1d4e
Drop support of not C99+ compilers (including old MSVC)
2024-10-07 18:55:08 +04:00
Aleksandr Karpinskii
2a7c9670c1
Cleanup Jpeg.h undefs
2024-10-07 18:54:27 +04:00
Aleksandr Karpinskii
c46ff64052
Remove tiff extra guards
2024-10-07 18:54:27 +04:00
Aleksandr Karpinskii
f4accfe336
Rename ImPlarform to ImagingPlatform
2024-10-07 18:54:27 +04:00
Aleksandr Karpinskii
7b3179161f
MIN and MAX macros in ImagingUtils
2024-10-07 18:54:27 +04:00
Hugo van Kemenade
535bf234c3
Merge pull request #8341 from uploadcare/use-ptr
...
Use ImagingCore.ptr instead of ImagingCore.id
2024-10-07 13:37:44 +03:00
Hugo van Kemenade
029ec8559b
Merge pull request #8445 from radarhere/apply
2024-10-07 12:51:43 +03:00
Alexander Karpinsky
8e332eb3b0
Apply suggestions from code review
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-10-07 13:05:13 +04:00
Andrew Murray
8de66597f9
Removed unused code
2024-10-07 19:17:59 +11:00
Andrew Murray
feeceb9ae6
Simplified code
2024-10-07 15:34:28 +11:00
Hugo van Kemenade
96f1a6e8b1
Merge pull request #8281 from Yay295/eps_test
2024-10-06 15:58:57 +03:00
Andrew Murray
b77cd009e2
Use transparency when combining P frames
2024-10-06 11:30:27 +11:00
Yay295
f9c69deaae
simplify setting self._size
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-10-01 09:35:22 -05:00
Yay295
c0d04e8b34
use .size instead of ._size
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-10-01 09:33:33 -05:00
Hugo van Kemenade
0e0cb06a8d
Merge pull request #8431 from radarhere/imageenhance
2024-10-01 13:58:11 +03:00
Hugo van Kemenade
07389b2f18
Merge pull request #8416 from radarhere/compact_within_map
2024-10-01 13:55:50 +03:00
Hugo van Kemenade
c9c8d45898
Merge pull request #8422 from radarhere/resize_i16
2024-10-01 13:55:13 +03:00
Hugo van Kemenade
ea15e0e622
Merge pull request #8413 from radarhere/sgirle_memory
2024-10-01 13:52:22 +03:00
Hugo van Kemenade
747fdf5069
Merge pull request #8402 from radarhere/sgirle
2024-10-01 13:52:08 +03:00
Andrew Murray
749bec097c
Do not convert image unnecessarily
2024-10-01 07:11:24 +10:00
Yay295
782f0e8a5a
change "Read" to "Parse" in comment
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-09-30 08:23:28 -05:00
Yay295
75286a4e40
add some comments
2024-09-30 08:23:28 -05:00
Andrew Murray
f3fe22d2f2
Break if the bit depth or mode id are unknown
2024-09-30 08:23:28 -05:00
Yay295
56e4ad0dea
don't name positional arguments
2024-09-30 08:23:28 -05:00
Yay295
6b168a3e2b
add EPS test for image with ImageData and BoundingBox (atend)
2024-09-30 08:23:27 -05:00
Yay295
00bbd4a5b9
use "with Image" instead of closing manually
2024-09-30 08:23:27 -05:00
Yay295
3ccecd91ce
convert eps using pnmraw instead of ppmraw
...
This lets Ghostscript choose the best device to use (pbmraw, pgmraw, ppmraw) based on the image data.
2024-09-30 08:23:27 -05:00
Andrew Murray
42ad42c174
Merge branch 'main' into resize_i16
2024-09-30 19:50:26 +10:00
Andrew Murray
a99361a38f
Raise an error if path is compacted during mapping
2024-09-30 19:50:08 +10:00
Andrew Murray
851449edfc
Free memory on early return
2024-09-30 19:49:13 +10:00
Andrew Murray
fc65e437cf
Prevent division by zero
2024-09-30 19:48:53 +10:00
Andrew Murray
cc0b6b9de9
Cast int before potentially exceeding INT_MAX
2024-09-30 19:47:52 +10:00
Hugo van Kemenade
e9f831d3db
Merge branch 'main' into geometry
2024-09-28 15:45:39 -07:00
Andrew Murray
d33270ab51
Set default resize sampling for I;16* images to BICUBIC
2024-09-28 15:35:42 +10:00
Andrew Murray
04a00d273c
Support all resampling filters when resizing I;16* images
2024-09-28 14:27:40 +10:00
Alexander Karpinsky
b9d1768561
Catch AttributeError for BitmapImage.__photo
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-09-26 16:27:55 +04:00
Alexander Karpinsky
d133199391
Merge pull request #8386 from uploadcare/webp-capsule
...
Use Capsule for WEBP saving
2024-09-26 14:20:50 +04:00
Andrew Murray
3f24276bf2
Merge pull request #8317 from Yay295/tiff_exif_multistrip
...
Fixed writing multiple StripOffsets to TIFF
2024-09-25 18:38:19 +10:00
Aleksandr Karpinskii
11bcd5aaa9
Fix hasattr for ImageTk.PhotoImage.__del__
2024-09-22 13:39:22 +04:00
Andrew Murray
9f409e823b
Use getim()
2024-09-21 17:09:23 +10:00
Andrew Murray
83c7043471
Rename variable, since alpha channel is not dropped
2024-09-21 15:54:27 +10:00