Open
Description
Hi,
In Image.new_from_file
doesn't work in some cases.
In the following image, it works correctly (simple rotation), with a mirrored image it doesn't work.
image = pyvips.Image.new_from_file(path, access='random', memory=False, autorotate=True, **kwargs)`
The image left,right and down works, the other not.
What am I doing wrong?
Thanks a lot for your help.