Add corona 1.0.2,
Corona is an image input/output library that can read, write,
and manipulate image files in just a few lines of code. It can
write PNG and TGA files, and read PNG, JPEG, PCX, BMP, TGA, and
GIF. Corona was designed to be easy to use, and exports a
straightforward C++ API. With just a few lines of C++, you can
add image loading to your application.
PR: ports/67433
Submitted by: David Yeske <dyeske@yahoo.com>
2004-06-01 15:13:15 +02:00
|
|
|
Corona is an image input/output library that can read, write, and
|
|
|
|
manipulate image files in just a few lines of code. It can write
|
|
|
|
PNG and TGA files, and read PNG, JPEG, PCX, BMP, TGA, and GIF.
|
|
|
|
Corona was designed to be easy to use, and exports a straightforward
|
|
|
|
C++ API. With just a few lines of C++, you can add image loading
|
|
|
|
to your application.
|
|
|
|
|
|
|
|
WWW: http://corona.sourceforge.net/
|
|
|
|
|
|
|
|
- David
|
2007-07-06 01:39:06 +02:00
|
|
|
dyeske@gmail.com
|