fmw42 wrote: ↑2019-10-04T16:23:20-07:00 try
I tried this command, but it is still very blurry, could you please help take a deeper look? Thank you!Code: Select all
convert input.ico -sample 64x64 output.ico
Search found 3 matches
- 2019-10-04T16:33:30-07:00
- Forum: Users
- Topic: How to correctly resize a .ico file without blurring it
- Replies: 4
- Views: 10711
Re: How to correctly resize a .ico file without blurring it
- 2019-10-04T16:30:41-07:00
- Forum: Users
- Topic: How to correctly resize a .ico file without blurring it
- Replies: 4
- Views: 10711
Re: How to correctly resize a .ico file without blurring it
I tried, but it is still very blurry.
- 2019-10-04T16:12:03-07:00
- Forum: Users
- Topic: How to correctly resize a .ico file without blurring it
- Replies: 4
- Views: 10711
How to correctly resize a .ico file without blurring it
Hi there, My application needs to resize .ico files, but it seems using the following command directly will blur the output to a great extent: $ convert -resize 64x64 input.ico output.ico I am using imagemagick on linux red hat 7. I searched all previous topics but didn't find anything related. The ...