Jacque-

Sunday, August 11, 2013, 8:07:23 PM, you wrote:

> The "it" variable is empty, and the new file appears on disk. I want to
> do this:

>     put <pathToPngquant> && "16" && (the text of img 1) into tCmd
>     get shell(tCmd) -- get binary data back

> Or, if not the text of img 1, using the binary data of an image on disk
> would be okay too.

Untested, but how about

put <pathToPngquant> && "16" && "<" && (the text of img 1) into tCmd
get shell(tCmd)

-- 
-Mark Wieder
 [email protected]


_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to