v0.8.1
Introducing Animation Support
Imagor is rewritten to support animation for various common operations. The maximum of animated image frames can be configured using cli arguments:
-vips-max-animation-frames int
VIPS maximum of animated image frames to be processed. Set 1 to disable animation, -1 for unlimited. (default -1)
original image
https://raw.githubusercontent.com/cshum/imagor/master/testdata/dancing-banana.gif
fit-in, fill and watermark example:
http://localhost:8000/unsafe/fit-in/200x150/filters:fill(yellow):watermark(raw.githubusercontent.com/cshum/imagor/master/testdata/gopher-front.png,repeat,bottom,0,40,40)/raw.githubusercontent.com/cshum/imagor/master/testdata/dancing-banana.gif
crop and fill example:
http://localhost:8000/unsafe/30x40:100x150/filters:fill(cyan)/raw.githubusercontent.com/cshum/imagor/master/testdata/dancing-banana.gif


