github cshum/imagor v0.8.3
v0.8.1

latest releases: v1.9.4, v1.9.3, v1.9.2...
4 years ago

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

dancing-banana

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

dancing-banana

crop and fill example:

http://localhost:8000/unsafe/30x40:100x150/filters:fill(cyan)/raw.githubusercontent.com/cshum/imagor/master/testdata/dancing-banana.gif

dancing-banana (2)

Don't miss a new imagor release

NewReleases is sending notifications on new releases.