GraphicsMagick mogrify to stdout -
according http://www.graphicsmagick.org/graphicsmagick.html#files
specify input_file - standard input, output_file - standard output.
my attempt:
gm mogrify - < image.png
but nothing printed stdout. (though did happen notice number of files in /tmp
increased 1 each time.)
Comments
Post a Comment