Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
can anyone recommend a command line utility which i can use from shell that is fast and easy on server resource as we want to use this as automated conversion for images ppl upload to our server.
should handle tiff to jpeg conversion (preferably others too)
if possible is there something like this in system already so i dont have to install ? if no its okay
maybe you have imagemagick installed. Just try "convert foo.tif foo.jpeg" at command line. It's a very simple but powerful tool I use for converting images to another format.
Sorry, I don't know that. Never compared it to other command line tools and I used it just to convert no more than 20 images at one time on my Workstation. But I read more than one time about it, I can't remember another program being recommended.
Let's wait for other responses
I run an amature photography website (just for fun, nothing serious) and I use a system called coppermine (it's OSS, on sourceforge I believe). It uses Imagemagick by default, and so does another system I have tried in the past (I think it's just called photogallery).
From what I've read and heard people say Imagemagick is the more robust package, as opposed to netpbm.
Apache also has some internal libraries for building images, but from what I hear they are slow, hard on the server, and generally a bit sucky.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.