Link to home
Start Free TrialLog in
Avatar of xabi
xabi

asked on

Linux command line Image Converter

I'm building a Web where ppl can send pictures, so I need a Linux command line Image converter so I when some1 upload a picture a CGI convert it to it's apropiate size and format. Any idea?

Thanks in advance.
Xabi

-Sorry about my English, but it's my 4th language.

Avatar of Answers2000
Answers2000

Try this page for a tonne of utilities including Unix/Linux variants
http://www2.ncsu.edu/bae/people/faculty/walker/hotlist/graphics.html

Excellent English - better than mine <g> - and it's my 1st language :-)
Here's another site with loads of Linux graphic utilties

http://SAL.KachinaTech.COM/E/

Vlad

Which formats do you want to convert? And which formats should be the result?
Avatar of xabi

ASKER

Input file: gif & jpg
Output  : jpg and diferent size. (maybe up to 64x64)

This is cause ppl can upload images and I want to show this pics in fixed tables.
ASKER CERTIFIED SOLUTION
Avatar of erwin1
erwin1

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial

Just looked further: ImageMagick does what you want (without programming efforts) Look at  http://www.wizards.dupont.com/cristy/ImageMagick.html , this is what you need.

Regards,
 - Erwin