Skip to content

cipfge/png2ico

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

png2ico

Create Windows icon file from a list of PNG images.

Images are be stored in the PNG format inside the ico file.

Windows with MSVC

Open png2ico folder in Visual Studio

Windows with MSYS2

Install MSYS2 and follow instructions on MSYS2 site to install the mingw-gcc toolchain

Open MSYS2 console and install cmake

pacman -S cmake

Compile:

cd png2ico
mkdir build
cd build
cmake ..
mingw32-make

Usage

png2ico ico_file.ico png_file_01.png [png_file_02.png ...]

References

ICO file

About

Create ico file from a list of png images.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published