![]() |
| | #1 |
| Registered User Join Date: Aug 2009
Posts: 13
| how to write one png image in c++ |
| sfguofen is offline | |
| | #2 | |
| Senior software engineer Join Date: Mar 2007 Location: Portland, OR
Posts: 5,381
| Quote:
__________________ "Congratulations on your purchase. To begin using your quantum computer, set the power switch to both off and on simultaneously." -- raftpeople@slashdot | |
| brewbuck is offline | |
| | #3 |
| Registered User Join Date: Aug 2009
Posts: 13
| |
| sfguofen is offline | |
| | #4 | |
| (?<!re)tired Join Date: May 2006 Location: Portugal
Posts: 5,220
| Quote:
__________________ Originally Posted by brewbuck: Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster. | |
| Mario F. is offline | |
| | #5 | |
| Registered User Join Date: Aug 2009
Posts: 13
| Quote:
| |
| sfguofen is offline | |
| | #6 | |
| Registered User Join Date: Aug 2009
Posts: 13
| Quote:
| |
| sfguofen is offline | |
| | #7 |
| Registered User Join Date: Apr 2007
Posts: 127
| You don't need libpng or any lib on Windows (never, api does everything) Png is native with Win32 api, like all formats (shell apis and others) |
| Alex31 is offline | |
| | #8 |
| (?<!re)tired Join Date: May 2006 Location: Portugal
Posts: 5,220
| Win32API is a library. libpng is a library. He needs something (eve if it meant writing his own). The option that was offered to him is probably the simplest and easiest to use, since the win32 api comes with a steep learning curve and is overkill for the one and only requirement he mentioned; ability to create a png file.
__________________ Originally Posted by brewbuck: Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster. |
| Mario F. is offline | |
| | #9 |
| Deprecated Join Date: Oct 2004 Location: Canada
Posts: 944
| |
| Dae is offline | |
| | #10 | |
| Registered User Join Date: Aug 2009
Posts: 13
| Quote:
| |
| sfguofen is offline | |
| | #11 |
| Registered User Join Date: Aug 2009
Posts: 13
| 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. |
| sfguofen is offline | |
![]() |
| Tags |
| c++, flowchart, png, save |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| open read write close | mercuryfrost | C Programming | 7 | 08-23-2009 05:27 PM |
| image processing | ICool | C Programming | 75 | 10-15-2007 04:42 AM |
| Displaying a PNG image | grep | Windows Programming | 5 | 07-07-2005 08:27 PM |
| airport Log program using 3D linked List : problem reading from file | gemini_shooter | C Programming | 3 | 03-04-2005 02:46 PM |
| Some humour... | Stan100 | A Brief History of Cprogramming.com | 8 | 11-06-2003 10:25 PM |