algoo / preview-generator

generates previews of files with cache management
https://pypi.org/project/preview-generator/
MIT License
228 stars 51 forks source link

tests/input/xcf/test_xcf.py test_to_jpeg fails with wand backend. #114

Closed JulienPalard closed 2 years ago

JulienPalard commented 4 years ago

Related to #113 (read first). I'm getting:

        with Image.open(path_to_file) as jpeg:
>           assert jpeg.height in range(182, 184)
E           assert 10 in range(182, 184)
E            +  where 10 = <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=10x10 at 0x7F980DA9A910>.height
E            +  and   range(182, 184) = range(182, 184)
inkhey commented 2 years ago

this has been fixed with the improved wand backend #253