1# Description: 2 3`gx_show_canvas.exe` is a tool to display the picture data that stored in a bin file, which generated from regression test. 4 5# Usage: 61. Open a command prompt window. 72. Change directory to your working directory. 83. Copy gx_show_canvas.exe and output *.bin files to your working directory. 94. Run the following command to show canvas data stored in a binary file. 10```bash 11gx_show_canvas.exe <binary_file_name> 12``` 13 14![Example](gx_show_canvas.png) 15Figure 1. Example of gx_show_canvas.exe 16 17 18 195. Keyboard up/down arrows can be used to move between current frame and previous/next frame. 20