On 26-Jun-2007, Anastasios Hatzis wrote: > On Tuesday 26 June 2007, Georg C. F. Greve wrote: > > * 500x195 pixels version, code: > > > > <a href="http://fsfeurope.org/documents/msooxml-questions" > > border="0"><img src="http://fsfeurope.org/graphics/msooxml.png" > > /></a> > > Due to a lack of layout control I need a 200px width banner version. > Can I shrink PNG myself or does anyone adds a smaller version?
You can use The GIMP to do so interactively; or you can install the
"graphicsmagick" package and use the following command:
$ gm convert msooxml.png -geometry 200 msooxml.200.png
The aspect ratio will be maintained:
$ gm identify msooxml.png msooxml.200.png
msooxml.png[1] PNG 500x195+0+0 DirectClass 8-bit 37.0k 0.040u 0:01
msooxml.200.png PNG 200x78+0+0 DirectClass 8-bit 13.5k 0.010u 0:01
--
\ "I went to the museum where they had all the heads and arms |
`\ from the statues that are in all the other museums." -- Steven |
_o__) Wright |
Ben Finney <[EMAIL PROTECTED]>
signature.asc
Description: Digital signature
_______________________________________________ Discussion mailing list [email protected] https://mail.fsfeurope.org/mailman/listinfo/discussion
