Page 1 of 1

[Module] Icons support (all OS)

Posted: Sat Apr 18, 2020 12:10 pm
by Thorsten1867
Icon Support - Module (all OS / 64Bit)

Saving images as icon or create icons with several sizes (*.ico/*.icns)

Code: Select all

; Icon::Save()      - similar to 'SaveImage()' [#MacOS|#Windows|#Cursor] 
; Icon::Create()    - create a new icon with several sizes [#Windows|#MacOS]
; Icon::AddImage()  - add an image to the icon
; Icon::Close()     - close and create the icon
Download: UseIconModule.pbi

Re: [Module] Icons support (all OS)

Posted: Mon Apr 20, 2020 1:19 pm
by Thorsten1867
Completely new module with support for all operating systems.

Available icon formats: *.ico (Windows) / *.icns (MacOS)

Re: [Module] Icons support (all OS)

Posted: Mon Apr 20, 2020 5:44 pm
by Thorsten1867
Update: Icon::Encode() [#ImagePlugin_ICO|#ImagePlugin_ICNS]

Re: [Module] Icons support (all OS)

Posted: Mon Apr 20, 2020 10:20 pm
by Andre
Another nice module, thank you! :D