Yalantis / uCrop

Image Cropping Library for Android
https://yalantis.com/blog/introducing-ucrop-our-own-image-cropping-library-for-android/
11.89k stars 2.16k forks source link

I found the picture webp call Bitmap Crop Task.crop CImage error occurs #166

Closed pollyyeung closed 7 years ago

pollyyeung commented 8 years ago

java.io.IOException: [instance(0,0,0,0,0x0,non-shared)] CImg::load(): Failed to recognize format of file '/storage/emulated/0/tencent/QQ_Images/1465293604334.webp'.

shliama commented 8 years ago

Yes WEBP format is not supported in version 2.+ because uCrop uses native library and at the moment it has only libjpeg and libpng under the hood. So you can either use version 1.+ or wait until I add WEBP support (have it in plans but no ETA :octocat: )

TeeRawk commented 7 years ago

outdated issue