JV

Results 14 comments of JV

The reason why an identical RGB works fine is because `quantize()` uses different methods by default for RGB and RGBA. The only method available for RGBA is `Image.FASTOCTREE`. If you...

The file has 16-bit quantization tables, which are not yet supported: https://github.com/python-pillow/Pillow/blob/e0eec1eb566f10695077cb6f6b700956db0c8df8/src/PIL/JpegImagePlugin.py#L254 https://github.com/python-pillow/Pillow/blob/e0eec1eb566f10695077cb6f6b700956db0c8df8/src/libImaging/JpegEncode.c#L162

@radarhere It was a full fix. I think this is fully resolved. When I started on it I didn't fully understand the C code/libjpeg yet. I expected that to need...

I understand this is a bit of a complicated issue (given #367), but is that bug really safe to fix? I know I've written code that would break if `rectangle`...

Not stale. PR in https://github.com/jestjs/jest/pull/15812