ios - Wrong JPEG library version: library is 80, caller expects 70 -
how solve bug: when trying load jpg file (png, bmp, .. fine), see in console error
wrong jpeg library version: library 80, caller expects 70
and jpg file not loading.
i using libjpeg 7.0 version , error come in image decode function @ code line:
jpeg_create_decompress(&cinfo);
but, in illustration project fine. interesting
solved. removed project file , create new xcode project file , add together him resources , sources.
now, works @ fine.
ios jpeg
No comments:
Post a Comment