File size: 192 Bytes
402daee
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# Image resources

## How to build

Using WSL/Ubuntu on Windows, or Ubuntu Linux:

    sudo apt install ruby ruby-chunky-png
    make

Using RubyGems:

    sudo gem install chunky_png
    make