You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
245 B
11 lines
245 B
3 years ago
|
# Anicons
|
||
|
## extract icons from .ani RIFF files
|
||
|
|
||
|
### Build
|
||
|
`make` or `g++ src/anicons.cpp -o anicons`
|
||
|
|
||
|
### Usage
|
||
|
`anicons [PATH_TO_THE_FILE]`
|
||
|
|
||
|
will search through each chunk of the RIFF file and
|
||
|
save the contents of each encountered "icon" chunk
|