Search:

Type: Posts; User: sfguofen

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    12,038

    how to draw a picture in memory and save it directly by png_write_image() in libpng

    I need to draw one flowchart in memory and save it in the png format . is there are any examples that can help me solve that problem.
  2. Replies
    10
    Views
    12,038

    O , I have read the manual of libpng , but I...

    O , I have read the manual of libpng , but I think only read the manual is not enough , for example ,png_write_image(png_ptr, row_pointers) , I don't know how the rows is made up .I think i need some...
  3. Replies
    10
    Views
    12,038

    Thank you again.I have solve the problem, and I...

    Thank you again.I have solve the problem, and I can run the pngtest.exe now .
  4. Replies
    10
    Views
    12,038

    Thank you , I appreciate your help in setting up...

    Thank you , I appreciate your help in setting up the libpng , but now another problem occured , It's that when I press CTRL+F5 to run the Pngtest , an message box about "Please specify the...
  5. Replies
    10
    Views
    12,038

    Yes , i konw the library , however , i don't know...

    Yes , i konw the library , however , i don't know how to set up the libpng in visual c++ 6.0,would you give me some book or some ur related to setting up the libpng in visual c++
  6. Replies
    10
    Views
    12,038

    how to write one png image in c++

    hello,I encountered some problems in my homework.I was working on one small software.It's to draw flowchart . I was asked to save my flowchart in png format,but I don't konw how to do it.the file...
Results 1 to 6 of 6