trouble with output after resizing image.
Posted: 2011-01-13T10:15:23-07:00
I am needing to resize an image and place in the center of my current box.
I first resize image and then put it in the current box using this command
convert cv001.png Sunfire11.png -gravity center -compose over -composite cv029.png
When I open this new file in illustrator, the outline of the image is a weird rainbow color instead of the black outline that is supposed to be there.
I used the -resize 50% command to change the image size. Is there a better way such as to specify the size in pixels?
Any ideas on why my image is not staying the same after I resize it?
Thanks!
I first resize image and then put it in the current box using this command
convert cv001.png Sunfire11.png -gravity center -compose over -composite cv029.png
When I open this new file in illustrator, the outline of the image is a weird rainbow color instead of the black outline that is supposed to be there.
I used the -resize 50% command to change the image size. Is there a better way such as to specify the size in pixels?
Any ideas on why my image is not staying the same after I resize it?
Thanks!