Thumbnail gif file with crop: :centre
always creates 1 scene gif
#344
Labels
crop: :centre
always creates 1 scene gif
#344
Describe the bug
Vips::Image.thumbnail("filename.gif[n=-1]", 200, height: 200, crop: :centre)
with animated GIF file saves static file with 1 scene only.Without
crop: :centre
it saves animated file correctlyI used file https://i.pinimg.com/originals/96/50/f0/9650f01cd3334952b075f8cf55bedd60.gif for testing
To Reproduce
Steps to reproduce the behavior:
Run ruby script
Expected behavior
File must be animated with all scenes cropped
Additional context
I have libvips 8.13rc1 compiled with cgif
The text was updated successfully, but these errors were encountered: