linux-bash: -background color black doesn't work
Posted: 2014-08-12T22:11:36-07:00
Good morning everybody,
I tried to use
...but the background of the image is getting white. I tried also with and with but without success; everytime the background color is getting white. Does anybody know what I'm doing wrong?
Thank you!
I tried to use
Code: Select all
mogrify -extent 546x364 -gravity center -background black *.jpg
Code: Select all
mogrify -extent 546x364 -gravity center -fill "#000000" *.jpg
Code: Select all
mogrify -extent 546x364 -gravity center -background "#000000" *.jpg
Thank you!