On Thursday 03 July 2003 16:32, Jake Johnson wrote:
> Is pnm better (in speed or quality) over mogrify (imagemagick)?
>
Most likely it is slower, because three conversions have to be made
instead of one:
1.) Convert to pnm
2.) resize
3.) Convert from resized pnm to desired format
mogrify will wo
Is pnm better (in speed or quality) over mogrify (imagemagick)?
Regards,
Jake Johnson
[EMAIL PROTECTED]
__
Plutoid - http://www.plutoid.com - Shop Plutoid for the best prices on
Rims, Car Audio, and Performance Parts.
On Thu, 3
Jake Johnson <[EMAIL PROTECTED]> writes:
> Hello,
> I need to know a fast way to convert 1600x1200 to 800x600 pictures from
> the command line. Any ideas on how to do this?
Another way (in true unix style ;-) ) is to use the pnm package:
anytopnm oldfile | pnmscale --reduce ... | pnmtoxxx newfi
On Fri, 2003-06-27 at 15:18, Jake Johnson wrote:
> Hello,
> I need to know a fast way to convert 1600x1200 to 800x600 pictures from
> the command line. Any ideas on how to do this?
By the time you got a reply from this list, you could of used gimp ;)
I may not be sure, but try the 'convert' comm
Jake Johnson wrote:
Hello,
I need to know a fast way to convert 1600x1200 to 800x600 pictures from
the command line. Any ideas on how to do this?
apt-get install ImageMagick
$ mogrify -geometry 800x600 bigpic.jpg
HTH Tim
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubsc
On Fri, Jun 27, 2003 at 07:18:22AM -0700, Jake Johnson wrote:
> Hello,
> I need to know a fast way to convert 1600x1200 to 800x600 pictures from
> the command line. Any ideas on how to do this?
Install ImageMagick and use convert or mogrify to resize. They can do a
number of other handy things, t
Jake Johnson wrote:
Hello,
I need to know a fast way to convert 1600x1200 to 800x600 pictures from
the command line. Any ideas on how to do this?
I did this a few months back, and once I figured out the command to use
and the syntax, it was really easy.
mogrify -resize 800x600 *jpg
I bel
On Fri, Jun 27, 2003 at 07:18:22AM -0700, Jake Johnson wrote:
> I need to know a fast way to convert 1600x1200 to 800x600 pictures from
> the command line. Any ideas on how to do this?
convert -resize 800x600 imagename newimagename
Convert is in the imagemagick package.
--
Carl Fi
On Sun, 29 Jun 2003 08:30:13 +0200, Jake Johnson wrote:
> Hello,
> I need to know a fast way to convert 1600x1200 to 800x600 pictures from
> the command line. Any ideas on how to do this?
You can use mogrify from the imagemagick package, thusly
mogrify -geometry 100x100 file
--
Stephen Patterso
on Fri, Jun 27, 2003 at 07:18:22AM -0700, Jake Johnson ([EMAIL PROTECTED]) wrote:
> Hello,
> I need to know a fast way to convert 1600x1200 to 800x600 pictures from
> the command line. Any ideas on how to do this?
apt-get install imagemagick
man convert mogrify
apt-cache show galrey #
Hello,
I need to know a fast way to convert 1600x1200 to 800x600 pictures from
the command line. Any ideas on how to do this?
Regards,
Jake Johnson
[EMAIL PROTECTED]
--
Plutoid - http://www.plutoid.com - Shop Plutoid for the best
11 matches
Mail list logo