Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法NSData从实例中获取 TIFF 表示UIImage,就像您可以分别使用UIImage.AsPNG()和UIImage.AsJPEG()方法获得 PNG 和 JPEG 表示一样?
NSData
UIImage
UIImage.AsPNG()
UIImage.AsJPEG()
谢谢
iOS 没有本机 TIFF 库。你可以试试
有关 ImageMagick 的 Obj-C 端口的信息,请参阅此问题。