I have a little problem, and i'm pretty sure there's a solution.
I'm trying to convert a lot of movie covers to ICO format. The command i use is:
convert -resize 256x256 movie.jpg movie.ico
It converts fine, but the resulting icon is squared and not rectangular like a dvd cover. Is there an option that i need to add?
The result i'm looking for is the same result this site gives: http://converticon.com/
But i need to be able to do this from the command line because i need it for a script i'm writing.
Thank you