Re: GraphicConverter Saving JPEG as webready
Re: GraphicConverter Saving JPEG as webready
- Subject: Re: GraphicConverter Saving JPEG as webready
- From: Shane Stanley <email@hidden>
- Date: Fri, 25 Jan 2002 08:01:57 +1100
On 25/1/02 6:39 AM +1000, Rick Jarosh, email@hidden, wrote:
>
I have a script that converts photoshop files to JPEGs,and compresses
>
them,using GraphicConverter.I've tried to add the ability to save as web-ready
>
i.e. without a resource file.In
>
GC's dictionary the command is listed as : [wwwready boolean],so I tried
>
using the syntax:
>
>
save as "JPEG" wwwready yes
Try:
save as "JPEG" wwwready true
which will compile as:
save as "JPEG" with wwwready
--
Shane Stanley, email@hidden