rokka-io / imagine-vips

libvips adapter for php imagine
https://rokka.io
Other
41 stars 8 forks source link

Fix gif delay for older vips version #12

Closed alexander-schranz closed 4 years ago

alexander-schranz commented 4 years ago

Think for older vips version we need to go on gif-delay else the gif ends in false delay:

See also:

https://github.com/rokka-io/imagine-vips/blob/63d843dfd8336ffb2ea47029d6c0f05d01a6330d/lib/Imagine/Vips/Layers.php#L92-L106

Example

Vips Version: vips-8.8.4-Thu

Original:

screenshots

Resized before this PR:

screenshot-resized

chregu commented 4 years ago

Thanks.

alexander-schranz commented 4 years ago

@chregu thank you for merging. Can we also create a release tag for it? :)

chregu commented 4 years ago

Sure, 0.11.0 is released now

alexander-schranz commented 4 years ago

@chregu Thank you!