ImageAsResized
ImageAsResized copied to clipboard
Titanium Mobile (Android)
Looks like Android has this on the newest SDK versions as well: http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.Blob-method-imageAsResized
I want to resize and crop a picture in Titanium 3.2, but I ran into a out of memory-error on devices where photos are too big. I was recommended to...
Hi, I think I now why you code sometimes doesn't work. BitmapFactory.decodeByteArray returns smaller image if you pass inSampleSize >1. however later you still use original dimensions to crop the...
Hi there, Thanks very much for this library it has been a lifesaver! One problem I am experiencing is that the image doesn't appear to get resized to the dimensions...