I have .PNG images and I want to extend their size by several transparent pixels (transparent border, for example). I'm doing it like this:
Code: Select all
magick mogrify -background none -extent 1152x344 Background.png
What am I doing wrong? Why it bahaves like this? Can it be performed without any losses of quality?