https://github.com/steffest/amiga-icon-converter
Display, convert and generate Amiga Icons in plain JavaScript
https://github.com/steffest/amiga-icon-converter
Last synced: about 1 year ago
JSON representation
Display, convert and generate Amiga Icons in plain JavaScript
- Host: GitHub
- URL: https://github.com/steffest/amiga-icon-converter
- Owner: steffest
- License: mit
- Created: 2019-08-26T17:54:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T21:22:26.000Z (over 3 years ago)
- Last Synced: 2025-04-19T01:32:47.844Z (about 1 year ago)
- Language: JavaScript
- Size: 1.39 MB
- Stars: 16
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Amiga Icon converter
Display, convert and generate Amiga Icons in plain JavaScript
All Amiga icon formats are supported; Classic OS, Classic OS2, NewIcons, ColorIcons(GlowIcons), Dual PNG and OS4 trueColor transparent ones.
The main library works both in the browser as in node.
In the browser icons get rendered to canvas.
In node, icons are converted to PNG.
Example project for both environments are included
This library is also part of the [ADF toolbox](https://github.com/steffest/ADF-reader-writer)
Examples:
## Example 1:
Converting a batch of .info files to PNG in node

## Example 2:
loading and displaying Amiga .info files in a browser.
