Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: GIF to JPEG without GD/Image::Magick

by nite_man (Deacon)
on Feb 13, 2004 at 10:54 UTC ( [id://328766]=note: print w/replies, xml ) Need Help??


in reply to GIF to JPEG without GD/Image::Magick

For convert images from one format to other you can use utility convert:

$ convert test.gif test.jpeg

~ Schiller

Replies are listed 'Best First'.
Re: Re: GIF to JPEG without GD/Image::Magick
by Chady (Priest) on Feb 13, 2004 at 12:26 UTC

    isn't convert a tool for Image Magick?

    chady@nemo ~ $ convert Version: @(#)ImageMagick 5.4.7 07/01/02 Q:16 http://www.imagemagick.or +g Copyright: Copyright (C) 2002 ImageMagick Studio LLC <snip>

    He who asks will be a fool for five minutes, but he who doesn't ask will remain a fool for life.

    Chady | http://chady.net/

      Yes, you are right. convert is utility from ImageMagick. If this package is installed on your web server, just use convert (no need to install any Perl modules) or install GD or Image::Magick in your home directory (no need root privelege).

      Anyway, I think,some graphical tool should be installed on the server (I mean native libraries) to convert, change or produce some graphical documents.

      ~ Schiller

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://328766]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-03-28 17:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found