/gextractwinicons

A GTK+ utility to extract cursors, icons and png images previews from MS Windows resource files (like .exe, .dll, .ocx, .cpl)

Primary LanguagePython

gExtractWinIcons

Travis CI Build Status CircleCI Build Status

Description: Extract cursors and icons from MS Windows resource files

Copyright: 2009-2022 Fabio Castelli (Muflone) muflone@muflone.com

License: GPL-3+

Source code: https://github.com/muflone/gextractwinicons/

Documentation: http://www.muflone.com/gextractwinicons/

Translations: https://explore.transifex.com/muflone/gextractwinicons/

Description

From the gExtractWinIcons main window you select an MS Windows resources file (like an exe, dll, cpl, ocx and so on) and you will list its contained resources like cursors, icons and you can extract them, including exporting the icons in PNG format.

Main window

System Requirements

Installation

A distutils installation script is available to install from the sources.

To install in your system please use:

cd /path/to/folder
python3 setup.py install

To install the files in another path instead of the standard /usr prefix use:

cd /path/to/folder
python3 setup.py install --root NEW_PATH

Usage

If the application is not installed please use:

cd /path/to/folder
python3 gextractwinicons.py

If the application was installed simply use the gextractwinicons command.