sl2c

Results 6 issues of sl2c

Greetings to all pdfrw fans! Just wanted to let everyone know that I've uploaded my extension module for pdfrw called [pdfrwx](https://github.com/sl2c/pdfrwx). The project has been a couple of years in...

When doing ```python from PIL import Image Image.open('test.jp2').show() ``` on the file [test.jp2.zip](https://github.com/python-pillow/Pillow/files/13223024/test.jp2.zip) an apparently incorrect result is displayed. I have checked this with both the latest Pillow-10.1.0 as well...

JPEG

After doing: ``` t1 = T1Font('font.pfb') t1.parse() t1.saveAs('font-out.pfb', 'PFB') ``` and trying to open the resulting pfb file in fontforge I get an error from fontforge: > Didn't understand "/......

Dear Han-Wen, Thanks for mftrace! I am loving it. Here are my two cents: looks like mftrace 1.2.20 chokes on some files, e.g.: [sample.zip](https://github.com/hanwen/mftrace/files/13559321/sample.zip) The error: s = (self.left[1:1 +...

When running `Image.open('cmyk.tif').save('out.jp2')` I get: `OSError: encoder error -2 when writing image file` Same with writing to '.j2k'. Same with other CMYK images I tried. I am using Pillow v....

JPEG

Hi! Thanks for the cffLib, it's a lifesaver! Currently, the official branch does not support CFF encoding supplements (Adobe Technical Note #5176, page 18). I've been using a simple workaround...