You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am creating a pyramid TIFF for serving on an IIIF server. Under 8.9.2 it correctly converts. Under 8.10.0 it produces a black & white image.
Using file I get:
And the new version creates (8.10.0):
TIFF image data, little-endian, direntries=16, height=1595, bps=1, compression=none, PhotometricIntepretation=BlackIsZero, orientation=upper-left, width=1595
In both cases the command was:
vips im_vips2tiff infile outfile:jpeg:90,tile:256x256,pyramid
Why has the bps reduced and compression now missing?