echo file.jpg | gm convert @- -interlace Line -resize 300x300^\> - > /tmp/file_r.jpg
is not working..
but if i have file filename.txt with content as file.jpg
gm convert @filename.txt -interlace Line -resize 300x300^\> - > /tmp/file_r.jpg
works.
Any idea why