I'm trying to trim an image and output the trim amount, So far I'm testing with: magick in.png -trim out.png But I'm already getting stuck when trying to both output some info, and output an image in the same command: magick in.png -trim -format "Hello World" info:- out.png Which won't work ...