Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Image Processing

Status
Not open for further replies.

wapboy

Technical User
Oct 26, 2002
13
0
0
GB
I want to write a program to create thumbnail images from image files(.gif or .jpeg). If I was using Perl I would use library modules like Image::Magick or GD - are there similar library files available to C? I'm using Windows.

I'm new to C so sorry if this is a dumb question.

Thanks

Paul
 
GD is written in C ... so you can use it no problems. It was ported from C to perl !!!

--------------------------------------------------
Free Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top