How - if at all - is it possible to create a fully transparent image with ImageMagick?
The problem: It's always getting a background color, white by default (as per docs)
More specifically, looking for: Not even a single background color stored in the file, so that every viewer that supports PNG will see it as a fully transparent image - just like the input
My commandline is:
magick convert in.png -trim out.png