Search:

Type: Posts; User: lanya1

Search: Search took 0.10 seconds.

  1. Replies
    15
    Views
    2,395

    Byte array to image

    File file=new File(imgName);
    byte[] originalImage=null;


    try{ // here i read the original image to get the header
    BufferedImage Image = ImageIO.read(file);...
  2. Replies
    15
    Views
    2,395

    Re: image converting to byte

    my code is to long i embed image bit to audio but when restore the image my byte restored correctly but i have problem with reconstruct the image
    i get the the error reading png file so i skip 8...
  3. Replies
    15
    Views
    2,395

    Re: image converting to byte

    i get the byte from buffered image and restore them from buffered image but i still have the same problem ,second i test it by image correlation measure to test their similarity the correlation...
  4. Replies
    15
    Views
    2,395

    Re: image converting to byte

    import java.awt.image.BufferedImage;
    import java.awt.image.DataBufferByte;
    import java.awt.image.WritableRaster;
    import java.io.ByteArrayInputStream;
    import java.io.File;
    import...
  5. Replies
    15
    Views
    2,395

    Re: image converting to byte

    import java.awt.image.BufferedImage;
    import java.awt.image.DataBufferByte;
    import java.awt.image.WritableRaster;
    import java.io.ByteArrayInputStream;
    import java.io.File;
    import...
  6. Replies
    15
    Views
    2,395

    help with image

    Hi
    i have problem with converting gray image to byte array and byte array to image in java, the size of input image are difference
    with the output image ,anybody can help me
  7. Replies
    15
    Views
    2,395

    image converting to byte

    hi , am converting gray image to byte array and v disice versa by using bytearrayoutputstream and inputstream but it didn't displayed image am try by getting width and hieght but tere difference...
Results 1 to 7 of 7