Help for this page

Select Code to Download


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