Search:

Type: Posts; User: fleurdelys

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    3,773

    I've just used the function "...

    I've just used the function " png_read_rows(png_ptr, row_pointers, NULL, 1) ; " but the result for the first 10 byte was " 24, 25, 25, 25, 25, 25, 26, 26, 26, 26 " ......
  2. Replies
    8
    Views
    3,773

    First of all I'm sorry for taking this long time...

    First of all I'm sorry for taking this long time to put my comment .... Your are right Salem, after checking the first 10 byte of my whole image (To do the check I red all the image using...
  3. Replies
    8
    Views
    3,773

    I think that this problem will drive me crazy :p ...

    I think that this problem will drive me crazy :p ...... when I try to read the data from row_pointers, it seem to be completely different from the image data


    Where is the problem ???? Thanks...
  4. Replies
    8
    Views
    3,773

    Thank you so much Salem it works now :wink:

    Thank you so much Salem it works now :wink:
  5. Replies
    8
    Views
    3,773

    Thank you Salem for your reply , but when I put ...

    Thank you Salem for your reply , but when I put



    row_pointers = png_malloc(png_ptr, height*png_sizeof(png_bytep));
    an error produce "Impossible to convert 'png_voidp' to 'png_byte **'...
  6. Replies
    8
    Views
    3,773

    read part of png file

    Good mornning everyone

    I'm trying to read a part of a PNG image file using Libpng and VC++ 2008 but unfortunately while executing the program an error " access violation memory" occured



    //...
Results 1 to 6 of 6