Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Visio-to-PNG Batch Conversion - Possible?
- Date: Mon, 25 Feb 2008 08:46:52 -0600
- From: Stuart Luppescu <slu@example.com>
- Subject: Re: [tlug] Visio-to-PNG Batch Conversion - Possible?
- References: <ea4e853e0802230737m556b6823ud75932c4e0297a60@mail.gmail.com> <56861.211.8.77.2.1203923348.squirrel@webmail02.lancs.ac.uk> <47C29892.5080705@runbox.com>
- Organization: University of Chicago
On 月, 2008-02-25 at 11:29 +0100, Sigurd Urdahl wrote: > use "convert" from the ImageMagick > package to do the conversion, e.g > > convert foo.ps foo.png > > throw in a little scripting an you could have an automatic ps to png > converter up an d running in minutes. This is good! I had forgotten about ImageMagick. I have a function in my .bashrc that defines ps2png using ghostscript: function ps2png { gs -dQUIET -dNOPAUSE -dBATCH -sDEVICE=png16m -sOutputFile=$@example.com -r200x200 $@example.com } It could use some improvement, though. Now I have to feed it the name of the postscript file *without* the .ps extension. Anyway know how to use sed or somesuch to automatically change the extension from ps to png? -- Stuart Luppescu -=- slu .at. ccsr.uchicago.edu University of Chicago -=- CCSR 才文と智奈美の父 -=- Kernel 2.6.23-gentoo-r8 Asking a working writer what he thinks about critics is like asking a lamp-post how it feels about dogs. -- Christopher Hampton
- Follow-Ups:
- Re: [tlug] Visio-to-PNG Batch Conversion - Possible?
- From: Sigurd Urdahl
- Re: [tlug] Visio-to-PNG Batch Conversion - Possible?
- From: Josh Glover
- Re: [tlug] Visio-to-PNG Batch Conversion - Possible?
- From: Curt Sampson
- References:
- [tlug] Visio-to-PNG Batch Conversion - Possible?
- From: Lyle H Saxon
- Re: [tlug] Visio-to-PNG Batch Conversion - Possible?
- From: Andrew Errington
- Re: [tlug] Visio-to-PNG Batch Conversion - Possible?
- From: Sigurd Urdahl
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Visio-to-PNG Batch Conversion - Possible?
- Next by Date: Re: [tlug] Visio-to-PNG Batch Conversion - Possible?
- Previous by thread: Re: [tlug] Visio-to-PNG Batch Conversion - Possible?
- Next by thread: Re: [tlug] Visio-to-PNG Batch Conversion - Possible?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links