GraphicConverter Saving JPEG as webready
GraphicConverter Saving JPEG as webready
- Subject: GraphicConverter Saving JPEG as webready
- From: "Rick Jarosh" <email@hidden>
- Date: Thu, 24 Jan 2002 14:39:22 -0500
- Organization: Lycos Mail (http://mail.lycos.com:80)
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
but the resource file remained.I also tried :
save as "JPEG" wwwready
which didn't work either.Does anyone know the correct syntax.Any information would be greatly appreciated.
Rick