Hugo van Kemenade
|
c6115c1ceb
|
Merge pull request #4230 from dwastberg/new_chops
Added three new channel operations
|
2020-03-31 10:24:44 +03:00 |
|
Hugo van Kemenade
|
332e3923cb
|
Merge pull request #4457 from radarhere/endian
Fixed endian handling for I;16 getextrema
|
2020-03-25 23:32:37 +02:00 |
|
Andrew Murray
|
42a0653097
|
Fixed endian handling for I;16 getextrema
|
2020-02-29 20:29:28 +11:00 |
|
Andrew Murray
|
b934b50867
|
If an alpha channel is present, only use that to get bounding box
|
2020-02-28 22:33:02 +11:00 |
|
Andrew Murray
|
a8c0794107
|
Allow saving of zero quality JPEG images
|
2020-02-21 22:05:44 +11:00 |
|
dwastberg
|
7d5ab9f1d4
|
Remove old code
|
2020-02-19 19:37:34 +11:00 |
|
Dag Wästberg
|
705140cc2c
|
add hardlight and softlight chops
|
2020-02-19 19:30:59 +11:00 |
|
Dag Wästberg
|
13c1b7070d
|
add Overlay chop
|
2020-02-19 19:24:36 +11:00 |
|
Dag Wästberg
|
5e5dfbad81
|
add hardlight and softlight chops
|
2020-02-19 19:23:09 +11:00 |
|
Andrew Murray
|
74351dc692
|
Fixed sign comparison warnings
|
2020-02-15 22:13:23 +11:00 |
|
Hugo van Kemenade
|
c57e4b3a85
|
Merge pull request #4333 from radarhere/polygon
Only draw each polygon pixel once
|
2020-02-15 11:57:14 +02:00 |
|
Alexey Moiseitsev
|
4437a81968
|
Avoid undefined signed overflow
|
2020-02-03 14:13:16 +03:00 |
|
Andrew Murray
|
d24e4f44c1
|
Fixed typo
|
2020-01-09 20:00:32 +11:00 |
|
Andrew Murray
|
8e8f63d4a5
|
Only draw each polygon pixel once
|
2020-01-05 17:43:51 +11:00 |
|
Andrew Murray
|
b9c68540dc
|
Overflow checks for realloc for tiff decoding
|
2020-01-02 15:24:46 +11:00 |
|
Andrew Murray
|
be44f0d992
|
Catch SGI buffer overruns
|
2020-01-02 15:24:36 +11:00 |
|
Andrew Murray
|
8f0c8f7311
|
Catch PCX P mode buffer overrun
|
2020-01-02 15:24:16 +11:00 |
|
Andrew Murray
|
c40bc25847
|
Catch FLI buffer overrun
|
2020-01-02 15:23:36 +11:00 |
|
Alexander
|
d68147ce89
|
Fix rounding error on RGB to L conversion
|
2019-12-31 03:35:47 +03:00 |
|
Alexander
|
d41f2713b6
|
Merge branch 'master' into reduce
|
2019-12-20 20:22:36 +03:00 |
|
Alexander
|
5b53b0489b
|
Define box filter equal 1.0 on (-0.5, 0.5] range instead of [-0.5, 0.5)
|
2019-12-19 03:01:02 +03:00 |
|
Alexander
|
e54b9b3720
|
turn on ImagingReduce5x5 special case
|
2019-12-05 22:13:25 +03:00 |
|
Alexander
|
5283141417
|
Merge branch 'master' into reduce
|
2019-12-05 14:23:28 +03:00 |
|
Alexander
|
b23625172f
|
add box parameter to all optimized versions
|
2019-12-05 00:47:15 +03:00 |
|
Alexander
|
778b5f9fed
|
add box parameter
|
2019-12-04 23:13:20 +03:00 |
|
Alexander
|
cc30b1e55a
|
Add La mode packing and unpacking
|
2019-12-04 22:58:09 +03:00 |
|
Alexander
|
a4a6a9e83a
|
Add La mode packing and unpacking
|
2019-12-04 22:47:15 +03:00 |
|
Alexander
|
d92c58fa7f
|
I mode support
|
2019-12-01 22:52:43 +03:00 |
|
Alexander
|
a576b14056
|
F mode support
|
2019-12-01 22:28:16 +03:00 |
|
Alexander Karpinsky
|
d970a39840
|
Special cases:
ImagingReduce1x2, ImagingReduce1x3, ImagingReduce2x1, ImagingReduce3x1
|
2019-12-01 21:41:15 +03:00 |
|
Alexander
|
1d1f3be27a
|
unsupported modes
|
2019-12-01 20:34:05 +03:00 |
|
Alexander
|
008c1c88e2
|
L mode support
|
2019-12-01 20:33:48 +03:00 |
|
Alexander
|
f72d5c0dfd
|
better branches
|
2019-12-01 14:38:21 +03:00 |
|
Alexander
|
8b6ad4a471
|
tests for supported modes
|
2019-11-26 03:39:57 +03:00 |
|
Alexander
|
7e978ae542
|
ImagingReduceCorners
|
2019-11-26 02:45:13 +03:00 |
|
Alexander
|
fba833e1f4
|
final set of special cases
|
2019-11-26 01:18:48 +03:00 |
|
Alexander
|
e6c305511e
|
more special
|
2019-11-25 05:16:03 +03:00 |
|
Alexander
|
ab25d9f4b5
|
good balance
|
2019-11-25 04:20:31 +03:00 |
|
Alexander
|
01094a9649
|
naive implementation
|
2019-11-24 17:40:05 +03:00 |
|
Alexander
|
335f5431de
|
dummy method
|
2019-11-24 17:39:49 +03:00 |
|
Hugo
|
12a725988e
|
Merge remote-tracking branch 'upstream/master' into rm-2.7
|
2019-11-16 17:10:10 +02:00 |
|
Andrew Murray
|
511aed922a
|
Fixed freeing unallocated pointer when resizing with height too large
|
2019-10-30 22:09:28 +11:00 |
|
Hugo
|
af770a6c55
|
Drop support for EOL Python 2.7
|
2019-10-07 14:30:59 +03:00 |
|
Andrew Murray
|
cc16025e23
|
Merge pull request #4104 from radarhere/overrun
Catch buffer overruns
|
2019-09-30 23:33:28 +10:00 |
|
Andrew Murray
|
fb8470187a
|
Merge pull request #4034 from cgohlke/patch-1
Initialize rows_per_strip when RowsPerStrip tag is missing
|
2019-09-30 22:32:34 +10:00 |
|
Andrew Murray
|
ab52630d06
|
Catch buffer overruns
|
2019-09-30 18:45:43 +10:00 |
|
Andrew Murray
|
87c43b66a5
|
Corrected negative seeks
|
2019-09-30 18:31:18 +10:00 |
|
Hugo van Kemenade
|
f5aed1a254
|
Merge branch 'master' into patch-1
|
2019-09-20 22:59:29 +03:00 |
|
Andrew Murray
|
14859ce506
|
Merge pull request #4004 from radarhere/hsv
Improved HSV conversion
|
2019-09-07 00:50:34 +10:00 |
|
Andrew Murray
|
76e5bd0f0f
|
Added brackets
|
2019-09-06 20:07:23 +10:00 |
|