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: Tue, 26 Feb 2008 09:20:31 +0900
- From: "Josh Glover" <jmglov@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> <1203950812.3750.26.camel@musuko.uchicago.edu>
On 25/02/2008, Stuart Luppescu <slu@example.com> wrote: > Anyway know how to use > sed or somesuch to automatically change the extension from ps to png? Since Sig and Godwin have covered the "somesuch", here's the sed: function ps2png { ps_file="$1" png_file=`echo "$ps_file" | sed -e 's/\.ps$/.png/'` gs -dQUIET -dNOPAUSE -dBATCH -sDEVICE=png16m -sOutputFile="$png_file" -r200x200 "$ps_file" } -- Cheers, Josh
- 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
- Re: [tlug] Visio-to-PNG Batch Conversion - Possible?
- From: Stuart Luppescu
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Visio-to-PNG Batch Conversion - Possible?
- Next by Date: [tlug] utf form problems
- 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