Closed rmast closed 3 years ago
@Cyperghost Olaf,
If I just return this file to the 2011 version
git checkout 173cbefd7046a526c9238c337c15dc75bef42924 ./include/plugins/string_io.hpp
and replace PyString by PyBytes the issue is solved.
So your changes introduced this issue. Are you able to resolve it?
@Cyperghost, I made a fork with commit 2d9877a on master for solving the issue to get didjvu to work with it again. The other commit should be forgotten. If you see the possibility of any improvements or a suggestion of writing automatic tests to prevent this in the future you're welcome.
@cdalitz, as you are still working on this repository, please state if you would like a pull-request.
@rmast Yes, please make a pull-request. Thanks you very much for looking into this issue!
Done
Conversion back and forth between PIL and Gamera-4 is more buggy than it was with hsnr-gamera for python 2.7.
Try this with Python 2 and Python 3:
ycbcr-jpeg.zip
You'll see the picture is ok with python 2, but becomes a green mess with python 3.