Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > ISO C jpeg/png/etc lib

Reply
Thread Tools

ISO C jpeg/png/etc lib

 
 
Giannis Papadopoulos
Guest
Posts: n/a
 
      07-07-2005
Is there any good ISO C lib for reading/writing image files? I am
especially interested in rw jpeg and png.
 
Reply With Quote
 
 
 
 
Stephan Beyer
Guest
Posts: n/a
 
      07-07-2005
> Is there any good ISO C lib for reading/writing image files? I am especially
> interested in rw jpeg and png.


Trivial:
there is libjpeg (from the independent JPEG group) -> http://www.ijg.org/
and there's libpng (also from the PNG authors). -> http://www.libpng.org/

These are *the* reference libraries for JPEG and PNG/MNG/JNG, I guess.

You can also try looking for a wrapper library for different file
formats.

best regards,
Stephan Beyer

--
Stephan Beyer, PGP 0xFCC5040F, IRC sbeyer (seebyr, bseyer)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCzTlRbt3SB/zFBA8RApG+AJwNwpVSPBExs7qqkA20cfL6O7vw8ACfRG4f
U6Xp3ehKDONlmBEm2TkILsk=
=WYSl
-----END PGP SIGNATURE-----

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to debug this error? /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/crt1.o Durduran C Programming 10 07-30-2007 09:03 PM
Need odbc32.lib odbccp32.lib Praetorian C++ 1 04-20-2006 07:14 PM
Diff betw common/lib and shared/lib in Tomcat James Yong Java 0 09-12-2005 02:36 AM
=?ISO-8859-1?Q?What_new_relating_frames_exists_in_AS?==?ISO-8859-1?Q?P=2ENET_what_doesn=27t_exist_in_old_ASP=3F_?==?ISO-8859-1?Q?And_changing_another_frame=B4s_controls?= qwerty ASP .Net 3 09-29-2004 04:46 PM
=?iso-8859-1?Q?=22With_that_being_said=2C_its_time_to_turn_off_the_stov?==?iso-8859-1?Q?e=2C_so_if_you_can't_stand_the_heat_get_out_of_the_kitch?==?iso-8859-1?Q?en!=22?= =?iso-8859-1?Q?Frisbee=AE_MCNGP?= MCSE 32 01-13-2004 07:11 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57