candy-icons icon indicating copy to clipboard operation
candy-icons copied to clipboard

Hello author, I like your icons very much, how can I apply them to Windows 10 system, ico format

Open NanFengXiangWan opened this issue 2 years ago • 5 comments

Hello author, I like your icons very much, how can I apply them to Windows 10 system, ico format

NanFengXiangWan avatar Sep 01 '22 10:09 NanFengXiangWan

You can convert them with magick, part of the imagemagick package: https://gist.github.com/azam/3b6995a29b9f079282f3

ajgringo619 avatar Sep 01 '22 19:09 ajgringo619

You can convert them with magick, part of the imagemagick package: https://gist.github.com/azam/3b6995a29b9f079282f3

Ok, thank you very much! My English is not very good hahaha, I also want to ask you a question, I watched the content of this post, about how do I go about making changes to this command, my needs: 1: I want to generate ICO files with a resolution of: 24X24, 2: output to the specified directory 3: select all svg files in the folder, how do I go about doing that, (╥╯^╰╥)

NanFengXiangWan avatar Sep 02 '22 15:09 NanFengXiangWan

Sorry, I've never done it myself. I would think that the imagemagick manual has detailed instructions.

ajgringo619 avatar Sep 02 '22 18:09 ajgringo619

This theme is Linux/Unix/POSIX specific, following the name scheme standards from Freedesktop.org. These means: Linux/Unix/POSIX desktops. What you intend to do (convert a Linux icon theme into a Windows icon theme) is really in the 'very advanced user' or 'software developer' level of difficulty.

All icons in Candy icon theme are in SVG format. You may use converseen to do this task. This application is free software, uses ImageMagick as back-end and can convert multiple files at the same time (batch processing). The name scheme and path for each icon for Freedesktop standards is completely different to the standard used for Windows. You will end-up with a lot of ugly very-low-resolution icons with white background (no transparency), as shown in the following screenshot.

Captura de pantalla_2022-09-03_04-30-59

darkshram avatar Sep 03 '22 09:09 darkshram

This theme is Linux/Unix/POSIX specific, following the name scheme standards from Freedesktop.org. These means: Linux/Unix/POSIX desktops. What you intend to do (convert a Linux icon theme into a Windows icon theme) is really in the 'very advanced user' or 'software developer' level of difficulty.

All icons in Candy icon theme are in SVG format. You may use converseen to do this task. This application is free software, uses ImageMagick as back-end and can convert multiple files at the same time (batch processing). The name scheme and path for each icon for Freedesktop standards is completely different to the standard used for Windows. You will end-up with a lot of ugly very-low-resolution icons with white background (no transparency), as shown in the following screenshot.

Captura de pantalla_2022-09-03_04-30-59

I'm clear, thank you very much

NanFengXiangWan avatar Sep 04 '22 05:09 NanFengXiangWan