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

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -