Search:

Type: Posts; User: lanya1

Search: Search took 0.09 seconds.

  1. Replies
    15
    Views
    2,376

    Re: How Convert a Byte array to a image format

    i told you my code is too long it i 20 class but i get the error:(error reading png header file ) or any type of image please if you can help me
  2. Replies
    15
    Views
    2,376

    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);...
  3. Replies
    15
    Views
    2,376

    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...
  4. Thread: question

    by lanya1
    Replies
    2
    Views
    832

    question

    hi
    i get exception error read PNG header when i restore it from its byte :o
  5. Replies
    15
    Views
    2,376

    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...
  6. Replies
    15
    Views
    2,376

    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...
  7. Replies
    15
    Views
    2,376

    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...
  8. Replies
    15
    Views
    2,376

    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
  9. Replies
    15
    Views
    2,376

    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...
  10. Replies
    5
    Views
    1,607

    Re: help with index in array

    hi
    sure i convent the int to bit and embed to it , but i ask if here is away to retrieve position of maximum value i embed to it to avoid error during the extract?
    thanks
  11. Replies
    5
    Views
    1,607

    help with index in an array

    hi
    sure i convert the int to bitset and embed to it , but i ask if there is a way to retrieve the position of maximum value i embed to it,to avoid error during the extract:-?
  12. Replies
    5
    Views
    1,607

    help with index in array

    hello i am working on audio watermark , i am finding the largest integer value between each 10 samples and embed the bit of text to it what i to do if there is duplicated value , or when i going to...
  13. Thread: new member

    by lanya1
    Replies
    2
    Views
    1,164

    new member

    hellooo
Results 1 to 13 of 13