I'm using the android cropper, and when I set the image size above 256, I get the following error:
ERROR/JavaBinder(96): !!! FAILED BINDER TRANSACTION !!!
intent.setData( _captureUri );
intent.putExtra( "outputX", 512 );
intent.putExtra( "outputY", 512 );
intent.putExtra( "aspectX", 1 );
intent.putExtra( "aspectY", 1 );
intent.putExtra( "scale", true );
Does anyone know of another 3rd party image cropper?
Update!! There is definitely a hardcoded value of 256, how does this affect my cropping?: