Help for this page
ByteArrayOutputStream byteArrayBitmapStream = new ByteArrayOutputStrea +m(); bitmapPicture.compress(Bitmap.CompressFormat.JPEG, COMPRESSION_QUALITY +, byteArrayBitmapStream); byte[] b = byteArrayBitmapStream.toByteArray();
if ( open ( PICTF,"> smepath/file.jpeg" ) ) { ... } my ($x, $y, $info) = imgsize("somepath/file.jpeg");