Code: Select all
convert -resize 600x600 -background white -extent 600x600 -gravity center /pictures/10_test/90_00.tif /pictures/10_test/90_00.jpg
source: 363x400
result: 600x600
IM-Version: 6.2.8
Can anyone help me with that problem?
Code: Select all
convert -resize 600x600 -background white -extent 600x600 -gravity center /pictures/10_test/90_00.tif /pictures/10_test/90_00.jpg
Code: Select all
convert in.tif -resize 600x600 -gravity center -background white -extent 600x600 out.jpg