yagi_
yagi_
Gone in the air. You can never capture it again. Save it before cropping for a rainy day.
Ah, sorry I misread your comments. It's soooo old module that I've not tested it for so long.
Thanks all, try 0.2. https://github.com/yagitoshiro/CropImage/blob/master/dist/org.selfkleptomaniac.ti.mod.cropimage-android-0.2.zip
ok i'll check it out.
Yes, but those bundled function sometimes crushes on lower versions of android devices so some people are still using this module on their apps, as far as I know.
great! I'll check and test your patch tomorrow. thanks!
thanks, check this out! https://github.com/yagitoshiro/ImageAsResized/commit/6decf3ff4a82bcf223dcbc010ac26b853082b891
how about this: https://github.com/yagitoshiro/ImageAsResized/commit/3325d3c28b2ed076c60ed94ac3e7e4d8a8e64af6
Carl, workaround is to divide the original width and height by multiples of 8 (8, 16, 24...). ``` javascript var resizedImage = androidResizer.cameraImageAsResized(args.media, args.media.cropRect.width/16, args.media.cropRect.height/16, 0); ```
actually scaling image twice is what I was intended to do in this module. it does. and it's also worth noting that now four times it does. anyway it's true...