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

loops - Spock: How to use test data with @Stepwise -

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