开发者

Does the ImageMagick for iOS support converting jpeg images to GIF ?

Does the ImageMagick for iOS support converting jpeg images to GIF? How to do 开发者_如何学Cthat?


GIFS are "inherently supported in ImageMagick", according to comments here.

This article describes how to export an animated GIF from UIImage source using ImageMagick on iOS that you can use as a starting point.

MagickWand *mw = NewMagickWand();
MagickSetFormat(mw, "gif");


Apparently, ImageMagick does support GIF creation on iOS, even though their website clearly states it only supports png, jpeg and tiff on iOS. I haven't found any source of this worth linking and the other link mentioned below is no longer existing, so good luck with that.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜