Search code examples
iosuiimagejpeg2000

JPEG2000 & UIImage


i was comparing Jpeg2000 and Jpeg display speed using UIImage (UIImageView) and noticed that displaying Jpeg2000 is pretty slow compared to Jpeg.

Is this expected and are there and ways to speed it up?

Thanks, -r


Solution

  • No, there is nothing you can do about that (except not using JPEG 2000, of course). JPEG 2000 requires much more CPU power to en- and decode than plain JPEG files. So even including a third party decoder will probably not bring a huge improvement.