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
![Image](http://www11.pic-upload.de/thumb/07.10.14/cfaizcsi7jq.jpg)
result: 600x600
![Image](http://s14.directupload.net/images/141007/p9ch4lrk.jpg)
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