Search found 4 matches
- 2011-03-29T14:28:43-07:00
- Forum: Users
- Topic: PNG or JPG to ICO, not squared.
- Replies: 10
- Views: 22545
Re: PNG or JPG to ICO, not squared.
If all you images are the same size it is easier but can be calculated with the fx command. How are you running the command windows command, batch, linux, shell etc? Try this the dimensions of extent need to be correct for the original image ( in this case the original image would be 500px high ...
- 2011-03-29T14:05:47-07:00
- Forum: Users
- Topic: PNG or JPG to ICO, not squared.
- Replies: 10
- Views: 22545
Re: PNG or JPG to ICO, not squared.
I would say you need to add extent to pad the image square with either a transparent or white background and then resize it. I tried adding a transparent padding with photoshop and it worked, have you any ideas on how to do this in imagemagick? Great tip by the way, at least now i have something to ...
- 2011-03-29T13:24:05-07:00
- Forum: Users
- Topic: PNG or JPG to ICO, not squared.
- Replies: 10
- Views: 22545
Re: PNG or JPG to ICO, not squared.
My mistake - just tried it and works OK on a rectangular file. Your command is slightly wrong and should be: convert movie.jpg -resize 256x256 movie.ico Looking at the thumbnail in windows it looks square but when you click on it to open it is rectangular - strange. That's exactly my problem. When ...
- 2011-03-29T12:19:42-07:00
- Forum: Users
- Topic: PNG or JPG to ICO, not squared.
- Replies: 10
- Views: 22545
PNG or JPG to ICO, not squared.
Hello everybody. 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 ...