[Program] EasyIcon (all OS)

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

[Program] EasyIcon (all OS)

Post by Thorsten1867 »

Easy Icon - Creator (all OS)

Create icons for Windows and MacOS (from SVG / PNG / JPG / BMP)
  • Converting rectangular images to square icons
  • Automatic adjustment of unsuitable image sizes. (e.g. 70px -> 64px)
  • Automatic selection of suitable sizes for the respective operating system.
Image

Download: EasyIcon (incl. source)
Last edited by Thorsten1867 on Thu Apr 23, 2020 7:12 am, edited 1 time in total.
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2071
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: [Program] EasyIcon (all OS)

Post by Andre »

Seems very interesting for me, but could you give us please some more details (e.g. restrictions to follow with the loaded images?) about using the EasyIcon tool?

For instance I've first set a new 'Test.ico' and then tried various .jpg images to loaded, each give a 'size = 0' and after clicking on 'Create' the executables just ends without an error message or storing any file on disk...
So what steps needed? Do we have to use specific image sizes like 128x128 when loading, or does the EasyIcon tool adapt them on size if neeed?

Thank you :D
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: [Program] EasyIcon (all OS)

Post by Thorsten1867 »

Fixed.
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2071
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: [Program] EasyIcon (all OS)

Post by Andre »

Thank you for the update! :D

So another test of the 'EasyIcon.exe':
Loading and displaying a thumbnail of a random .jpg image works fine now :-)
But even if I've set a 'Test.ico' before and the requester says, that it has saved a 'Test.ico' and a 'Test.icns' now, only the '.icns' file can be found in my HD directory...

If you want to offer both icon formats when saving (and not only the one, set in the stringgadet at the top of the EasyIcon tool), then maybe offering checkboxes for both formats are a good idea... so the user can adjust if he want to have .ico and/or .icns format 8)
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: [Program] EasyIcon (all OS)

Post by Thorsten1867 »

If icons are available in a suitable size, both icons should always be created.
For example, if there is only one image with 48px, no ICNS will be created, because this size is not supported by MacOS.
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
Post Reply