What I want to do is very simple. I've a file.png, which I want to mirror, i.e. the result should be a "reflection" of the original image.
I know big tools like GIMP and InkScape can do that, but I'm hoping for a command-line utility, something like convert (which sadly doesn't seem to have such an option, or at least it's not mentioned in the man page).
converttomagick. So if something goes wrong, trymagick. – Sigur Jul 07 '18 at 21:10magick.exe: no images found for operation -flop at CLI arg 1 @ error/operation.c/CLIOption/5353., trymagick input.png -flop output.png. It works for me. Thanks. – Саша Черных Nov 01 '21 at 08:45