Search found 4 matches
- 2019-05-15T05:46:06-07:00
- Forum: Users
- Topic: Convert PNG to ICO
- Replies: 6
- Views: 23228
Re: Convert PNG to ICO
You completely right! After check out.ico in another's viewers i found that problem only in my IrfanView . Thanks for point me on this. Maybe next time i be more smart. ps: i take files from this page: https://emojipedia.org/facebook/ in.png https://i.ibb.co/ccPfXpD/collision-symbol-1f4a5.png out ...
- 2019-05-14T18:54:04-07:00
- Forum: Users
- Topic: Convert PNG to ICO
- Replies: 6
- Views: 23228
Re: Convert PNG to ICO
Hallo, i upgrade to latest IM and my libpng is 1.6.37 I have same problem on all my PNG set. But i find that make problem. It's resize command. My PNG's is 144x144 size and without resize, just convert - everything perfect. For me size not important so problem solve itself. Thanks for help. https ...
- 2019-05-14T17:42:23-07:00
- Forum: Users
- Topic: Convert PNG to ICO
- Replies: 6
- Views: 23228
Re: Convert PNG to ICO
Hallo, thank you for help. My IM version is: ImageMagick-7.0.8-44-Q16-x64-dll.exe And i use IM on windows. Example image in my first post. I run command you provide and still see artefact's. magick red-apple_1f34e.png -background none -resize 128x128 -density 128x128 red-apple_1f34e.ico https://i ...
- 2019-05-14T16:10:40-07:00
- Forum: Users
- Topic: Convert PNG to ICO
- Replies: 6
- Views: 23228
Convert PNG to ICO
Hallo, i convert PNG to ICO with next command:
as result i have ico file with artefact's. Please help me with correct command.
I use windows.
Example file:
Code: Select all
magick -density 128x128 -background none in.png -resize 128x128 out.ico
I use windows.
Example file: