vokal/vip

Provide a static preview for GIFs

Closed this issue · 3 comments

Says @jrit:

it looks like it is possible to get the image out of the gif with this http://golang.org/pkg/image/gif/#Encode which seems one step short of crop/resize

Should be possible to at least create a static JPEG (or possibly GIF) preview of static or animated GIFs.

Alternately, would be nice if we could just scale animated GIFs à la giphy.com.

Yeah, I agree

jrit commented

I'm going to mess with this a bit this afternoon. The static preview part, not cropping the animated one.

@jrit fixed in #94.