mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Remove old code
This commit is contained in:
parent
23a61b00b5
commit
7d5ab9f1d4
|
@ -150,8 +150,6 @@ ImagingChopSubtractModulo(Imaging imIn1, Imaging imIn2)
|
|||
Imaging
|
||||
ImagingChopSoftLight(Imaging imIn1, Imaging imIn2)
|
||||
{
|
||||
// CHOP2( ( ( (255-in1[x]) * (in1[x]*in2[x]) ) / 65536) +
|
||||
// ((in1[x] * (255 - ((255 - in1[1]) * (255 - in2[x]) / 255 ) )) / 255), NULL );
|
||||
CHOP2( (((255-in1[x]) * (in1[x]*in2[x]) ) / 65536) +
|
||||
(in1[x] * ( 255 - ( (255 - in1[x]) * (255 - in2[x] ) / 255) )) / 255
|
||||
, NULL );
|
||||
|
|
Loading…
Reference in New Issue
Block a user