Jump to content

User talk:Dbenbenn/Image tutorial

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Lupin (talk | contribs) at 03:22, 16 April 2005 (convert -trim). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Hi, I just discovered a faster alternative to pnmcrop when converting from postscript:

 convert -trim foo.ps foo.png

seems to be faster (and neater) than

 convert foo.ps foo.pnm && pnmcrop < foo.pnm | pnmtopng > foo.png

Enjoy! Lupin 03:22, 16 Apr 2005 (UTC)