Shell stdin/stdout
Mark Wieder
mwieder at ahsoftware.net
Sun Aug 11 23:28:26 EDT 2013
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
mwieder at ahsoftware.net
More information about the use-livecode
mailing list