开发者

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

开发者 https://www.devze.com 2023-03-26 17:31 出处:网络
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.

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

精彩评论

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

关注公众号