scaling down a png

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
chriskuku
Posts: 2
Joined: 2015-03-04T03:45:42-07:00
Authentication code: 6789

scaling down a png

Post by chriskuku »

I have a bunch of pngs that I just converted from even larger TIFs. Now the PNGs are still too large for usage on a website.
How can I a) findout their sizes (w x h) and b) scale them down to a fixed size? (using convert ?)

--
Christoph
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: scaling down a png

Post by snibgo »

(a) identify.
(b) resize.
snibgo's IM pages: im.snibgo.com
chriskuku
Posts: 2
Joined: 2015-03-04T03:45:42-07:00
Authentication code: 6789

Re: scaling down a png

Post by chriskuku »

OK. Thanks. identify is a program. resize seems to be an option to convert.I found a good summing up here.
Post Reply