A GUI that allows for annotation and manipulation of chip die images.
Dependencies:
Qt5
OpenCv v3.1.x+
Cmake 2.8.8+
Build instructions:
mkdir build
cd build
make
Operating instructions:
dieToy --help
-v, --version Displays version information.
-i, --image Die image to load.
-d, --dieDescription Die description file to load.
- Load an image.
(Mousewheel zooms, middle mouse button drags) - Switch into Bounds Define mode.
- Click 4 points to define the bounds of the ROM region
- Switch into horizontal / vertical slice mode & define some strips where bits appear
- Switch into bit region display mode and export bit PNG or do various other fun things.