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

How to use SUM() in MySQL for calculated values -

ios - IBOutlet for image button not correctly referencing button after recreating outlet -

Java Huge csv file processing and storing using Apache Spark/ Kafka/ Storm to Cassandra -