├── README.md ├── capture_examples ├── .gitkeep ├── IMAGE_07.TXT ├── IMAGE_08.TXT ├── IMAGE_09.TXT ├── IMAGE_10.TXT ├── IMAGE_11.TXT ├── IMAGE_12.TXT ├── IMAGE_13.TXT ├── IMAGE_14.TXT ├── IMAGE_15.TXT ├── IMAGE_16.TXT ├── IMAGE_17.TXT ├── IMAGE_18.TXT ├── IMAGE_19.TXT ├── IMAGE_20.TXT ├── IMAGE_21.TXT ├── IMAGE_22.TXT ├── IMAGE_23.TXT ├── IMAGE_24.TXT ├── IMAGE_25.TXT ├── IMAGE_26.TXT ├── IMAGE_27.TXT ├── IMAGE_28.TXT ├── IMAGE_29.TXT ├── IMAGE_30.TXT ├── IMAGE_31.TXT ├── IMAGE_32.TXT ├── IMAGE_33.TXT ├── IMAGE_34.TXT ├── IMAGE_35.TXT ├── IMAGE_36.TXT ├── IMAGE_37.TXT ├── IMAGE_38.TXT ├── IMAGE_39.TXT ├── IMAGE_40.TXT ├── IMAGE_41.TXT ├── IMAGE_42.TXT ├── IMAGE_43.TXT ├── IMAGE_44.TXT ├── IMAGE_45.TXT └── README.md ├── code ├── arduino │ ├── .gitkeep │ └── ThermalCameraMod_SD.ino └── python │ ├── .gitkeep │ ├── CSV to Image - Working.py │ └── compiled │ └── .gitkeep └── images ├── .gitkeep ├── IMAGE_00.png ├── IMAGE_01.png ├── IMAGE_02.png ├── IMAGE_03.png ├── IMAGE_04.png ├── IMAGE_05.png ├── IMAGE_06.png ├── IMAGE_07.png ├── IMAGE_08.png ├── IMAGE_09.png ├── img.png ├── thermal_image.png └── thermal_image2.png /README.md: -------------------------------------------------------------------------------- 1 | # Thermal Camera with image saving capability 2 | Original program and 3D-printed case are from: https://www.thingiverse.com/thing:2799023 3 | 4 | ## Update March 2022 5 | Due to changes in the ESP8266 Arduino Library, you have to downgrade it in order to be able to compile the code. 6 | That would be V2.4.2: https://github.com/esp8266/Arduino/releases/tag/2.4.2 7 | 8 | You can do the downgrade via the built in Boards manager. 9 | 10 | An explanation of what this code does and what to look out for can be found on the Thingiverse page. 11 | I run my ESP8266 at 160MHz -> higher framerate (select in Arduino Board Options). 12 | 13 | To connect the SD card, you have to share some of the SPI pins with the TFT (MOSI; SCK; [MISO]) 14 | 15 | SD Slave Select is defined in the code, aswell as the button pin* (which can't be D0 since that pin does not support interrupts). 16 | Schematic: https://easyeda.com/Manuauto/arduino_thermal_camera_with_sd_and_img_processing 17 | *make sure to add a pull-up resistor 18 | 19 | You can choose whether you want to save an 8x8 image or the interpolated 70x70 image. 20 | 21 | Sorry for the rather messy python code. It works. 22 | I got very useful help from: https://stackoverflow.com/questions/52027382/how-do-i-convert-a-csv-file-16bit-high-color-to-image-in-python 23 | 24 | *It's quite useful to save the Python file to the directory you want the processed images to be saved to. Additionally, you might want to adjust the default "open file directory", so that it matches the drive letter of your SD Card.* 25 | 26 | If you experience problems with your thermal camera rebooting or not even starting up properly (and are sure that it should work, i.e. it works over USB,) add more power supply decoupling! Use multiple small ceramic capacitors and maybe one larger electrolytic capacitor. If that does not help, use another method (step-up / step-down) regulator to supply 5 / 3.3V to the ESP8266. By supplying 5V you sacrifice a little bit of efficiency but you can usually gain a little bit of power supply stability since the 5V is regulated down to 3.3V with a linear regulator on the ESP8266 board. Even if you should't notice any problems immediately, it is gernerally a good idea to add sufficient decoupling. Make sure that the device can enter the OTA-mode without crashing. 27 | 28 | **Some processed images:** 29 | 30 | 31 | ![](https://github.com/wilhelmzeuschner/arduino_thermal_camera_with_sd_and_img_processor/blob/master/images/thermal_image.png) 32 | ![](https://github.com/wilhelmzeuschner/arduino_thermal_camera_with_sd_and_img_processing/blob/master/images/thermal_image2.png) 33 | ![](https://github.com/wilhelmzeuschner/arduino_thermal_camera_with_sd_and_img_processor/blob/master/images/img.png) 34 | ![](https://github.com/wilhelmzeuschner/arduino_thermal_camera_with_sd_and_img_processing/blob/master/images/IMAGE_05.png) 35 | ![](https://github.com/wilhelmzeuschner/arduino_thermal_camera_with_sd_and_img_processing/blob/master/images/IMAGE_06.png) 36 | ![](https://github.com/wilhelmzeuschner/arduino_thermal_camera_with_sd_and_img_processing/blob/master/images/IMAGE_07.png) 37 | -------------------------------------------------------------------------------- /capture_examples/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /capture_examples/IMAGE_07.TXT: -------------------------------------------------------------------------------- 1 | Image data 8x8: 2 | 22.50,23.75,26.75,29.50,29.00,28.00,24.25,24.25,23.25,22.75,24.75,30.25,30.75,30.00,24.25,23.25,22.00,22.75,26.75,30.00,30.00,29.25,24.50,23.00,21.75,22.00,26.00,29.25,29.75,30.25,25.25,23.25,21.00,22.25,25.00,26.50,28.75,27.75,25.25,23.50,22.00,21.75,24.50,29.25,30.75,29.25,24.50,23.00,22.00,21.75,22.50,26.00,27.25,25.75,22.75,22.75,20.50,21.50,22.25,22.75,23.25,22.25,22.25,23.00, 3 | -------------------------------------------------------------------------------- /capture_examples/IMAGE_08.TXT: -------------------------------------------------------------------------------- 1 | Image data 8x8: 2 | 21.50,20.75,21.75,22.25,27.50,28.00,27.50,25.25,21.25,21.00,21.25,21.75,27.00,30.00,30.75,28.00,21.00,21.25,22.00,22.00,27.25,29.25,29.75,28.50,21.00,21.25,22.00,23.00,28.50,30.00,30.50,30.00,21.25,20.75,21.75,22.00,28.00,28.25,29.00,28.50,21.25,20.75,21.75,22.25,26.50,27.00,29.00,29.00,20.75,20.25,21.75,22.00,24.50,29.00,29.50,27.25,19.25,20.25,20.75,21.50,21.50,23.75,24.25,24.25, 3 | -------------------------------------------------------------------------------- /capture_examples/IMAGE_09.TXT: -------------------------------------------------------------------------------- 1 | Image data 8x8: 2 | 25.75,25.75,27.25,27.50,27.50,26.75,26.00,25.50 3 | ,24.25,26.25,28.00,29.25,29.25,27.50,27.25,27.00 4 | ,22.50,23.00,24.25,29.75,29.50,24.00,23.25,22.75 5 | ,21.50,22.75,24.50,29.25,30.25,24.75,22.50,22.25 6 | ,21.00,21.75,26.50,30.25,30.00,26.50,23.25,22.25 7 | ,20.50,21.50,25.00,27.00,28.25,24.75,22.00,21.50 8 | ,21.25,21.75,24.50,29.50,28.75,24.50 9 | ,22.00,21.00,20.75,20.25,21.75,23.50,24.25,21.75,20.75,21.00, 10 | -------------------------------------------------------------------------------- /capture_examples/IMAGE_10.TXT: -------------------------------------------------------------------------------- 1 | 21.25,22.50,23.75,29.00,28.75,28.50,23.50,23.75, 2 | 21.75,22.50,25.75,30.25,30.75,30.00,24.00,22.75, 3 | 21.75,22.00,28.75,29.50,30.25,29.25,25.25,22.75, 4 | 21.75,22.50,27.75,28.25,29.00,30.00,25.50,22.00, 5 | 20.75,22.50,25.50,28.25,29.25,28.75,24.25,22.50, 6 | 21.75,23.25,26.25,28.50,29.00,26.50,24.00,23.00, 7 | 21.75,22.75,28.75,30.00,30.00,29.50,23.50,21.50, 8 | 20.00,22.00,24.50,27.00,27.25,24.75,22.75,22.25, 9 | -------------------------------------------------------------------------------- /capture_examples/IMAGE_11.TXT: -------------------------------------------------------------------------------- 1 | 25.00,25.75,26.75,26.25,26.25,26.50,25.50,25.00, 2 | 22.25,25.75,26.75,29.00,28.25,27.50,27.00,27.25, 3 | 21.50,22.25,23.25,29.00,28.75,23.50,22.75,22.25, 4 | 20.50,21.50,24.25,28.75,29.00,23.50,22.00,21.25, 5 | 20.50,21.50,25.75,29.75,29.75,24.50,21.50,22.00, 6 | 20.50,21.00,23.75,27.00,26.50,23.25,21.00,21.00, 7 | 20.50,20.75,23.75,29.25,28.00,23.25,20.50,21.00, 8 | 20.25,20.00,21.75,23.00,22.75,21.00,21.25,21.00, 9 | -------------------------------------------------------------------------------- /capture_examples/IMAGE_12.TXT: -------------------------------------------------------------------------------- 1 | 26.75,26.50,27.75,27.50,27.00,27.25,26.25,26.00, 2 | 25.50,27.00,29.75,30.50,30.25,28.25,27.75,25.25, 3 | 23.75,24.75,26.75,30.25,30.00,24.75,23.50,22.75, 4 | 22.75,23.50,25.50,29.75,30.50,26.00,22.00,21.25, 5 | 22.00,22.25,26.25,30.50,31.00,27.50,22.50,22.75, 6 | 21.75,22.50,26.50,30.50,30.25,28.00,22.75,22.25, 7 | 22.00,22.25,25.50,30.00,30.25,27.00,22.75,22.00, 8 | 20.75,20.75,22.50,26.25,27.25,23.50,22.50,22.00, 9 | -------------------------------------------------------------------------------- /capture_examples/IMAGE_13.TXT: -------------------------------------------------------------------------------- 1 | 21.75,21.50,24.50,28.25,29.25,24.25,21.00,20.00,20.50, 2 | 21.25,25.50,28.25,28.50,25.75,21.25,20.50,21.00, 3 | 22.50,25.75,30.00,30.00,26.50,21.25,21.00,22.00, 4 | 22.25,24.50,30.00,29.50,24.25,21.50,21.00,23.25, 5 | 23.50,25.25,28.50,29.25,25.50,23.00,21.50,26.50, 6 | 27.75,28.00,29.75,29.75,30.00,27.25,24.50,27.25, 7 | 28.00,27.00,26.75,27.00,26.00,25.25,24.50,25.50, 8 | 25.50,26.50,27.00,27.00,26.25,25.00,25.25, 9 | -------------------------------------------------------------------------------- /capture_examples/IMAGE_14.TXT: -------------------------------------------------------------------------------- 1 | 19.50,21.00,22.25,25.25,22.50,20.50,18.75,19.00, 2 | 20.25,22.00,28.50,28.25,28.25,24.00,20.00,19.50, 3 | 20.75,23.00,25.25,27.25,25.00,23.50,20.00,20.00, 4 | 21.25,23.75,28.00,27.75,28.00,25.75,21.00,20.50, 5 | 19.75,23.25,28.25,29.00,27.75,26.50,24.75,25.25, 6 | 20.50,22.75,27.25,27.50,27.00,27.50,27.00,26.25, 7 | 20.75,22.75,27.00,28.00,27.00,22.75,23.75,24.50, 8 | 22.50,23.50,25.25,27.50,26.50,22.00,22.50,23.75, 9 | -------------------------------------------------------------------------------- /capture_examples/IMAGE_24.TXT: -------------------------------------------------------------------------------- 1 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 2 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 3 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 4 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 5 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 6 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 7 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 8 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 9 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 10 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 11 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 12 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 13 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,127,191,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 14 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,127,191,255,319,351,415,479,543,607,447,319,191,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 15 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,287,447,511,543,607,671,735,767,831,895,927,991,863,703,575,415,287,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 16 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,191,351,543,703,863,927,991,1023,1087,1151,1183,1247,1311,1343,1407,1247,1087,927,767,607,447,287,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 17 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,287,479,703,895,1087,1311,1343,1407,1439,1503,1567,1599,1663,1695,1759,1823,1631,1471,1279,1119,927,767,575,415,223,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 18 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,351,575,799,1023,1279,1503,1727,1759,1823,1887,1919,1983,2015,2047,2045,2044,2042,2015,1823,1631,1471,1279,1087,895,703,511,319,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 19 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,319,575,863,1119,1375,1631,1887,2044,2043,2041,2040,2038,2037,2036,2034,2033,2031,2030,2036,2042,2015,1791,1599,1407,1183,991,767,575,351,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 20 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,255,543,831,1119,1407,1695,1983,2040,2031,2030,2028,2027,2025,2024,2023,2021,2020,2018,2017,2024,2031,2038,2044,1919,1695,1503,1279,1055,831,607,351,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 21 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,447,767,1087,1407,1727,2047,2038,2028,2018,2016,2016,4064,8160,10208,12256,16352,18400,20448,24544,8160,2019,2026,2034,2041,2015,1791,1567,1311,1087,831,575,319,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 22 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,287,607,927,1247,1567,1887,2042,2032,2022,8160,10208,12256,16352,18400,20448,22496,26592,28640,30688,32736,18400,4064,2021,2028,2035,2042,1983,1759,1535,1311,1055,767,479,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 23 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,479,799,1119,1439,1759,2047,2037,2027,2017,18400,20448,22496,26592,28640,30688,32736,34784,38880,40928,42976,28640,14304,2016,2022,2029,2036,2043,1983,1759,1567,1247,959,671,383,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 24 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,319,639,959,1279,1599,1919,2042,2032,2022,8160,28640,32736,34784,36832,38880,40928,42976,45024,47072,51168,53216,38880,26592,12256,2016,2023,2030,2036,2043,1983,1791,1471,1151,831,543,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 25 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,287,479,799,1119,1439,1759,2046,2036,2026,2016,20448,40928,42976,45024,47072,49120,51168,53216,55264,57312,59360,61408,49120,36832,24544,10208,2017,2023,2030,2036,2042,2015,1695,1343,1023,703,351,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 26 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,287,479,671,991,1311,1631,1951,2041,2031,2021,10208,30688,51168,53216,55264,57312,59360,61408,63456,65504,65504,65472,65472,59360,47072,34784,22496,10208,2017,2023,2029,2035,2041,1919,1567,1215,863,511,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31 27 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,223,415,639,831,1151,1471,1791,2046,2036,2026,2016,20448,40928,61408,63456,65504,65504,65472,65472,65440,65440,65408,65408,65376,65472,57312,47072,34784,22496,10208,2016,2022,2028,2034,2045,1759,1375,991,639,255,31,31,31,31,31,31,31,31,31,31,31,31,31,31 28 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,383,575,799,991,1311,1631,1951,2040,2030,2020,12256,32736,53216,65440,65440,65408,65408,65408,65376,65376,65344,65344,65312,65312,65408,65504,57312,47072,34784,24544,12256,2016,2021,2026,2039,1951,1567,1151,767,383,31,31,31,31,31,31,31,31,31,31,31,31,31,31 29 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,287,511,735,959,1183,1503,1823,2045,2035,2025,2016,22496,42976,63456,65376,65344,65344,65312,65312,65280,65280,65280,65248,65248,65216,65312,65408,65504,57312,47072,36832,26592,14304,4064,2019,2032,2045,1727,1311,927,511,95,31,31,31,31,31,31,31,31,31,31,31,31,31 30 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,223,447,671,895,1119,1343,1663,1983,2040,2030,2020,12256,32736,53216,65440,65280,65248,65248,65216,65216,65216,65184,65184,65152,65152,65152,65216,65312,65408,65472,59360,49120,38880,28640,18400,8160,2025,2038,1919,1471,1055,607,191,31,31,31,31,31,31,31,31,31,31,31,31,31 31 | 31,31,31,31,31,31,31,31,31,31,31,31,31,95,351,575,799,1055,1279,1503,1823,2044,2034,2024,4064,24544,45024,65504,65344,65184,65152,65152,65152,65120,65120,65120,65088,65088,65088,65056,65152,65216,65312,65376,65472,61408,53216,42976,32736,24544,2018,2032,2046,1631,1183,735,287,31,31,31,31,31,31,31,31,31,31,31,31,31 32 | 31,31,31,31,31,31,31,31,31,31,31,31,31,63,319,543,767,991,1247,1471,1759,2047,2037,2028,2018,16352,34784,55264,65440,65280,65280,65248,65248,65216,65216,65216,65184,65184,65152,65152,65248,65312,65408,65472,61408,51168,40928,32736,22496,12256,2023,2036,1983,1567,1151,703,287,31,31,31,31,31,31,31,31,31,31,31,31,31 33 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,287,511,735,959,1183,1439,1727,2015,2040,2031,2022,6112,26592,45024,63456,65376,65376,65344,65344,65344,65312,65312,65280,65280,65248,65248,65312,65408,65472,59360,49120,40928,30688,20448,12256,2016,2028,2040,1887,1471,1087,671,287,31,31,31,31,31,31,31,31,31,31,31,31,31 34 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,255,479,703,927,1151,1375,1663,1919,2043,2034,2025,2017,16352,34784,51168,65472,65472,65472,65440,65440,65408,65408,65376,65376,65344,65344,65408,65504,57312,49120,38880,28640,20448,10208,2016,2020,2032,2044,1791,1407,1023,639,287,31,31,31,31,31,31,31,31,31,31,31,31,31 35 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,223,447,671,895,1119,1343,1599,1855,2045,2037,2029,2021,6112,22496,40928,57312,59360,61408,63456,65504,65504,65504,65472,65472,65440,65440,65504,57312,47072,36832,28640,18400,8160,2016,2021,2026,2037,2047,1695,1343,991,607,255,31,31,31,31,31,31,31,31,31,31,31,31,31 36 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,191,415,639,863,1087,1311,1535,1791,2047,2040,2033,2025,2017,12256,28640,45024,47072,49120,51168,53216,55264,57312,59360,61408,63456,65504,55264,45024,36832,26592,16352,8160,2017,2022,2026,2031,2041,1919,1599,1247,927,607,255,31,31,31,31,31,31,31,31,31,31,31,31,31 37 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,351,575,799,1023,1247,1471,1727,1951,2044,2036,2029,2022,2016,18400,32736,34784,36832,38880,40928,42976,45024,47072,49120,51168,53216,45024,34784,24544,16352,6112,2018,2022,2027,2032,2036,2046,1791,1471,1183,863,575,255,31,31,31,31,31,31,31,31,31,31,31,31,31 38 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,319,543,767,991,1215,1439,1631,1855,2047,2040,2033,2027,2020,6112,20448,22496,24544,26592,28640,30688,34784,36832,38880,40928,42976,32736,24544,14304,4064,2018,2023,2028,2032,2037,2042,1951,1663,1375,1087,831,543,255,31,31,31,31,31,31,31,31,31,31,31,31,31 39 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,287,511,735,959,1183,1375,1567,1759,1983,2044,2037,2031,2025,2019,8160,10208,12256,14304,18400,20448,22496,24544,26592,30688,32736,22496,12256,4064,2019,2024,2028,2033,2038,2042,2047,1791,1535,1279,1023,767,511,255,31,31,31,31,31,31,31,31,31,31,31,31,31 40 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,255,479,703,895,1119,1311,1503,1695,1855,2047,2042,2036,2030,2024,2018,2017,2016,4064,6112,8160,10208,14304,16352,18400,20448,12256,2016,2020,2024,2029,2034,2038,2043,2047,1887,1663,1407,1183,959,703,479,223,31,31,31,31,31,31,31,31,31,31,31,31,31 41 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,223,447,671,863,1087,1247,1439,1599,1759,1951,2046,2040,2035,2030,2024,2023,2022,2020,2019,2018,2016,2016,4064,8160,10208,2016,2020,2025,2030,2034,2039,2044,2015,1887,1727,1503,1311,1087,863,671,447,223,31,31,31,31,31,31,31,31,31,31,31,31,31 42 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,287,511,703,927,1151,1343,1503,1695,1887,2047,2042,2036,2030,2025,2019,2018,2016,2016,4064,8160,10208,12256,16352,18400,20448,12256,4064,2018,2022,2027,2031,2035,2039,2043,2047,1791,1567,1311,1087,831,607,351,127,31,31,31,31,31,31,31,31,31,31,31,31 43 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,351,543,767,991,1215,1407,1599,1791,1983,2044,2038,2032,2026,2020,4064,8160,10208,12256,16352,18400,20448,24544,26592,28640,32736,24544,16352,10208,2016,2019,2023,2026,2030,2034,2038,2046,1823,1567,1279,1023,735,479,223,31,31,31,31,31,31,31,31,31,31,31,31 44 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,191,383,607,831,1055,1279,1471,1695,1887,2046,2040,2034,2027,2021,2016,16352,18400,20448,24544,26592,28640,32736,34784,36832,40928,42976,36832,30688,22496,16352,10208,2016,2018,2021,2024,2028,2037,2046,1791,1503,1215,895,607,319,31,31,31,31,31,31,31,31,31,31,31,31 45 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,223,447,671,895,1119,1343,1567,1759,1983,2043,2036,2030,2023,2016,12256,26592,28640,32736,34784,36832,40928,42976,45024,49120,51168,53216,49120,42976,36832,30688,24544,20448,14304,8160,2016,2018,2028,2038,2047,1695,1375,1055,735,415,95,31,31,31,31,31,31,31,31,31,31,31 46 | 31,31,31,31,31,31,31,31,31,31,31,31,31,63,287,511,735,959,1183,1407,1631,1855,2047,2040,2033,2026,2019,8160,22496,36832,40928,42976,45024,49120,51168,53216,57312,59360,61408,65504,59360,55264,51168,45024,40928,36832,30688,26592,22496,16352,2019,2030,2041,1919,1567,1215,863,511,159,31,31,31,31,31,31,31,31,31,31,31 47 | 31,31,31,31,31,31,31,31,31,31,31,31,31,95,351,575,799,1023,1247,1471,1695,1951,2044,2036,2029,2022,4064,18400,32736,49120,51168,53216,57312,59360,61408,65504,65504,65472,65440,65440,65472,65504,65504,61408,57312,53216,49120,45024,40928,36832,14304,2021,2033,2045,1759,1375,991,607,223,31,31,31,31,31,31,31,31,31,31,31 48 | 31,31,31,31,31,31,31,31,31,31,31,31,31,159,383,607,831,1087,1311,1535,1791,2015,2041,2033,2025,2018,12256,28640,42976,59360,61408,65504,65504,65472,65440,65440,65408,65376,65376,65344,65376,65376,65408,65440,65472,65472,65504,63456,61408,57312,32736,6112,2026,2039,1919,1535,1119,703,287,31,31,31,31,31,31,31,31,31,31,31 49 | 31,31,31,31,31,31,31,31,31,31,31,31,31,223,447,671,895,1119,1375,1599,1855,2046,2038,2030,2022,4064,20448,36832,53216,65472,65440,65440,65408,65376,65376,65344,65312,65280,65280,65248,65248,65280,65280,65312,65312,65344,65344,65376,65376,65408,51168,22496,2018,2032,2046,1663,1247,799,351,31,31,31,31,31,31,31,31,31,31,31 50 | 31,31,31,31,31,31,31,31,31,31,31,31,31,255,511,735,959,1183,1439,1663,1919,2043,2035,2026,2018,12256,30688,47072,63456,65376,65376,65344,65312,65280,65280,65248,65216,65216,65184,65152,65152,65184,65184,65184,65184,65216,65216,65216,65216,65248,65472,38880,10208,2026,2040,1823,1375,895,447,31,31,31,31,31,31,31,31,31,31,31 51 | 31,31,31,31,31,31,31,31,31,31,31,31,95,319,543,799,1023,1247,1503,1727,2015,2040,2032,2023,4064,20448,38880,57312,65440,65280,65280,65248,65216,65216,65184,65152,65120,65120,65088,65056,65056,65056,65056,65056,65056,65056,65056,65056,65056,65056,65312,57312,24544,2019,2034,1983,1503,991,511,31,31,31,31,31,31,31,31,31,31,31 52 | 31,31,31,31,31,31,31,31,31,31,31,31,63,287,543,767,1023,1247,1503,1727,2015,2040,2031,2022,6112,24544,40928,59360,65408,65248,65248,65216,65184,65184,65152,65120,65120,65088,65056,65056,65056,65056,65056,65056,65056,65056,65056,65056,65056,65088,65344,55264,24544,2020,2035,1951,1439,959,479,31,31,31,31,31,31,31,31,31,31,31 53 | 31,31,31,31,31,31,31,31,31,31,31,31,63,287,543,767,991,1247,1471,1727,2015,2040,2030,2021,8160,26592,45024,63456,65376,65216,65216,65184,65152,65152,65120,65120,65088,65088,65056,65024,65056,65056,65056,65056,65056,65056,65056,65088,65088,65088,65344,53216,22496,2021,2036,1919,1407,927,415,31,31,31,31,31,31,31,31,31,31,31 54 | 31,31,31,31,31,31,31,31,31,31,31,31,31,287,511,767,991,1247,1471,1727,2015,2039,2030,2021,10208,28640,47072,65504,65344,65184,65184,65152,65152,65120,65120,65088,65088,65056,65056,65024,65024,65056,65056,65056,65056,65056,65088,65088,65088,65088,65376,51168,20448,2022,2037,1887,1375,895,383,31,31,31,31,31,31,31,31,31,31,31 55 | 31,31,31,31,31,31,31,31,31,31,31,31,31,255,511,735,991,1247,1471,1727,2015,2039,2029,2020,12256,30688,51168,65472,65312,65152,65152,65120,65120,65088,65088,65056,65056,65056,65024,65024,65024,65024,65056,65056,65056,65056,65088,65088,65088,65120,65376,51168,18400,2023,2038,1855,1343,831,351,31,31,31,31,31,31,31,31,31,31,31 56 | 31,31,31,31,31,31,31,31,31,31,31,31,31,255,511,735,991,1247,1471,1727,2047,2038,2029,2019,14304,32736,53216,65440,65280,65120,65120,65088,65088,65088,65056,65056,65024,65024,65024,64992,65024,65024,65024,65056,65056,65088,65088,65088,65120,65120,65376,49120,16352,2024,2039,1823,1311,799,319,31,31,31,31,31,31,31,31,31,31,31 57 | 31,31,31,31,31,31,31,31,31,31,31,31,31,223,479,735,991,1215,1471,1727,2047,2038,2028,2018,16352,36832,57312,65440,65248,65088,65088,65056,65056,65056,65024,65024,65024,65024,64992,64992,64992,65024,65024,65056,65056,65088,65088,65088,65120,65120,65408,47072,14304,2025,2040,1791,1279,767,255,31,31,31,31,31,31,31,31,31,31,31 58 | 31,31,31,31,31,31,31,31,31,31,31,31,31,223,479,735,959,1215,1471,1727,2047,2038,2027,2017,18400,38880,59360,65408,65216,65056,65056,65024,65024,65024,65024,65024,64992,64992,64992,64992,64992,65024,65024,65056,65056,65088,65088,65120,65120,65152,65408,45024,12256,2026,2041,1727,1247,735,223,31,31,31,31,31,31,31,31,31,31,31 59 | 31,31,31,31,31,31,31,31,31,31,31,31,31,223,479,703,959,1215,1471,1727,2047,2037,2027,2017,20448,40928,61408,65376,65184,65024,65024,64992,64992,64992,64992,64992,64992,64992,64960,64960,64992,64992,65024,65056,65056,65088,65088,65120,65120,65152,65440,42976,10208,2026,2042,1695,1215,703,191,31,31,31,31,31,31,31,31,31,31,31 60 | 31,31,31,31,31,31,31,31,31,31,31,31,31,191,447,703,959,1215,1471,1727,2047,2037,2026,2016,22496,42976,65504,65344,65152,64992,64992,64992,64960,64960,64960,64960,64960,64960,64960,64960,64992,64992,65024,65056,65056,65088,65088,65120,65152,65152,65440,42976,10208,2027,2043,1663,1151,639,127,31,31,31,31,31,31,31,31,31,31,31 61 | 31,31,31,31,31,31,31,31,31,31,31,31,31,191,447,703,959,1215,1471,1727,2047,2036,2026,2016,24544,45024,65504,65312,65120,64960,64960,64960,64960,64960,64960,64960,64960,64960,64960,64960,64960,64992,65024,65024,65056,65088,65120,65120,65152,65184,65440,40928,8160,2028,2044,1631,1119,607,95,31,31,31,31,31,31,31,31,31,31,31 62 | 31,31,31,31,31,31,31,31,31,31,31,31,31,127,383,607,863,1119,1375,1631,1983,2039,2028,2017,18400,40928,63456,65344,65152,64992,64992,64992,64992,64992,64960,64960,64960,64960,64960,64960,64992,65024,65056,65088,65120,65120,65152,65184,65216,65248,65504,34784,2016,2030,2046,1599,1119,607,127,31,31,31,31,31,31,31,31,31,31,31 63 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,287,543,799,1055,1311,1567,1887,2041,2031,2020,14304,36832,59360,65376,65216,65024,65024,65024,65024,64992,64992,64992,64992,64992,64992,64992,65024,65056,65088,65120,65152,65184,65216,65248,65280,65312,59360,28640,2017,2032,2047,1599,1119,639,159,31,31,31,31,31,31,31,31,31,31,31 64 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,223,479,703,959,1215,1471,1823,2044,2033,2022,10208,32736,55264,65440,65248,65056,65056,65056,65056,65024,65024,65024,65024,65024,65024,65024,65056,65088,65120,65152,65216,65248,65280,65312,65344,65376,51168,22496,2019,2034,2015,1567,1087,639,191,31,31,31,31,31,31,31,31,31,31,31 65 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,383,639,895,1119,1375,1727,2046,2036,2025,4064,26592,49120,65472,65280,65088,65088,65088,65056,65056,65056,65056,65056,65056,65056,65024,65088,65120,65152,65216,65248,65280,65344,65376,65408,65440,45024,16352,2022,2036,1983,1535,1087,639,191,31,31,31,31,31,31,31,31,31,31,31 66 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,319,575,799,1055,1311,1663,2015,2038,2027,2016,22496,45024,65504,65312,65120,65120,65120,65088,65088,65088,65088,65088,65088,65056,65056,65120,65152,65216,65248,65280,65344,65376,65440,65472,65504,36832,10208,2024,2038,1951,1503,1087,671,223,31,31,31,31,31,31,31,31,31,31,31 67 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,223,479,735,959,1215,1567,1919,2040,2029,2018,18400,40928,63456,65344,65152,65152,65152,65120,65120,65120,65120,65120,65088,65088,65088,65120,65184,65248,65280,65344,65376,65440,65504,63456,57312,30688,4064,2027,2040,1887,1471,1087,671,255,31,31,31,31,31,31,31,31,31,31,31 68 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,415,639,895,1119,1471,1855,2043,2032,2021,14304,36832,59360,65376,65184,65184,65184,65152,65152,65152,65152,65120,65120,65120,65120,65152,65216,65280,65344,65376,65440,65504,61408,55264,49120,22496,2017,2029,2041,1855,1471,1055,671,287,31,31,31,31,31,31,31,31,31,31,31 69 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,319,575,799,1055,1407,1759,2045,2034,2023,8160,30688,55264,65408,65216,65216,65216,65184,65184,65184,65152,65152,65152,65152,65120,65184,65248,65312,65376,65440,65504,61408,55264,47072,40928,16352,2020,2032,2043,1823,1439,1055,671,319,31,31,31,31,31,31,31,31,31,31,31 70 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,255,479,703,959,1311,1663,2047,2037,2025,4064,26592,51168,65440,65248,65248,65248,65216,65216,65216,65184,65184,65184,65152,65152,65216,65280,65344,65408,65472,63456,55264,47072,38880,32736,10208,2023,2034,2045,1759,1407,1055,703,319,31,31,31,31,31,31,31,31,31,31,31 71 | 72 | -------------------------------------------------------------------------------- /capture_examples/IMAGE_25.TXT: -------------------------------------------------------------------------------- 1 | 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,3,3,4,4,4,4,4,4,4,4,4,4,4,4,3,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2 | 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,6,6,6,6,6,6,6,6,6,5,4,3,2,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 3 | 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,4,4,5,5,5,6,6,7,7,7,7,7,7,7,7,7,7,7,6,5,4,4,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 4 | 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,3,4,4,5,5,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,6,5,4,3,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 5 | 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,5,5,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,6,5,4,3,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 6 | 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,5,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,6,5,4,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 7 | 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,4,5,6,7,7,7,7,7,7,7,7,7,23,47,55,55,55,63,63,71,71,71,79,79,15,7,7,7,7,7,6,5,4,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 8 | 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,5,6,7,7,7,7,7,7,7,15,47,71,103,135,135,143,143,151,151,159,159,159,167,167,103,39,7,7,7,7,7,6,5,4,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 9 | 0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,6,7,7,7,7,7,7,39,71,103,127,159,191,223,223,231,231,239,239,247,247,255,255,255,191,127,63,7,7,7,7,7,6,5,4,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 10 | 0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,5,7,7,7,7,31,63,95,127,151,183,215,247,255,255,255,255,255,255,255,255,255,255,255,255,255,215,143,79,7,7,7,7,7,6,5,4,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 11 | 0,0,0,0,0,0,0,0,0,0,0,0,1,2,4,6,7,7,7,87,119,151,183,207,239,255,255,255,255,254,254,254,254,254,254,254,254,254,254,254,255,255,231,159,87,23,7,7,7,7,6,5,4,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 12 | 0,0,0,0,0,0,0,0,0,0,0,0,1,2,4,6,7,7,7,63,95,127,159,191,223,255,255,255,255,254,254,254,254,254,254,254,254,254,254,254,255,255,191,127,55,7,7,7,7,7,6,5,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 13 | 0,0,0,0,0,0,0,0,0,0,0,0,1,2,4,6,7,7,7,31,63,95,135,167,199,231,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,215,151,87,23,7,7,7,7,7,6,4,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 14 | 0,0,0,0,0,0,0,0,0,0,0,0,1,2,4,5,7,7,7,7,39,71,111,143,183,215,255,255,255,255,255,255,255,255,255,255,255,255,255,255,231,167,111,55,7,7,7,7,7,7,5,4,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 15 | 0,0,0,0,0,0,0,0,0,0,0,0,1,2,4,5,7,7,7,7,7,47,87,119,159,199,239,255,255,255,255,255,255,255,255,255,255,255,247,239,183,127,71,15,7,7,7,7,7,6,5,4,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 16 | 0,0,0,0,0,0,0,0,0,0,0,0,1,2,4,5,6,7,7,7,7,23,63,103,143,183,223,255,255,255,255,255,255,255,255,247,231,223,207,191,135,87,31,7,7,7,7,7,7,6,5,4,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 17 | 0,0,0,0,0,0,0,0,0,0,0,0,1,2,4,5,6,7,7,7,7,7,39,79,119,159,207,247,255,255,255,255,255,255,231,215,199,175,159,143,87,39,7,7,7,7,7,7,7,6,5,4,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 18 | 0,0,0,0,0,0,0,0,0,0,0,0,1,2,4,5,6,7,7,7,7,7,15,55,103,143,191,231,255,255,255,255,247,231,207,183,159,135,111,87,47,7,7,7,7,7,7,7,6,6,5,4,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 19 | 0,0,0,0,0,0,0,0,0,0,0,0,1,2,4,5,6,7,7,7,7,7,7,31,79,127,175,215,255,255,255,255,231,199,175,151,119,95,63,39,7,7,7,7,7,7,7,7,6,5,4,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 20 | 0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,5,6,7,7,7,7,7,7,15,63,111,159,207,255,255,255,239,207,175,143,111,79,55,23,7,7,7,7,7,7,7,7,6,6,5,4,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 21 | 0,0,0,0,0,0,0,0,0,0,0,1,2,2,3,4,5,6,7,7,7,7,7,7,39,87,143,191,239,255,255,223,183,151,111,79,47,7,7,7,7,7,7,7,7,7,7,6,6,5,4,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 22 | 0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,5,6,6,7,7,7,7,7,7,39,87,135,183,231,255,247,215,183,151,119,95,63,31,7,7,7,7,7,7,7,7,7,7,6,6,5,4,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 23 | 0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,5,6,7,7,7,7,7,7,7,47,87,127,175,215,255,231,207,183,159,127,103,79,55,23,7,7,7,7,7,7,7,7,7,7,6,5,4,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 24 | 0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,5,6,7,7,7,7,7,7,7,47,87,127,167,207,247,223,199,183,159,135,119,95,71,47,31,7,7,7,7,7,7,7,7,7,7,6,5,4,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 25 | 0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,5,6,7,7,7,7,7,7,15,47,87,119,159,191,231,215,199,175,159,143,127,111,95,79,63,23,7,7,7,7,7,7,7,7,7,6,5,4,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 26 | 0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,5,6,7,7,7,7,7,7,23,55,87,119,151,183,215,199,191,175,167,151,143,127,111,103,87,55,23,7,7,7,7,7,7,7,7,7,6,4,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0 27 | 0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,5,7,7,7,7,7,7,7,23,55,87,111,143,167,199,191,183,175,167,159,151,143,135,127,119,87,55,23,7,7,7,7,7,7,7,7,6,5,4,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0 28 | 0,0,0,0,0,0,0,0,0,0,0,1,2,3,5,6,7,7,7,7,7,7,7,31,55,79,111,135,159,183,183,175,175,167,167,167,159,159,151,151,119,87,55,23,7,7,7,7,7,7,7,6,5,4,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0 29 | 0,0,0,0,0,0,0,0,0,0,0,1,2,3,5,6,7,7,7,7,7,7,15,39,63,79,103,127,151,167,167,175,175,175,175,175,175,175,175,183,151,119,87,55,23,7,7,7,7,7,7,7,6,5,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0 30 | 0,0,0,0,0,0,0,0,0,0,0,1,2,4,5,6,7,7,7,7,7,7,23,47,63,79,103,119,135,151,159,167,175,175,183,191,191,199,207,207,183,151,119,87,55,23,7,7,7,7,7,7,6,5,4,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0 31 | 0,0,0,0,0,0,0,0,0,0,0,1,2,4,5,6,7,7,7,7,7,23,31,47,63,79,95,111,127,143,151,159,167,183,191,199,207,223,231,239,207,183,151,119,87,63,31,7,7,7,7,7,7,5,4,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0 32 | 0,0,0,0,0,0,0,0,0,0,0,1,3,4,5,7,7,7,7,39,55,63,79,95,103,119,127,143,159,167,183,191,199,207,215,223,239,247,255,255,239,207,175,143,119,87,55,31,7,7,7,7,7,6,5,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0 33 | 0,0,0,0,0,0,0,0,0,0,0,1,3,4,6,7,7,7,7,87,103,111,119,135,143,159,167,175,191,199,207,215,223,239,247,255,255,255,255,255,255,231,199,175,143,119,87,55,31,7,7,7,7,6,5,4,2,1,0,0,0,0,0,0,0,0,0,0,0,0 34 | 0,0,0,0,0,0,0,0,0,0,0,1,3,4,6,7,7,7,39,143,151,159,167,175,183,191,199,215,223,231,239,247,255,255,255,255,255,255,255,255,255,255,231,199,175,143,119,87,55,31,7,7,7,7,5,4,3,1,0,0,0,0,0,0,0,0,0,0,0,0 35 | 0,0,0,0,0,0,0,0,0,0,0,1,3,5,6,7,7,7,87,191,199,207,207,215,223,231,239,247,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,231,199,175,143,119,87,63,7,7,7,7,6,4,3,2,1,0,0,0,0,0,0,0,0,0,0,0 36 | 0,0,0,0,0,0,0,0,0,0,0,1,3,5,7,7,7,23,127,239,247,247,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,231,199,175,143,119,87,7,7,7,7,6,5,3,2,1,0,0,0,0,0,0,0,0,0,0,0 37 | 0,0,0,0,0,0,0,0,0,0,0,1,3,5,7,7,7,55,175,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254,254,255,255,255,255,255,231,199,175,143,119,31,7,7,7,7,5,4,3,1,0,0,0,0,0,0,0,0,0,0,0 38 | 0,0,0,0,0,0,0,0,0,0,0,1,3,5,7,7,7,95,215,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,254,254,254,254,254,254,254,255,255,255,255,255,231,199,175,151,63,7,7,7,7,6,4,3,1,0,0,0,0,0,0,0,0,0,0,0 39 | 0,0,0,0,0,0,0,0,0,0,0,1,3,5,7,7,7,135,255,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,255,255,255,255,255,231,207,183,95,7,7,7,7,6,5,3,2,0,0,0,0,0,0,0,0,0,0,0 40 | 0,0,0,0,0,0,0,0,0,0,0,2,4,6,7,7,39,175,255,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,255,255,255,255,255,239,207,119,31,7,7,7,6,5,4,2,1,0,0,0,0,0,0,0,0,0,0 41 | 0,0,0,0,0,0,0,0,0,0,0,2,4,6,7,7,71,207,255,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,255,255,255,255,255,239,151,63,7,7,7,7,5,4,2,1,0,0,0,0,0,0,0,0,0,0 42 | 0,0,0,0,0,0,0,0,0,0,0,1,4,6,7,7,39,175,255,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,255,255,255,255,255,167,71,7,7,7,7,5,4,2,1,0,0,0,0,0,0,0,0,0,0 43 | 0,0,0,0,0,0,0,0,0,0,0,1,3,5,7,7,7,135,255,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,255,255,255,255,255,183,87,7,7,7,7,5,4,2,1,0,0,0,0,0,0,0,0,0,0 44 | 0,0,0,0,0,0,0,0,0,0,0,1,3,5,7,7,7,103,231,255,255,255,255,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,255,255,255,255,199,103,7,7,7,7,5,4,2,1,0,0,0,0,0,0,0,0,0,0 45 | 0,0,0,0,0,0,0,0,0,0,0,1,3,5,7,7,7,63,191,255,255,255,255,255,255,255,255,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,255,255,255,255,223,119,23,7,7,7,5,4,2,1,0,0,0,0,0,0,0,0,0,0 46 | 0,0,0,0,0,0,0,0,0,0,0,1,3,5,6,7,7,31,151,255,255,255,255,255,255,255,255,255,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,255,255,255,239,135,31,7,7,7,5,4,2,1,0,0,0,0,0,0,0,0,0,0 47 | 0,0,0,0,0,0,0,0,0,0,0,1,2,4,6,7,7,7,103,223,239,255,255,255,255,255,255,255,255,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,255,255,255,151,47,7,7,7,6,4,2,1,0,0,0,0,0,0,0,0,0,0 48 | 0,0,0,0,0,0,0,0,0,0,0,1,2,4,6,7,7,7,63,175,191,215,231,255,255,255,255,255,255,255,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,255,167,55,7,7,7,6,4,2,1,0,0,0,0,0,0,0,0,0,0 49 | 0,0,0,0,0,0,0,0,0,0,0,0,2,4,5,7,7,7,23,127,151,175,199,223,247,255,255,255,255,255,255,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,255,183,71,7,7,7,6,4,2,0,0,0,0,0,0,0,0,0,0,0 50 | 0,0,0,0,0,0,0,0,0,0,0,0,2,3,5,6,7,7,7,87,111,135,167,191,215,247,255,255,255,255,255,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,255,191,79,7,7,7,6,4,2,0,0,0,0,0,0,0,0,0,0,0 51 | 0,0,0,0,0,0,0,0,0,0,0,0,2,3,5,6,7,7,7,39,71,103,127,159,191,223,247,255,255,255,255,255,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,255,207,95,7,7,7,6,4,2,0,0,0,0,0,0,0,0,0,0,0 52 | 0,0,0,0,0,0,0,0,0,0,0,0,2,3,5,6,7,7,7,31,63,95,127,167,199,231,255,255,255,255,254,254,254,254,254,254,254,254,254,253,253,254,254,254,254,254,254,254,254,254,255,199,79,7,7,7,5,4,2,0,0,0,0,0,0,0,0,0,0,0 53 | 0,0,0,0,0,0,0,0,0,0,0,0,2,3,5,6,7,7,7,23,55,95,127,167,207,239,255,255,255,254,254,254,254,254,254,254,254,254,253,253,253,253,254,254,254,254,254,254,254,254,255,183,63,7,7,7,5,3,1,0,0,0,0,0,0,0,0,0,0,0 54 | 0,0,0,0,0,0,0,0,0,0,0,0,2,3,4,6,7,7,7,7,47,87,135,175,215,255,255,255,254,254,254,254,254,254,254,254,254,253,253,253,253,253,254,254,254,254,254,254,254,254,255,167,47,7,7,7,5,3,1,0,0,0,0,0,0,0,0,0,0,0 55 | 0,0,0,0,0,0,0,0,0,0,0,0,2,3,4,6,7,7,7,7,47,87,135,175,223,255,255,255,254,254,254,254,254,254,254,253,253,253,253,253,253,253,254,254,254,254,254,254,254,254,255,159,39,7,7,6,4,3,1,0,0,0,0,0,0,0,0,0,0,0 56 | 0,0,0,0,0,0,0,0,0,0,0,0,2,3,4,6,7,7,7,7,39,87,135,183,231,255,255,255,254,254,254,254,254,253,253,253,253,253,253,253,253,253,253,254,254,254,254,254,254,254,255,143,23,7,7,6,4,2,0,0,0,0,0,0,0,0,0,0,0,0 57 | 0,0,0,0,0,0,0,0,0,0,0,0,2,3,4,6,7,7,7,7,31,79,135,183,231,255,255,254,254,254,253,253,253,253,253,253,253,253,253,253,253,253,253,254,254,254,254,254,254,254,255,135,7,7,7,6,4,2,0,0,0,0,0,0,0,0,0,0,0,0 58 | 0,0,0,0,0,0,0,0,0,0,0,0,2,3,4,6,7,7,7,7,23,79,135,191,239,255,255,254,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,254,254,254,254,254,255,247,119,7,7,7,5,3,1,0,0,0,0,0,0,0,0,0,0,0,0 59 | 0,0,0,0,0,0,0,0,0,0,0,0,2,3,4,6,7,7,7,7,15,79,135,191,247,255,255,254,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,254,254,254,254,254,255,231,103,7,7,7,5,3,1,0,0,0,0,0,0,0,0,0,0,0,0 60 | 0,0,0,0,0,0,0,0,0,0,0,0,2,3,4,6,7,7,7,7,7,71,135,199,255,255,254,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,254,254,254,254,255,255,223,95,7,7,7,5,3,1,0,0,0,0,0,0,0,0,0,0,0,0 61 | 0,0,0,0,0,0,0,0,0,0,0,0,2,3,4,5,7,7,7,7,7,71,135,199,255,255,254,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,254,254,254,254,255,255,207,79,7,7,7,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0 62 | 0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,5,6,7,7,7,7,23,87,159,223,255,255,254,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,254,254,254,254,255,255,255,183,63,7,7,7,5,3,1,0,0,0,0,0,0,0,0,0,0,0,0 63 | 0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,5,7,7,7,7,7,39,111,183,255,255,254,254,253,253,253,253,253,253,253,253,253,253,253,253,254,254,254,254,254,255,255,255,255,159,47,7,7,7,5,3,1,0,0,0,0,0,0,0,0,0,0,0,0 64 | 0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,5,6,7,7,7,7,7,71,143,215,255,255,254,253,253,253,253,253,253,253,253,253,253,253,254,254,254,254,254,255,255,255,255,247,135,23,7,7,7,5,3,1,0,0,0,0,0,0,0,0,0,0,0,0 65 | 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,5,6,7,7,7,7,31,103,183,255,255,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,255,255,255,255,247,223,111,7,7,7,7,5,3,2,0,0,0,0,0,0,0,0,0,0,0,0 66 | 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,4,5,6,7,7,7,7,63,143,223,255,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,255,255,255,255,247,215,191,87,7,7,7,7,5,3,2,0,0,0,0,0,0,0,0,0,0,0,0 67 | 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,3,4,5,5,7,7,7,7,23,111,191,255,255,254,254,254,254,254,254,254,254,254,254,254,254,254,255,255,255,255,247,215,191,159,63,7,7,7,7,5,4,2,1,0,0,0,0,0,0,0,0,0,0,0 68 | 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,3,4,4,6,7,7,7,7,71,159,239,255,254,254,254,254,254,254,254,254,254,254,254,254,255,255,255,255,247,215,183,159,127,39,7,7,7,7,5,4,2,1,0,0,0,0,0,0,0,0,0,0,0 69 | 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,3,4,5,6,7,7,7,31,119,215,255,254,254,254,254,254,254,254,254,254,254,254,255,255,255,255,247,215,183,159,127,103,15,7,7,7,7,5,4,3,1,0,0,0,0,0,0,0,0,0,0,0 70 | 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,3,4,6,7,7,7,7,87,183,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,247,215,191,159,127,103,71,7,7,7,7,7,5,4,3,2,1,1,1,1,1,1,1,0,0,0,0 71 | 72 | -------------------------------------------------------------------------------- /capture_examples/IMAGE_26.TXT: -------------------------------------------------------------------------------- 1 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 2 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 3 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 4 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 5 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 6 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 7 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 8 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 9 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 10 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 11 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 12 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 13 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 14 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,127,223,287,191,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 15 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,159,255,319,415,511,575,671,511,383,255,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 16 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,223,287,383,479,575,671,767,863,959,1023,863,703,543,383,223,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 17 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,255,415,511,607,703,831,927,1023,1119,1215,1311,1407,1215,1023,863,671,479,287,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 18 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,351,543,735,831,927,1055,1151,1247,1343,1471,1567,1663,1759,1567,1375,1151,959,767,543,351,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 19 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,383,607,831,1023,1151,1247,1375,1471,1599,1695,1823,1919,2047,2045,1919,1695,1471,1247,1023,799,575,351,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 20 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,383,607,863,1119,1343,1471,1567,1695,1823,1919,2047,2044,2040,2037,2033,2041,2015,1759,1535,1279,1023,799,543,287,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 21 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,319,575,863,1119,1375,1663,1759,1887,2015,2045,2041,2037,2033,2029,2025,2022,2030,2038,2047,1823,1535,1279,1023,767,479,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 22 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,319,607,895,1151,1439,1695,1983,2046,2043,2039,2035,2032,2028,2025,2021,2018,4064,2022,2030,2038,2046,1823,1567,1311,1055,799,543,319,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 23 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,319,607,895,1183,1471,1727,2015,2040,2036,2033,2030,2026,2023,2020,2016,6112,12256,20448,4064,2022,2030,2037,2045,1887,1631,1375,1119,863,607,351,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 24 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,319,607,895,1183,1471,1759,2047,2038,2029,2026,2023,2020,2017,4064,10208,16352,22496,28640,34784,20448,4064,2021,2029,2036,2044,1919,1695,1439,1215,927,639,383,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 25 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,287,575,863,1183,1471,1759,2047,2038,2028,2019,2016,6112,10208,16352,22496,28640,34784,38880,45024,51168,36832,22496,6112,2020,2027,2035,2042,1983,1759,1535,1247,959,671,351,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 26 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,223,511,831,1151,1439,1759,2047,2038,2028,2018,14304,20448,24544,30688,34784,40928,47072,51168,57312,61408,65504,53216,38880,24544,10208,2018,2025,2032,2040,2047,1855,1535,1247,927,639,319,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 27 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,223,351,479,767,1087,1407,1727,2047,2038,2028,2018,16352,34784,40928,45024,49120,55264,59360,63456,65504,65440,65408,65376,65504,55264,40928,26592,14304,2016,2023,2030,2037,2043,1855,1535,1215,895,575,255,31,31,31,31,31,31,31,31,31,31,31,31,31,31 28 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,287,415,575,703,1023,1343,1695,2015,2039,2029,2019,14304,36832,57312,61408,65504,65472,65440,65408,65376,65344,65312,65280,65248,65344,65472,59360,45024,32736,18400,4064,2020,2027,2033,2044,1823,1503,1151,799,479,127,31,31,31,31,31,31,31,31,31,31,31,31,31 29 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,287,479,639,799,959,1279,1631,1951,2040,2030,2020,14304,34784,57312,65408,65376,65344,65312,65280,65248,65216,65216,65184,65152,65120,65216,65312,65440,63456,49120,36832,24544,12256,2017,2023,2034,2045,1759,1407,1055,703,351,31,31,31,31,31,31,31,31,31,31,31,31,31 30 | 31,31,31,31,31,31,31,31,31,31,31,31,31,95,287,479,639,831,1023,1215,1535,1887,2042,2032,2021,12256,32736,55264,65408,65248,65216,65184,65152,65120,65120,65088,65056,65024,64992,64992,65088,65184,65280,65376,65504,55264,42976,30688,18400,6112,2024,2036,2047,1663,1311,927,575,191,31,31,31,31,31,31,31,31,31,31,31,31 31 | 31,31,31,31,31,31,31,31,31,31,31,31,31,223,415,639,831,1023,1247,1439,1791,2045,2034,2023,8160,30688,53216,65440,65248,65056,65056,65024,64992,64992,64960,64928,64896,64896,64864,64832,64928,65056,65152,65248,65344,65440,63456,51168,38880,28640,2016,2027,2039,1951,1535,1151,767,383,31,31,31,31,31,31,31,31,31,31,31,31 32 | 31,31,31,31,31,31,31,31,31,31,31,31,31,191,383,575,799,991,1215,1407,1727,2047,2036,2026,2016,22496,42976,65504,65344,65152,65152,65120,65120,65088,65056,65056,65024,65024,64992,64992,65088,65184,65280,65376,65472,59360,49120,36832,24544,14304,2021,2032,2043,1823,1471,1119,735,383,31,31,31,31,31,31,31,31,31,31,31,31 33 | 31,31,31,31,31,31,31,31,31,31,31,31,31,127,351,543,767,959,1151,1375,1695,2015,2039,2029,2019,14304,34784,55264,65440,65248,65248,65216,65216,65216,65184,65184,65152,65152,65120,65120,65216,65312,65408,65504,57312,45024,32736,22496,10208,2016,2027,2037,2047,1727,1375,1055,735,383,63,31,31,31,31,31,31,31,31,31,31,31 34 | 31,31,31,31,31,31,31,31,31,31,31,31,31,95,287,511,703,927,1119,1311,1631,1919,2042,2032,2023,6112,24544,45024,65504,65376,65344,65344,65312,65312,65312,65280,65280,65280,65248,65248,65344,65440,63456,53216,40928,30688,18400,8160,2018,2024,2033,2042,1919,1599,1311,991,703,383,95,31,31,31,31,31,31,31,31,31,31,31 35 | 31,31,31,31,31,31,31,31,31,31,31,31,31,63,255,479,671,863,1087,1279,1567,1855,2044,2035,2026,2017,16352,34784,53216,65472,65440,65440,65440,65440,65408,65408,65408,65376,65376,65376,65472,59360,49120,36832,26592,14304,4064,2020,2025,2031,2039,2047,1759,1503,1215,959,671,415,127,31,31,31,31,31,31,31,31,31,31,31 36 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,223,415,639,831,1023,1247,1535,1791,2047,2038,2030,2021,8160,24544,42976,61408,61408,61408,63456,63456,63456,63456,65504,65504,65504,65504,55264,45024,32736,22496,12256,2016,2021,2027,2032,2038,2045,1887,1631,1375,1151,895,639,415,159,31,31,31,31,31,31,31,31,31,31,31 37 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,191,383,575,799,991,1215,1471,1727,1983,2041,2033,2025,2017,14304,32736,49120,49120,49120,49120,49120,49120,51168,51168,51168,51168,51168,40928,28640,18400,8160,2018,2023,2029,2034,2039,2045,1919,1695,1503,1279,1055,831,639,415,191,31,31,31,31,31,31,31,31,31,31,31 38 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,351,543,767,959,1151,1407,1663,1919,2044,2037,2029,2021,6112,20448,36832,36832,36832,36832,36832,36832,36832,36832,36832,34784,34784,24544,14304,2016,2020,2025,2030,2036,2041,2046,1919,1727,1535,1343,1151,991,799,607,415,223,31,31,31,31,31,31,31,31,31,31,31 39 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,287,511,703,927,1119,1343,1599,1823,2047,2040,2033,2026,2018,10208,24544,24544,24544,24544,22496,22496,22496,22496,20448,20448,20448,8160,2017,2022,2027,2032,2038,2043,2015,1855,1695,1535,1375,1215,1055,895,735,575,415,255,95,31,31,31,31,31,31,31,31,31,31 40 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,255,479,671,863,1087,1311,1503,1727,1951,2044,2037,2030,2023,2016,14304,12256,12256,10208,10208,8160,8160,6112,6112,6112,4064,2019,2024,2029,2035,2040,2045,1951,1791,1631,1471,1343,1215,1087,959,799,671,543,415,287,159,31,31,31,31,31,31,31,31,31,31 41 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,223,415,639,831,1023,1247,1439,1663,1855,2047,2041,2034,2028,2022,2016,2016,2016,2017,2018,2018,2019,2020,2020,2021,2022,2027,2032,2037,2042,2047,1887,1727,1567,1407,1247,1151,1023,927,831,735,639,511,415,319,223,63,31,31,31,31,31,31,31,31,31 42 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,255,479,671,895,1087,1311,1503,1727,1919,2045,2038,2032,2025,2019,8160,8160,6112,6112,4064,4064,2016,2016,2016,2016,2016,2021,2026,2030,2035,2039,2044,2015,1887,1727,1599,1471,1343,1183,1055,927,799,671,543,415,287,127,31,31,31,31,31,31,31,31,31 43 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,319,511,735,959,1151,1375,1599,1791,2015,2042,2035,2029,2022,2016,14304,14304,14304,12256,12256,12256,12256,10208,10208,10208,10208,2016,2019,2023,2027,2031,2035,2039,2043,2047,1951,1791,1631,1471,1311,1151,991,831,671,511,351,191,31,31,31,31,31,31,31,31,31 44 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,351,575,799,991,1215,1439,1663,1887,2046,2040,2033,2026,2019,8160,20448,20448,20448,20448,20448,20448,20448,20448,20448,20448,20448,12256,6112,2016,2020,2023,2027,2030,2033,2037,2040,2046,1919,1727,1535,1343,1151,959,767,607,415,223,63,31,31,31,31,31,31,31,31 45 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,191,415,607,831,1055,1279,1503,1727,1951,2044,2037,2030,2023,2016,14304,28640,28640,28640,28640,28640,28640,28640,28640,30688,30688,30688,24544,18400,12256,8160,2016,2018,2021,2024,2026,2029,2036,2043,1983,1759,1535,1343,1119,895,671,479,287,127,31,31,31,31,31,31,31,31 46 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,223,447,671,895,1119,1343,1567,1791,2015,2041,2034,2027,2020,6112,20448,34784,34784,34784,36832,36832,36832,38880,38880,38880,40928,40928,36832,32736,26592,22496,18400,14304,8160,4064,2016,2018,2026,2034,2041,2015,1759,1503,1279,1023,767,511,351,159,31,31,31,31,31,31,31,31 47 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,255,479,703,959,1183,1407,1631,1855,2046,2039,2032,2025,2018,12256,26592,40928,40928,42976,45024,45024,47072,47072,49120,49120,51168,51168,47072,45024,40928,36832,34784,30688,26592,24544,20448,16352,2016,2025,2033,2042,1951,1695,1407,1151,863,575,383,191,31,31,31,31,31,31,31,31 48 | 31,31,31,31,31,31,31,31,31,31,31,31,31,63,287,543,767,991,1247,1471,1695,1919,2044,2037,2029,2022,2016,18400,32736,47072,49120,51168,51168,53216,55264,55264,57312,59360,61408,61408,59360,57312,55264,53216,51168,49120,47072,45024,40928,38880,20448,2016,2025,2035,2044,1855,1567,1247,959,639,447,255,63,31,31,31,31,31,31,31 49 | 31,31,31,31,31,31,31,31,31,31,31,31,31,95,351,575,831,1055,1279,1535,1759,2015,2042,2034,2027,2019,8160,24544,38880,53216,55264,57312,59360,61408,63456,65504,65504,65504,65472,65472,65472,65472,65472,65504,65504,65504,65504,63456,63456,61408,40928,18400,2017,2027,2038,2047,1695,1375,1055,703,511,287,95,31,31,31,31,31,31,31 50 | 31,31,31,31,31,31,31,31,31,31,31,31,31,127,383,639,863,1119,1343,1599,1823,2047,2039,2032,2024,2017,14304,28640,45024,61408,63456,65504,65504,65472,65472,65440,65440,65408,65376,65376,65376,65376,65376,65376,65376,65376,65376,65376,65376,65376,61408,38880,14304,2020,2031,2042,1855,1503,1119,767,543,351,127,31,31,31,31,31,31,31 51 | 31,31,31,31,31,31,31,31,31,31,31,31,31,191,415,671,927,1151,1407,1663,1887,2045,2037,2029,2022,4064,20448,34784,51168,65504,65472,65472,65440,65408,65408,65376,65344,65344,65312,65280,65280,65248,65248,65248,65216,65216,65216,65184,65184,65184,65376,57312,32736,6112,2025,2037,2015,1599,1215,831,607,383,159,31,31,31,31,31,31,31 52 | 31,31,31,31,31,31,31,31,31,31,31,31,31,191,447,703,959,1215,1471,1727,1951,2042,2034,2027,2019,10208,26592,42976,59360,65440,65408,65408,65376,65376,65344,65312,65312,65280,65280,65248,65248,65248,65216,65216,65216,65216,65184,65184,65184,65184,65376,57312,32736,8160,2024,2036,2015,1631,1247,863,639,415,191,31,31,31,31,31,31,31 53 | 31,31,31,31,31,31,31,31,31,31,31,31,31,223,479,735,991,1247,1503,1759,2047,2040,2032,2024,2016,16352,32736,49120,65504,65376,65344,65344,65312,65312,65280,65280,65280,65248,65248,65216,65216,65216,65216,65216,65184,65184,65184,65184,65184,65184,65376,57312,32736,8160,2024,2035,2047,1663,1311,927,703,479,255,31,31,31,31,31,31,31 54 | 31,31,31,31,31,31,31,31,31,31,31,31,31,255,511,767,1055,1311,1567,1823,2046,2038,2029,2021,6112,22496,40928,57312,65440,65312,65280,65280,65280,65248,65248,65248,65216,65216,65184,65184,65184,65184,65184,65184,65184,65184,65184,65184,65184,65184,65376,57312,34784,10208,2023,2035,2046,1695,1343,959,735,511,287,63,31,31,31,31,31,31 55 | 31,31,31,31,31,31,31,31,31,31,31,31,31,287,543,831,1087,1343,1631,1887,2044,2035,2027,2019,12256,28640,47072,63456,65376,65248,65216,65216,65216,65216,65184,65184,65184,65184,65152,65152,65152,65152,65152,65152,65152,65152,65184,65184,65184,65184,65376,59360,34784,10208,2022,2034,2046,1727,1375,991,767,543,319,95,31,31,31,31,31,31 56 | 31,31,31,31,31,31,31,31,31,31,31,31,31,287,575,863,1119,1407,1695,1951,2042,2033,2024,2016,18400,34784,53216,65472,65312,65184,65184,65152,65152,65152,65152,65152,65152,65120,65120,65120,65120,65120,65152,65152,65152,65152,65152,65152,65184,65184,65376,59360,34784,12256,2022,2033,2045,1759,1407,1023,799,575,351,127,31,31,31,31,31,31 57 | 31,31,31,31,31,31,31,31,31,31,31,31,31,319,607,895,1183,1471,1727,2015,2040,2031,2022,6112,24544,40928,59360,65408,65248,65120,65120,65120,65088,65088,65088,65088,65088,65088,65088,65088,65088,65120,65120,65120,65120,65152,65152,65152,65152,65184,65376,59360,36832,12256,2021,2032,2044,1823,1439,1087,863,639,415,191,31,31,31,31,31,31 58 | 31,31,31,31,31,31,31,31,31,31,31,31,63,351,639,927,1215,1503,1791,2047,2038,2029,2019,12256,30688,49120,65504,65344,65184,65056,65056,65056,65056,65056,65056,65056,65056,65056,65056,65056,65056,65088,65088,65088,65120,65120,65152,65152,65152,65184,65376,59360,36832,14304,2020,2032,2043,1855,1471,1119,895,671,447,223,31,31,31,31,31,31 59 | 31,31,31,31,31,31,31,31,31,31,31,31,95,383,671,959,1247,1567,1855,2045,2035,2026,2017,16352,34784,55264,65440,65280,65120,64992,64992,64992,64992,64992,64992,64992,64992,65024,65024,65024,65024,65056,65056,65088,65088,65120,65120,65152,65152,65184,65376,61408,38880,14304,2020,2031,2042,1887,1503,1151,927,703,479,255,31,31,31,31,31,31 60 | 31,31,31,31,31,31,31,31,31,31,31,31,95,415,703,991,1311,1599,1919,2043,2033,2024,2016,22496,40928,61408,65408,65248,65088,64896,64928,64928,64928,64928,64960,64960,64960,64960,64992,64992,64992,65024,65056,65056,65088,65088,65120,65152,65152,65184,65376,61408,38880,16352,2019,2030,2041,1919,1567,1215,991,767,511,287,63,31,31,31,31,31 61 | 31,31,31,31,31,31,31,31,31,31,31,31,127,415,735,1023,1343,1663,1951,2041,2031,2022,8160,28640,47072,65504,65344,65184,65024,64832,64864,64864,64864,64896,64896,64896,64928,64928,64928,64960,64992,64992,65024,65056,65056,65088,65120,65120,65152,65184,65376,61408,38880,16352,2018,2029,2040,1951,1599,1247,1023,799,575,351,127,31,31,31,31,31 62 | 31,31,31,31,31,31,31,31,31,31,31,31,95,415,703,991,1311,1599,1919,2043,2033,2024,4064,22496,42976,61408,65376,65216,65056,64896,64896,64896,64928,64928,64928,64960,64960,64960,64992,64992,65024,65024,65056,65088,65120,65120,65152,65184,65216,65216,65408,57312,34784,14304,2020,2031,2041,1919,1567,1247,1023,799,575,351,127,31,31,31,31,31 63 | 31,31,31,31,31,31,31,31,31,31,31,31,95,383,671,959,1247,1567,1855,2045,2035,2026,2016,18400,38880,57312,65408,65248,65088,64928,64928,64960,64960,64960,64992,64992,64992,64992,65024,65024,65056,65088,65088,65120,65152,65184,65216,65216,65248,65280,65472,51168,30688,10208,2022,2032,2042,1887,1567,1247,1023,799,607,383,159,31,31,31,31,31 64 | 31,31,31,31,31,31,31,31,31,31,31,31,63,351,639,927,1215,1503,1791,2047,2037,2028,2018,14304,32736,53216,65472,65312,65152,64992,64992,64992,64992,64992,65024,65024,65024,65024,65056,65056,65088,65120,65152,65184,65184,65216,65248,65280,65312,65344,65504,47072,26592,6112,2023,2033,2043,1887,1567,1247,1023,831,607,383,191,31,31,31,31,31 65 | 31,31,31,31,31,31,31,31,31,31,31,31,31,319,607,895,1183,1471,1727,2015,2039,2030,2020,10208,28640,49120,65504,65344,65184,65024,65024,65024,65056,65056,65056,65056,65056,65088,65088,65088,65120,65152,65184,65216,65248,65280,65312,65344,65376,65408,61408,40928,20448,2016,2025,2034,2044,1855,1535,1247,1023,831,607,415,191,31,31,31,31,31 66 | 31,31,31,31,31,31,31,31,31,31,31,31,31,287,575,863,1119,1407,1695,1951,2041,2032,2023,6112,24544,42976,63456,65376,65216,65056,65056,65088,65088,65088,65088,65088,65088,65120,65120,65120,65152,65184,65216,65248,65280,65312,65344,65376,65408,65440,55264,34784,16352,2017,2026,2036,2045,1823,1535,1247,1023,831,639,415,223,31,31,31,31,31 67 | 31,31,31,31,31,31,31,31,31,31,31,31,31,287,543,831,1087,1343,1631,1887,2043,2034,2025,2016,20448,38880,57312,65440,65280,65120,65120,65120,65120,65120,65120,65120,65152,65152,65152,65152,65184,65216,65248,65280,65344,65376,65408,65440,65472,65504,49120,30688,12256,2019,2028,2037,2046,1823,1535,1247,1055,831,639,447,255,31,31,31,31,31 68 | 31,31,31,31,31,31,31,31,31,31,31,31,31,255,511,767,1055,1311,1567,1823,2045,2036,2027,2018,16352,34784,53216,65472,65312,65152,65152,65152,65152,65152,65184,65184,65184,65184,65184,65184,65216,65248,65312,65344,65376,65408,65440,65472,65504,61408,42976,24544,8160,2021,2030,2038,2047,1791,1535,1247,1055,863,639,447,255,63,31,31,31,31 69 | 31,31,31,31,31,31,31,31,31,31,31,31,31,223,479,735,991,1247,1503,1759,2047,2038,2029,2020,10208,28640,47072,65504,65344,65184,65184,65216,65216,65216,65216,65216,65216,65216,65216,65216,65248,65312,65344,65376,65408,65472,65504,63456,59360,53216,36832,20448,2016,2023,2031,2040,2047,1759,1503,1247,1055,863,671,479,287,95,31,31,31,31 70 | 31,31,31,31,31,31,31,31,31,31,31,31,31,191,447,703,959,1215,1471,1727,2015,2040,2031,2022,6112,24544,42976,61408,65408,65248,65248,65248,65248,65248,65248,65248,65248,65248,65248,65248,65280,65344,65376,65408,65472,65504,61408,57312,53216,47072,30688,14304,2017,2025,2033,2041,2015,1759,1503,1247,1055,863,671,479,287,127,31,31,31,31 71 | 72 | -------------------------------------------------------------------------------- /capture_examples/IMAGE_35.TXT: -------------------------------------------------------------------------------- 1 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 2 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 3 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 4 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 5 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 6 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 7 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 8 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,223,223,223,191,191,191,191,191,191,191,191,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 9 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,255,415,415,415,415,447,447,447,447,447,447,447,319,223,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 10 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,319,447,607,639,639,639,671,671,703,703,703,735,735,607,447,319,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 11 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,191,351,511,671,831,831,863,863,895,927,927,959,991,991,1023,863,703,543,383,223,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 12 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,319,511,671,831,991,1183,1183,1183,1215,1215,1215,1215,1247,1247,1247,1247,1087,927,735,575,383,223,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 13 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,287,447,639,831,991,1183,1343,1535,1535,1535,1535,1535,1503,1503,1503,1503,1503,1503,1311,1119,959,767,575,383,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 14 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,191,383,575,767,959,1151,1343,1503,1695,1887,1887,1855,1855,1823,1823,1791,1791,1759,1759,1727,1535,1343,1151,959,767,575,351,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 15 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,255,447,671,863,1055,1247,1471,1663,1855,2047,2041,2042,2043,2044,2045,2045,2046,2047,2047,2015,1983,1759,1567,1343,1151,927,735,511,319,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 16 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,191,351,511,735,927,1151,1343,1567,1791,1983,2043,2036,2030,2031,2032,2033,2035,2036,2037,2038,2040,2041,2042,1983,1791,1567,1343,1119,895,671,447,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 17 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,191,383,575,767,991,1215,1439,1663,1887,2046,2039,2032,2025,2018,2020,2022,2023,2025,2027,2028,2030,2031,2033,2035,2042,1983,1759,1535,1311,1055,831,607,383,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 18 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,383,607,799,1023,1279,1503,1727,1951,2043,2036,2029,2022,4064,18400,14304,10208,6112,2016,2017,2019,2021,2023,2025,2027,2035,2042,1951,1727,1471,1247,991,735,511,255,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 19 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,319,543,799,1055,1311,1535,1791,2015,2041,2033,2026,2018,10208,26592,40928,36832,30688,26592,22496,16352,12256,6112,2016,2017,2020,2028,2036,2044,1919,1663,1407,1151,895,639,383,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 20 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,191,447,735,1023,1279,1567,1823,2047,2039,2032,2024,2016,16352,32736,49120,63456,59360,53216,47072,40928,36832,30688,24544,18400,14304,8160,2021,2029,2037,2046,1823,1567,1311,1023,767,511,255,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 21 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,319,607,927,1215,1503,1823,2047,2038,2030,2022,4064,20448,36832,53216,65472,65344,65376,65440,65504,61408,55264,49120,42976,36832,28640,22496,6112,2022,2031,2040,2015,1727,1471,1183,895,607,383,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 22 | 31,31,31,31,31,31,31,31,31,31,31,31,31,63,351,639,927,1215,1503,1791,2047,2040,2032,2025,2017,12256,28640,45024,59360,65440,65472,63456,57312,51168,45024,38880,32736,26592,22496,16352,2017,2025,2033,2041,1983,1727,1471,1215,959,703,447,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 23 | 31,31,31,31,31,31,31,31,31,31,31,31,31,95,383,671,927,1215,1503,1791,2015,2042,2035,2027,2020,6112,20448,34784,49120,63456,59360,53216,47072,40928,36832,30688,24544,18400,14304,8160,2020,2027,2035,2042,1983,1727,1503,1247,1023,767,543,287,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 24 | 31,31,31,31,31,31,31,31,31,31,31,31,31,127,415,671,959,1215,1503,1759,1983,2043,2037,2030,2023,2017,12256,24544,38880,53216,47072,42976,36832,30688,26592,20448,16352,10208,6112,2016,2023,2030,2037,2043,1951,1727,1503,1311,1087,863,607,351,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 25 | 31,31,31,31,31,31,31,31,31,31,31,31,31,191,447,703,959,1215,1471,1727,1919,2045,2039,2033,2027,2020,4064,16352,28640,40928,36832,30688,26592,22496,16352,12256,6112,2016,2017,2020,2026,2032,2038,2045,1951,1727,1535,1343,1151,927,703,447,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 26 | 31,31,31,31,31,31,31,31,31,31,31,31,31,223,479,703,959,1215,1471,1727,1887,2047,2041,2035,2030,2024,2018,6112,18400,28640,24544,20448,16352,12256,6112,2016,2017,2019,2021,2023,2029,2035,2040,2046,1919,1727,1567,1375,1183,1023,767,511,255,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 27 | 31,31,31,31,31,31,31,31,31,31,31,31,31,255,511,735,991,1215,1471,1695,1855,2015,2043,2038,2033,2028,2023,2017,8160,18400,14304,10208,6112,2016,2017,2019,2021,2023,2025,2027,2032,2037,2042,2047,1887,1727,1567,1407,1247,1087,831,607,351,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 28 | 31,31,31,31,31,31,31,31,31,31,31,31,63,287,511,767,991,1215,1439,1663,1823,1983,2045,2041,2036,2031,2027,2022,2017,6112,2016,2016,2018,2020,2022,2024,2026,2027,2029,2031,2035,2040,2044,2015,1887,1727,1599,1471,1311,1183,927,671,415,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 29 | 31,31,31,31,31,31,31,31,31,31,31,31,127,351,543,767,991,1215,1439,1663,1791,1919,2047,2043,2039,2035,2031,2027,2023,2018,2020,2022,2023,2025,2027,2028,2030,2031,2033,2035,2038,2042,2046,1983,1855,1727,1631,1503,1375,1247,991,735,479,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 30 | 31,31,31,31,31,31,31,31,31,31,31,31,159,383,575,799,991,1215,1439,1631,1759,1855,1983,2046,2042,2039,2035,2031,2028,2024,2026,2027,2028,2030,2031,2033,2034,2036,2037,2038,2042,2045,2047,1951,1823,1727,1631,1535,1439,1343,1087,831,575,319,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 31 | 31,31,31,31,31,31,31,31,31,31,31,31,223,415,607,831,1023,1215,1407,1631,1727,1823,1919,2015,2045,2042,2039,2036,2033,2030,2031,2032,2033,2035,2036,2037,2038,2040,2041,2042,2045,2047,1983,1887,1823,1727,1663,1567,1503,1407,1151,895,639,383,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 32 | 31,31,31,31,31,31,31,31,31,31,31,31,223,447,639,863,1087,1279,1503,1727,1823,1919,2047,2044,2041,2038,2034,2031,2027,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2037,2039,2041,2044,2046,2015,1919,1855,1791,1695,1407,1151,863,575,319,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 33 | 31,31,31,31,31,31,31,31,31,31,31,31,223,447,671,895,1119,1375,1599,1823,1919,2047,2044,2040,2037,2033,2029,2026,2022,2018,2019,2020,2021,2021,2022,2023,2024,2024,2025,2026,2028,2031,2033,2035,2038,2040,2043,2045,2047,1983,1695,1375,1087,799,511,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31 34 | 31,31,31,31,31,31,31,31,31,31,31,31,223,479,703,959,1183,1439,1663,1919,2047,2044,2040,2036,2032,2028,2024,2021,2017,6112,6112,4064,4064,2016,2016,2016,2016,2017,2017,2018,2020,2022,2025,2027,2029,2032,2034,2036,2039,2041,1951,1631,1311,991,671,383,63,31,31,31,31,31,31,31,31,31,31,31,31,31 35 | 31,31,31,31,31,31,31,31,31,31,31,31,223,479,735,991,1247,1503,1759,2015,2044,2040,2036,2032,2028,2024,2020,2016,10208,18400,18400,16352,16352,16352,16352,14304,14304,14304,14304,12256,8160,4064,2016,2019,2021,2023,2025,2028,2030,2032,2043,1887,1535,1215,863,543,223,31,31,31,31,31,31,31,31,31,31,31,31,31 36 | 31,31,31,31,31,31,31,31,31,31,31,31,223,511,767,1023,1311,1567,1855,2045,2041,2037,2032,2028,2023,2019,2016,12256,20448,28640,28640,28640,28640,28640,28640,28640,28640,28640,28640,28640,24544,20448,16352,12256,6112,2016,2017,2019,2021,2023,2034,2045,1759,1407,1055,703,351,31,31,31,31,31,31,31,31,31,31,31,31,31 37 | 31,31,31,31,31,31,31,31,31,31,31,31,223,511,799,1087,1375,1663,1919,2042,2038,2033,2028,2024,2019,4064,12256,22496,30688,40928,40928,42976,42976,42976,42976,45024,45024,45024,45024,47072,40928,36832,32736,28640,24544,20448,16352,12256,6112,2016,2026,2038,1983,1631,1247,895,511,159,31,31,31,31,31,31,31,31,31,31,31,31 38 | 31,31,31,31,31,31,31,31,31,31,31,31,223,543,831,1119,1439,1727,2015,2039,2034,2029,2024,2020,2016,12256,22496,32736,42976,53216,53216,55264,55264,57312,57312,59360,59360,61408,61408,63456,59360,55264,51168,45024,40928,36832,32736,28640,24544,20448,2018,2030,2042,1823,1439,1055,671,287,31,31,31,31,31,31,31,31,31,31,31,31 39 | 31,31,31,31,31,31,31,31,31,31,31,31,223,543,863,1183,1471,1791,2046,2036,2031,2026,2021,2016,12256,22496,32736,42976,53216,63456,65504,65504,65504,65472,65472,65440,65440,65440,65408,65408,65440,65472,65504,63456,59360,55264,51168,47072,42976,38880,12256,2022,2035,2047,1631,1247,831,415,31,31,31,31,31,31,31,31,31,31,31,31 40 | 31,31,31,31,31,31,31,31,31,31,31,31,223,575,895,1215,1535,1855,2043,2033,2027,2022,2017,10208,20448,30688,42976,53216,65504,65440,65408,65408,65376,65376,65344,65344,65312,65280,65280,65248,65280,65312,65376,65408,65440,65472,65504,63456,61408,57312,28640,2016,2028,2041,1823,1407,991,575,127,31,31,31,31,31,31,31,31,31,31,31 41 | 31,31,31,31,31,31,31,31,31,31,31,31,223,575,927,1247,1599,1951,2040,2030,2024,2018,6112,18400,28640,40928,53216,63456,65440,65344,65312,65280,65280,65248,65216,65216,65184,65152,65152,65120,65152,65184,65216,65248,65280,65312,65344,65376,65408,65440,47072,18400,2021,2035,2015,1567,1151,703,255,31,31,31,31,31,31,31,31,31,31,31 42 | 31,31,31,31,31,31,31,31,31,31,31,31,255,575,927,1279,1599,1951,2040,2029,2023,2017,10208,20448,32736,45024,57312,65472,65376,65280,65248,65248,65216,65216,65184,65184,65152,65120,65120,65088,65120,65152,65184,65216,65248,65280,65312,65344,65376,65408,51168,22496,2019,2032,2046,1663,1215,799,351,31,31,31,31,31,31,31,31,31,31,31 43 | 31,31,31,31,31,31,31,31,31,31,31,31,255,607,927,1279,1631,1983,2039,2028,2022,2016,12256,24544,36832,49120,61408,65440,65344,65216,65216,65184,65184,65152,65152,65152,65120,65120,65088,65088,65120,65152,65152,65184,65216,65248,65280,65312,65344,65376,55264,26592,2016,2030,2043,1759,1311,895,447,31,31,31,31,31,31,31,31,31,31,31 44 | 31,31,31,31,31,31,31,31,31,31,31,31,255,607,959,1279,1631,1983,2039,2028,2021,2016,14304,28640,40928,53216,65504,65408,65280,65184,65152,65152,65152,65120,65120,65088,65088,65088,65056,65056,65088,65120,65152,65184,65216,65216,65248,65280,65312,65344,59360,30688,4064,2028,2041,1823,1407,959,543,127,31,31,31,31,31,31,31,31,31,31 45 | 31,31,31,31,31,31,31,31,31,31,31,31,255,607,959,1311,1663,2015,2038,2027,2021,4064,18400,30688,45024,59360,65472,65344,65248,65120,65120,65088,65088,65088,65088,65056,65056,65056,65056,65024,65056,65088,65120,65152,65184,65216,65216,65248,65280,65312,63456,34784,8160,2025,2038,1919,1503,1055,639,223,95,31,31,31,31,31,31,31,31,31 46 | 31,31,31,31,31,31,31,31,31,31,31,31,255,607,959,1311,1663,2015,2038,2027,2020,6112,20448,34784,49120,63456,65408,65312,65184,65056,65056,65056,65056,65056,65024,65024,65024,65024,65024,65024,65024,65056,65088,65120,65152,65184,65216,65216,65248,65280,65504,38880,12256,2023,2036,1983,1567,1151,735,319,191,31,31,31,31,31,31,31,31,31 47 | 31,31,31,31,31,31,31,31,31,31,31,31,287,639,991,1343,1695,2047,2037,2026,2019,8160,22496,38880,53216,65504,65376,65248,65120,65024,65024,64992,64992,64992,64992,64992,64992,64992,64992,64992,65024,65056,65056,65088,65120,65152,65184,65184,65216,65248,65472,45024,18400,2020,2033,2047,1663,1247,831,415,255,127,31,31,31,31,31,31,31,31 48 | 31,31,31,31,31,31,31,31,31,31,31,31,287,639,991,1343,1695,2047,2036,2025,2018,10208,26592,40928,57312,65472,65344,65216,65088,64960,64960,64960,64960,64960,64960,64960,64960,64960,64960,64960,64992,65024,65056,65056,65088,65120,65152,65152,65184,65216,65440,49120,22496,2018,2031,2044,1759,1343,927,511,351,191,63,31,31,31,31,31,31,31 49 | 31,31,31,31,31,31,31,31,31,31,31,31,287,639,991,1343,1695,2047,2036,2025,2017,14304,28640,45024,59360,65440,65312,65152,65024,64896,64896,64928,64928,64928,64928,64928,64928,64928,64928,64960,64960,64992,65024,65056,65056,65088,65120,65152,65152,65184,65408,53216,26592,2016,2028,2041,1855,1439,1023,607,447,287,127,31,31,31,31,31,31,31 50 | 31,31,31,31,31,31,31,31,31,31,31,31,287,639,991,1375,1727,2047,2035,2024,2016,16352,32736,47072,63456,65408,65248,65120,64992,64864,64864,64864,64864,64896,64896,64896,64896,64896,64928,64928,64960,64960,64992,65024,65024,65056,65088,65120,65120,65152,65376,57312,30688,6112,2026,2039,1919,1535,1119,703,543,383,191,31,31,31,31,31,31,31 51 | 31,31,31,31,31,31,31,31,31,31,31,31,287,671,1023,1375,1727,2046,2035,2023,2016,18400,34784,51168,65504,65344,65216,65088,64928,64800,64800,64832,64832,64832,64864,64864,64864,64896,64896,64896,64928,64960,64960,64992,65024,65024,65056,65088,65088,65120,65344,61408,36832,10208,2023,2036,2015,1631,1215,831,639,447,287,95,31,31,31,31,31,31 52 | 31,31,31,31,31,31,31,31,31,31,31,31,255,607,959,1279,1631,1983,2039,2028,2020,8160,24544,42976,59360,65440,65280,65152,64992,64864,64864,64896,64896,64896,64928,64928,64928,64960,64960,64992,64992,65024,65056,65088,65088,65120,65152,65184,65184,65216,65440,51168,26592,2016,2028,2040,1919,1503,1119,735,575,383,223,31,31,31,31,31,31,31 53 | 31,31,31,31,31,31,31,31,31,31,31,31,223,543,863,1215,1535,1855,2044,2033,2025,2017,16352,32736,49120,65504,65344,65216,65056,64928,64928,64960,64960,64992,64992,64992,65024,65024,65056,65056,65088,65120,65120,65152,65184,65216,65248,65248,65280,65312,65504,40928,16352,2020,2032,2043,1791,1407,1023,671,479,319,159,31,31,31,31,31,31,31 54 | 31,31,31,31,31,31,31,31,31,31,31,31,191,511,799,1119,1407,1727,2047,2038,2030,2021,6112,24544,40928,59360,65440,65280,65152,64992,64992,65024,65024,65056,65056,65088,65088,65088,65120,65120,65152,65184,65216,65248,65280,65312,65312,65344,65376,65408,55264,30688,6112,2024,2036,2047,1695,1311,959,575,415,255,95,31,31,31,31,31,31,31 55 | 31,31,31,31,31,31,31,31,31,31,31,31,159,447,735,1023,1311,1599,1887,2043,2035,2026,2018,14304,32736,49120,65504,65344,65216,65056,65056,65088,65088,65120,65120,65152,65152,65184,65184,65216,65248,65280,65312,65312,65344,65376,65408,65440,65472,65504,42976,20448,2017,2028,2040,1951,1567,1215,863,511,351,191,31,31,31,31,31,31,31,31 56 | 31,31,31,31,31,31,31,31,31,31,31,31,127,383,671,927,1215,1471,1759,2015,2040,2031,2022,6112,22496,40928,59360,65408,65280,65120,65120,65152,65184,65184,65216,65216,65248,65248,65280,65280,65312,65344,65376,65408,65440,65472,65504,63456,59360,55264,32736,10208,2022,2033,2044,1823,1471,1119,767,415,255,127,31,31,31,31,31,31,31,31 57 | 31,31,31,31,31,31,31,31,31,31,31,31,95,351,607,863,1087,1343,1599,1855,2045,2036,2027,2018,14304,32736,51168,65504,65344,65184,65216,65216,65248,65248,65280,65280,65312,65312,65344,65344,65376,65440,65472,65504,63456,59360,55264,51168,47072,42976,22496,2016,2027,2037,2047,1695,1343,1023,671,351,191,63,31,31,31,31,31,31,31,31 58 | 31,31,31,31,31,31,31,31,31,31,31,31,63,287,511,767,991,1215,1471,1695,1983,2040,2031,2022,6112,24544,42976,61408,65408,65248,65280,65280,65312,65312,65344,65344,65376,65408,65408,65440,65472,65504,63456,57312,53216,49120,45024,40928,36832,32736,10208,2021,2031,2042,1919,1567,1247,927,575,255,127,31,31,31,31,31,31,31,31,31 59 | 31,31,31,31,31,31,31,31,31,31,31,31,31,255,447,671,895,1119,1311,1535,1823,2045,2036,2027,2018,14304,32736,53216,65472,65312,65344,65344,65376,65376,65408,65440,65440,65472,65504,65504,61408,57312,53216,49120,42976,38880,34784,30688,24544,20448,2016,2026,2036,2046,1791,1471,1151,831,511,191,31,31,31,31,31,31,31,31,31,31 60 | 31,31,31,31,31,31,31,31,31,31,31,31,31,191,383,575,767,991,1183,1375,1663,1983,2041,2031,2022,6112,24544,45024,63456,65376,65408,65408,65440,65472,65472,65504,65504,63456,59360,57312,53216,47072,42976,38880,32736,28640,24544,18400,14304,8160,2021,2031,2041,1951,1663,1343,1023,703,415,95,31,31,31,31,31,31,31,31,31,31 61 | 31,31,31,31,31,31,31,31,31,31,31,31,31,127,319,511,671,863,1023,1215,1503,1823,2045,2036,2027,2017,16352,36832,55264,65440,65472,65472,65504,63456,61408,59360,57312,53216,51168,49120,42976,38880,32736,28640,22496,18400,12256,8160,2016,2017,2027,2036,2045,1823,1503,1215,927,607,319,31,31,31,31,31,31,31,31,31,31,31 62 | 31,31,31,31,31,31,31,31,31,31,31,31,31,95,255,415,575,735,927,1087,1375,1695,2015,2039,2029,2019,12256,32736,53216,65440,65472,65472,65504,65504,65504,63456,61408,59360,57312,57312,51168,45024,40928,34784,30688,24544,20448,14304,8160,4064,2024,2033,2043,1887,1599,1279,991,671,383,63,31,31,31,31,31,31,31,31,31,31 63 | 31,31,31,31,31,31,31,31,31,31,31,31,31,63,191,351,479,639,799,927,1247,1599,1919,2042,2032,2021,10208,30688,51168,65472,65472,65472,65472,65504,65504,65504,65504,65504,65504,63456,59360,53216,47072,42976,36832,32736,26592,20448,16352,10208,2021,2030,2040,1983,1663,1375,1055,767,447,127,31,31,31,31,31,31,31,31,31,31 64 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,255,415,543,671,799,1119,1471,1791,2045,2034,2024,6112,26592,49120,65472,65472,65472,65472,65472,65472,65472,65472,65472,65472,65472,65504,61408,55264,49120,45024,38880,32736,28640,22496,16352,2018,2027,2037,2047,1759,1439,1119,831,511,191,95,31,31,31,31,31,31,31,31,31 65 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,191,319,415,543,671,991,1343,1695,2047,2037,2026,2016,24544,47072,65472,65472,65472,65472,65440,65440,65440,65440,65408,65408,65408,65440,65504,63456,57312,51168,45024,40928,34784,28640,22496,2016,2024,2034,2044,1823,1535,1215,895,575,255,159,63,31,31,31,31,31,31,31,31 66 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,223,319,415,511,863,1247,1599,1951,2039,2028,2017,22496,45024,65504,65472,65472,65440,65440,65408,65408,65376,65376,65344,65344,65376,65440,65472,63456,59360,53216,47072,40928,34784,28640,8160,2022,2032,2042,1919,1599,1279,959,639,319,223,127,31,31,31,31,31,31,31,31 67 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,223,287,383,735,1119,1503,1855,2042,2030,2018,18400,42976,65504,65472,65472,65440,65408,65376,65376,65344,65312,65280,65280,65312,65376,65408,65472,65504,59360,53216,47072,40928,36832,14304,2019,2029,2039,1983,1663,1343,1023,703,383,287,223,127,31,31,31,31,31,31,31 68 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,159,223,607,991,1375,1759,2044,2032,2020,16352,40928,65504,65472,65472,65440,65408,65376,65344,65312,65280,65248,65216,65248,65312,65344,65408,65472,65504,61408,55264,49120,42976,20448,2016,2026,2036,2047,1759,1407,1087,767,447,351,287,191,127,31,31,31,31,31,31 69 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,479,895,1279,1695,2047,2034,2022,14304,38880,63456,65504,65440,65408,65376,65344,65312,65248,65216,65184,65152,65184,65248,65312,65344,65408,65440,65504,61408,55264,49120,26592,6112,2023,2034,2044,1823,1503,1151,831,511,415,351,287,223,127,63,31,31,31,31 70 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,351,767,1183,1599,1983,2036,2024,10208,36832,63456,65504,65440,65408,65344,65312,65248,65216,65184,65120,65088,65120,65184,65248,65280,65344,65408,65440,65504,61408,55264,32736,12256,2021,2031,2042,1887,1567,1215,895,543,479,415,351,287,223,159,95,31,31,31 71 | 72 | -------------------------------------------------------------------------------- /capture_examples/IMAGE_36.TXT: -------------------------------------------------------------------------------- 1 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 2 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 3 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 4 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 5 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 6 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,159,255,351,447,511,351,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 7 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,159,287,383,479,607,703,799,927,735,543,351,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 8 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,223,351,447,575,703,831,927,1055,1183,1311,1087,895,703,479,287,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 9 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,351,479,607,735,895,1023,1151,1279,1407,1567,1695,1471,1247,1023,799,575,351,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 10 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,223,415,575,735,895,1023,1183,1343,1471,1631,1791,1919,2047,1823,1599,1343,1087,863,607,351,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 11 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,223,415,639,831,991,1151,1311,1503,1663,1823,1983,2045,2040,2034,2043,1951,1663,1407,1151,863,607,351,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 12 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,287,511,767,991,1215,1343,1471,1631,1759,1919,2047,2043,2039,2034,2030,2038,2046,1823,1567,1311,1055,799,543,287,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 13 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,351,575,831,1087,1311,1567,1695,1823,1919,2047,2044,2040,2037,2033,2029,2025,2033,2041,1983,1727,1503,1247,991,735,479,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 14 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,351,607,863,1151,1407,1663,1951,2047,2045,2042,2039,2036,2033,2030,2027,2024,2021,2029,2036,2044,1919,1663,1407,1183,927,671,415,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 15 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,287,575,863,1151,1439,1727,2015,2040,2037,2035,2033,2030,2028,2026,2023,2021,2019,2016,2024,2032,2039,2047,1823,1599,1343,1119,863,639,415,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 16 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,223,511,831,1151,1439,1759,2047,2038,2028,2026,2025,2023,2022,2020,2018,2017,2016,4064,8160,2019,2027,2034,2041,2015,1759,1535,1311,1055,831,607,351,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 17 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,415,767,1087,1407,1727,2047,2037,2027,2016,2016,2016,4064,6112,8160,10208,12256,14304,16352,16352,2016,2022,2029,2036,2043,1951,1727,1503,1279,1023,799,543,287,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 18 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,287,639,991,1311,1663,2015,2038,2027,2016,22496,22496,22496,24544,24544,24544,24544,24544,26592,26592,26592,12256,2017,2024,2031,2038,2045,1919,1695,1471,1247,991,703,447,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 19 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,479,831,1215,1567,1951,2040,2028,2016,22496,47072,45024,45024,42976,40928,40928,38880,38880,36832,36832,34784,22496,8160,2019,2026,2032,2039,2046,1887,1663,1439,1183,895,607,319,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 20 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,255,639,1023,1439,1823,2043,2031,2018,20448,45024,65472,65504,65504,61408,59360,57312,55264,53216,49120,47072,45024,30688,18400,4064,2020,2027,2034,2040,2047,1855,1663,1375,1055,767,479,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 21 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,255,415,831,1247,1663,2047,2034,2022,14304,40928,65504,65280,65312,65344,65376,65408,65440,65472,65504,61408,57312,53216,40928,28640,14304,2016,2022,2028,2034,2041,2047,1855,1535,1247,927,639,319,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 22 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,319,511,895,1279,1663,2015,2036,2024,6112,30688,55264,65408,65408,65440,65472,65504,65504,63456,59360,57312,55264,51168,38880,26592,14304,2016,2022,2028,2034,2040,2046,1887,1599,1311,1023,703,415,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31 23 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,191,383,575,927,1279,1631,1983,2038,2027,2016,22496,45024,65504,65504,63456,61408,59360,57312,55264,55264,53216,51168,49120,36832,24544,12256,2016,2022,2027,2033,2039,2045,1951,1663,1375,1087,799,511,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31 24 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,287,479,671,991,1311,1631,1951,2040,2030,2020,12256,32736,53216,53216,53216,51168,51168,49120,49120,49120,47072,47072,47072,34784,22496,12256,2016,2022,2027,2033,2038,2044,1983,1695,1439,1151,863,607,319,31,31,31,31,31,31,31,31,31,31,31,31,31,31 25 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,351,543,767,1055,1343,1631,1919,2042,2033,2024,4064,22496,40928,40928,40928,40928,40928,42976,42976,42976,42976,42976,42976,32736,22496,10208,2016,2022,2027,2032,2038,2043,2015,1759,1503,1215,959,703,415,159,31,31,31,31,31,31,31,31,31,31,31,31,31 26 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,223,415,639,831,1087,1375,1631,1887,2044,2036,2027,2019,10208,28640,28640,30688,32736,32736,34784,34784,36832,38880,38880,40928,30688,20448,10208,2016,2022,2027,2032,2037,2042,2047,1791,1535,1279,1023,767,511,255,31,31,31,31,31,31,31,31,31,31,31,31,31 27 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,287,511,703,927,1151,1375,1631,1855,2046,2038,2031,2024,2016,14304,16352,18400,22496,24544,26592,28640,30688,32736,36832,38880,28640,18400,8160,2017,2022,2026,2031,2036,2041,2046,1855,1599,1375,1119,863,639,383,127,31,31,31,31,31,31,31,31,31,31,31,31 28 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,351,575,799,991,1215,1407,1631,1823,2047,2041,2035,2028,2022,2016,4064,8160,12256,14304,18400,22496,24544,28640,32736,34784,26592,16352,8160,2017,2022,2026,2031,2035,2040,2045,1919,1663,1439,1215,959,735,511,255,31,31,31,31,31,31,31,31,31,31,31,31 29 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,223,415,639,863,1087,1247,1439,1631,1791,1983,2044,2038,2033,2027,2022,2019,2017,2016,6112,10208,14304,20448,24544,28640,32736,24544,14304,6112,2017,2022,2026,2030,2035,2039,2043,1951,1727,1503,1279,1055,831,607,383,159,31,31,31,31,31,31,31,31,31,31,31 30 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,287,511,703,927,1151,1311,1471,1631,1759,1919,2047,2042,2037,2033,2028,2025,2023,2020,2017,2016,8160,14304,18400,24544,30688,22496,14304,6112,2018,2022,2026,2030,2034,2038,2042,2015,1791,1567,1375,1151,927,735,511,287,63,31,31,31,31,31,31,31,31,31,31 31 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,351,575,799,1023,1247,1375,1503,1599,1727,1855,1983,2046,2042,2038,2034,2031,2028,2025,2022,2018,2016,8160,14304,20448,28640,20448,12256,4064,2018,2022,2025,2029,2033,2037,2041,2047,1855,1663,1439,1247,1023,831,639,415,223,31,31,31,31,31,31,31,31,31,31 32 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,191,447,671,927,1151,1375,1503,1663,1791,1919,2047,2044,2040,2036,2031,2027,2024,2021,2018,2016,8160,14304,20448,26592,32736,38880,32736,24544,16352,8160,2016,2019,2023,2026,2030,2034,2041,2047,1791,1567,1343,1119,895,671,415,191,31,31,31,31,31,31,31,31,31,31 33 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,287,543,767,1023,1279,1535,1663,1823,1951,2046,2042,2038,2033,2029,2025,2020,2017,4064,8160,14304,20448,26592,32736,38880,45024,51168,45024,36832,28640,22496,14304,8160,2016,2020,2023,2027,2035,2043,1951,1695,1439,1183,927,671,447,191,31,31,31,31,31,31,31,31,31,31 34 | 31,31,31,31,31,31,31,31,31,31,31,31,31,95,351,639,895,1151,1407,1663,1823,1983,2046,2041,2036,2032,2027,2023,2018,6112,12256,16352,22496,28640,34784,40928,45024,51168,57312,63456,55264,49120,40928,34784,28640,20448,14304,6112,2016,2020,2028,2037,2046,1823,1535,1279,991,703,447,159,31,31,31,31,31,31,31,31,31,31 35 | 31,31,31,31,31,31,31,31,31,31,31,31,31,159,447,703,991,1279,1535,1823,1983,2045,2040,2035,2031,2026,2021,2016,10208,20448,24544,30688,36832,40928,47072,53216,59360,63456,65472,65440,65504,61408,55264,47072,40928,34784,26592,20448,14304,6112,2022,2032,2041,1951,1663,1343,1055,735,447,127,31,31,31,31,31,31,31,31,31,31 36 | 31,31,31,31,31,31,31,31,31,31,31,31,31,255,511,799,1087,1375,1663,1951,2045,2040,2035,2030,2025,2020,2016,14304,24544,34784,38880,45024,49120,55264,61408,65504,65472,65440,65376,65344,65408,65440,65504,61408,53216,47072,40928,34784,28640,20448,2016,2026,2036,2047,1759,1439,1087,767,447,127,31,31,31,31,31,31,31,31,31,31 37 | 31,31,31,31,31,31,31,31,31,31,31,31,31,319,607,895,1215,1503,1791,2046,2041,2035,2030,2024,2019,4064,16352,26592,36832,49120,53216,59360,63456,65504,65440,65408,65376,65312,65280,65248,65280,65344,65408,65440,65504,61408,55264,49120,40928,34784,12256,2021,2032,2043,1855,1503,1151,799,447,95,31,31,31,31,31,31,31,31,31,31 38 | 31,31,31,31,31,31,31,31,31,31,31,31,63,383,703,991,1311,1631,1919,2041,2036,2030,2025,2019,6112,16352,28640,40928,51168,63456,65504,65472,65408,65376,65344,65312,65248,65216,65184,65152,65184,65248,65280,65344,65408,65440,65504,61408,55264,49120,26592,2016,2027,2039,1951,1567,1215,831,447,63,31,31,31,31,31,31,31,31,31,31 39 | 31,31,31,31,31,31,31,31,31,31,31,31,127,447,767,1087,1407,1727,2047,2037,2031,2025,2019,6112,16352,28640,40928,53216,65504,65408,65376,65344,65312,65280,65216,65184,65152,65120,65088,65056,65088,65152,65184,65248,65280,65344,65376,65440,65472,63456,38880,12256,2022,2035,2047,1663,1247,863,447,63,31,31,31,31,31,31,31,31,31,31 40 | 31,31,31,31,31,31,31,31,31,31,31,31,191,511,863,1183,1535,1855,2043,2032,2026,2020,4064,16352,28640,40928,55264,65504,65408,65280,65248,65216,65184,65152,65120,65088,65056,65024,64992,64928,64992,65024,65088,65120,65184,65216,65280,65312,65344,65408,51168,24544,2017,2031,2044,1727,1311,895,447,31,31,31,31,31,31,31,31,31,31,31 41 | 31,31,31,31,31,31,31,31,31,31,31,31,255,575,927,1279,1631,1983,2039,2028,2022,2016,14304,28640,40928,53216,65504,65408,65280,65184,65152,65120,65088,65056,65024,64992,64928,64896,64864,64832,64896,64928,64992,65024,65056,65120,65152,65184,65248,65280,63456,34784,6112,2027,2041,1823,1375,927,479,31,31,31,31,31,31,31,31,31,31,31 42 | 31,31,31,31,31,31,31,31,31,31,31,31,223,575,927,1247,1599,1919,2041,2030,2023,2016,14304,28640,42976,57312,65472,65344,65216,65120,65088,65056,65024,64992,64960,64928,64896,64864,64864,64832,64864,64896,64960,64992,65024,65088,65120,65152,65216,65248,65504,38880,10208,2026,2040,1855,1375,927,479,31,31,31,31,31,31,31,31,31,31,31 43 | 31,31,31,31,31,31,31,31,31,31,31,31,223,575,895,1215,1567,1887,2042,2032,2024,2017,14304,28640,45024,59360,65440,65312,65184,65056,65024,64992,64960,64960,64928,64896,64864,64864,64832,64800,64832,64896,64928,64960,65024,65056,65088,65120,65184,65216,65472,40928,12256,2024,2039,1855,1407,927,479,31,31,31,31,31,31,31,31,31,31,31 44 | 31,31,31,31,31,31,31,31,31,31,31,31,223,543,863,1183,1535,1855,2044,2034,2026,2018,14304,30688,47072,63456,65408,65248,65120,64992,64960,64928,64928,64896,64864,64864,64832,64832,64800,64768,64832,64864,64896,64928,64992,65024,65056,65120,65152,65184,65440,45024,14304,2023,2038,1887,1407,959,479,31,31,31,31,31,31,31,31,31,31,31 45 | 31,31,31,31,31,31,31,31,31,31,31,31,223,543,863,1183,1471,1791,2046,2036,2027,2018,12256,30688,49120,65504,65344,65216,65056,64896,64896,64864,64864,64864,64832,64832,64800,64800,64768,64768,64800,64832,64864,64928,64960,64992,65024,65088,65120,65152,65408,49120,18400,2022,2037,1919,1439,959,479,31,31,31,31,31,31,31,31,31,31,31 46 | 31,31,31,31,31,31,31,31,31,31,31,31,223,511,831,1151,1439,1759,2047,2038,2028,2019,12256,32736,51168,65472,65312,65152,64992,64832,64832,64832,64800,64800,64800,64768,64768,64768,64736,64736,64768,64800,64864,64896,64928,64960,64992,65056,65088,65120,65376,51168,20448,2021,2036,1951,1471,991,511,31,31,31,31,31,31,31,31,31,31,31 47 | 31,31,31,31,31,31,31,31,31,31,31,31,223,511,799,1119,1407,1695,2015,2040,2030,2020,12256,32736,53216,65472,65280,65120,64960,64768,64768,64768,64768,64736,64736,64736,64736,64736,64704,64704,64736,64800,64832,64864,64896,64928,64960,65024,65056,65088,65344,55264,22496,2020,2035,1951,1471,991,511,31,31,31,31,31,31,31,31,31,31,31 48 | 31,31,31,31,31,31,31,31,31,31,31,31,223,511,799,1087,1375,1663,1951,2041,2031,2021,12256,32736,55264,65440,65248,65056,64896,64704,64704,64704,64704,64704,64704,64704,64704,64704,64704,64704,64736,64768,64800,64832,64864,64896,64960,64992,65024,65056,65312,57312,26592,2019,2034,1983,1503,991,511,31,31,31,31,31,31,31,31,31,31,31 49 | 31,31,31,31,31,31,31,31,31,31,31,31,223,479,767,1055,1343,1631,1887,2043,2032,2021,12256,34784,57312,65408,65216,65024,64832,64640,64640,64640,64640,64640,64672,64672,64672,64672,64672,64672,64704,64736,64768,64800,64832,64864,64928,64960,64992,65024,65280,61408,28640,2018,2033,2015,1503,1023,511,31,31,31,31,31,31,31,31,31,31,31 50 | 31,31,31,31,31,31,31,31,31,31,31,31,191,479,767,1023,1311,1567,1855,2045,2034,2022,10208,34784,59360,65376,65184,64992,64768,64576,64576,64608,64608,64608,64608,64608,64640,64640,64640,64640,64672,64704,64736,64768,64832,64864,64896,64928,64960,64992,65248,63456,30688,2016,2032,2047,1535,1023,511,31,31,31,31,31,31,31,31,31,31,31 51 | 31,31,31,31,31,31,31,31,31,31,31,31,191,479,735,991,1279,1535,1791,2047,2035,2023,10208,34784,61408,65344,65152,64928,64736,64512,64512,64544,64544,64544,64576,64576,64576,64608,64608,64608,64672,64704,64736,64768,64800,64832,64864,64896,64928,64960,65216,65504,34784,2016,2031,2047,1535,1023,511,31,31,31,31,31,31,31,31,31,31,31 52 | 31,31,31,31,31,31,31,31,31,31,31,31,191,447,703,959,1183,1439,1695,1951,2038,2026,4064,28640,53216,65408,65216,64992,64800,64576,64608,64608,64640,64640,64672,64672,64704,64704,64704,64736,64768,64800,64832,64864,64896,64960,64992,65024,65056,65088,65344,55264,22496,2020,2035,1951,1471,991,511,31,31,31,31,31,31,31,31,31,31,31 53 | 31,31,31,31,31,31,31,31,31,31,31,31,159,415,639,895,1119,1375,1631,1855,2042,2030,2018,20448,45024,65472,65280,65088,64864,64672,64672,64704,64736,64736,64768,64768,64800,64800,64832,64832,64896,64928,64960,64992,65024,65056,65120,65152,65184,65216,65472,40928,12256,2024,2039,1855,1407,927,479,31,31,31,31,31,31,31,31,31,31,31 54 | 31,31,31,31,31,31,31,31,31,31,31,31,159,383,607,831,1055,1311,1535,1759,2045,2033,2021,12256,36832,61408,65344,65152,64960,64736,64768,64800,64800,64832,64864,64864,64896,64928,64928,64960,64992,65024,65088,65120,65152,65184,65216,65280,65312,65344,57312,28640,2016,2029,2043,1759,1343,895,447,31,31,31,31,31,31,31,31,31,31,31 55 | 31,31,31,31,31,31,31,31,31,31,31,31,127,351,575,799,991,1215,1439,1663,2015,2037,2025,6112,28640,53216,65408,65216,65024,64832,64832,64864,64896,64928,64928,64960,64992,65024,65056,65056,65120,65152,65184,65216,65280,65312,65344,65408,65440,65472,42976,16352,2021,2034,2047,1663,1247,831,415,31,31,31,31,31,31,31,31,31,31,31 56 | 31,31,31,31,31,31,31,31,31,31,31,31,127,319,511,735,927,1151,1343,1535,1919,2040,2029,2017,20448,45024,65504,65280,65088,64896,64928,64960,64992,65024,65024,65056,65088,65120,65152,65184,65216,65248,65312,65344,65408,65440,65472,63456,59360,53216,28640,4064,2026,2038,1951,1567,1183,799,415,31,31,31,31,31,31,31,31,31,31,31 57 | 31,31,31,31,31,31,31,31,31,31,31,31,95,287,479,671,863,1055,1247,1439,1823,2044,2032,2021,14304,36832,59360,65376,65184,64992,64992,65024,65056,65088,65120,65152,65184,65216,65248,65280,65344,65376,65408,65472,65504,59360,55264,49120,42976,38880,14304,2020,2031,2043,1823,1471,1119,735,383,31,31,31,31,31,31,31,31,31,31,31 58 | 31,31,31,31,31,31,31,31,31,31,31,31,95,255,447,639,799,991,1151,1343,1695,2047,2036,2025,6112,28640,51168,65440,65248,65056,65088,65120,65152,65184,65216,65248,65280,65312,65376,65408,65440,65504,63456,57312,51168,45024,38880,34784,28640,22496,2016,2026,2037,2047,1727,1375,1023,703,351,31,31,31,31,31,31,31,31,31,31,31 59 | 31,31,31,31,31,31,31,31,31,31,31,31,63,223,415,575,735,895,1087,1247,1599,1951,2039,2028,2017,20448,42976,65504,65312,65120,65184,65216,65248,65280,65312,65344,65408,65440,65472,65504,61408,55264,49120,42976,36832,30688,24544,18400,12256,6112,2023,2032,2042,1919,1599,1279,959,639,319,31,31,31,31,31,31,31,31,31,31,31 60 | 31,31,31,31,31,31,31,31,31,31,31,31,63,223,351,511,671,831,991,1151,1503,1855,2043,2032,2021,12256,34784,57312,65408,65216,65248,65280,65344,65376,65408,65440,65504,63456,59360,53216,47072,40928,34784,28640,22496,16352,10208,4064,2017,2020,2029,2038,2047,1759,1471,1183,895,607,319,31,31,31,31,31,31,31,31,31,31,31 61 | 31,31,31,31,31,31,31,31,31,31,31,31,31,191,319,479,607,767,895,1023,1375,1727,2047,2036,2025,4064,26592,49120,65472,65280,65344,65376,65408,65472,65504,61408,57312,51168,47072,40928,34784,28640,20448,14304,8160,2016,2018,2022,2025,2028,2036,2045,1887,1599,1343,1087,799,543,287,31,31,31,31,31,31,31,31,31,31,31 62 | 31,31,31,31,31,31,31,31,31,31,31,31,95,255,415,543,703,831,991,1151,1471,1823,2044,2033,2023,8160,30688,51168,65440,65248,65312,65344,65376,65408,65440,65504,63456,59360,55264,49120,42976,34784,26592,20448,12256,4064,2018,2021,2025,2029,2037,2044,1887,1631,1375,1119,863,639,383,127,31,31,31,31,31,31,31,31,31,31 63 | 31,31,31,31,31,31,31,31,31,31,31,31,191,319,479,639,799,927,1087,1247,1567,1919,2041,2031,2020,12256,34784,55264,65408,65248,65280,65312,65344,65376,65408,65440,65472,65504,63456,59360,51168,40928,32736,24544,16352,8160,2017,2021,2025,2029,2037,2044,1919,1663,1439,1183,959,703,447,223,127,31,31,31,31,31,31,31,31,31 64 | 31,31,31,31,31,31,31,31,31,31,31,95,255,415,575,735,863,1023,1183,1343,1663,2015,2039,2028,2018,16352,38880,59360,65408,65216,65248,65280,65312,65344,65344,65376,65408,65440,65472,65504,59360,49120,38880,28640,20448,10208,2016,2020,2025,2030,2037,2044,1919,1695,1471,1247,1023,767,543,319,223,159,63,31,31,31,31,31,31,31 65 | 31,31,31,31,31,31,31,31,31,31,31,159,319,479,639,799,959,1119,1279,1439,1759,2046,2036,2026,2016,20448,40928,61408,65376,65184,65216,65248,65248,65280,65312,65344,65344,65376,65408,65408,65504,55264,45024,34784,24544,12256,2016,2020,2025,2031,2037,2044,1951,1727,1503,1279,1087,863,639,415,351,255,191,127,31,31,31,31,31,31 66 | 31,31,31,31,31,31,31,31,31,31,63,255,415,575,735,895,1055,1215,1375,1535,1855,2043,2033,2024,4064,24544,45024,65504,65344,65184,65184,65216,65216,65248,65248,65280,65280,65312,65312,65344,65440,63456,51168,38880,28640,16352,4064,2020,2025,2031,2038,2044,1951,1759,1535,1343,1151,927,735,511,447,383,319,255,159,95,31,31,31,31 67 | 127,95,95,63,63,31,31,31,31,31,127,319,479,639,799,991,1151,1311,1471,1663,1951,2041,2031,2021,10208,28640,49120,65472,65312,65152,65152,65184,65184,65184,65216,65216,65216,65248,65248,65248,65376,65472,57312,45024,32736,18400,6112,2019,2026,2032,2038,2044,1983,1791,1599,1407,1215,1023,831,639,575,511,447,351,287,223,159,95,31,31 68 | 319,287,255,223,191,159,127,95,63,31,223,383,543,735,895,1055,1247,1407,1567,1759,2047,2038,2028,2019,14304,32736,53216,65472,65280,65120,65152,65152,65152,65152,65152,65152,65184,65184,65184,65184,65312,65408,63456,49120,34784,22496,8160,2019,2026,2032,2038,2044,1983,1823,1631,1439,1279,1087,927,735,671,607,543,479,447,383,319,255,191,127 69 | 543,479,447,383,351,287,255,191,159,95,287,447,639,799,991,1151,1343,1503,1695,1855,2044,2035,2026,2016,18400,36832,57312,65440,65280,65120,65120,65120,65120,65120,65120,65120,65120,65120,65120,65120,65248,65344,65472,55264,38880,24544,10208,2019,2026,2033,2038,2044,2015,1855,1663,1503,1343,1183,991,831,767,735,671,607,575,511,447,415,351,287 70 | 735,671,607,543,479,415,351,287,223,159,351,511,703,863,1055,1247,1407,1599,1791,1951,2041,2032,2023,4064,22496,40928,61408,65408,65248,65088,65088,65088,65056,65056,65056,65056,65056,65056,65024,65024,65152,65312,65440,59360,42976,26592,12256,2018,2026,2034,2039,2043,2015,1855,1727,1567,1407,1247,1087,927,895,831,799,735,703,639,607,575,511,479 71 | 72 | -------------------------------------------------------------------------------- /capture_examples/IMAGE_37.TXT: -------------------------------------------------------------------------------- 1 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 2 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 3 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 4 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 5 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 6 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 7 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 8 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 9 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 10 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 11 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 12 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 13 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 14 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 15 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 16 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 17 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 18 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 19 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 20 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 21 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 22 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 23 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 24 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 25 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 26 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 27 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 28 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 29 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 30 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 31 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 32 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 33 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 34 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 35 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 36 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 37 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 38 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 39 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 40 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 41 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 42 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 43 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,223,383,319,255,191,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 44 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,319,511,703,895,831,735,671,575,511,415,351,255,191,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 45 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,255,511,735,959,1215,1439,1343,1247,1151,1055,991,895,799,703,607,511,351,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 46 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,319,575,863,1151,1407,1695,1951,1855,1759,1663,1535,1439,1343,1247,1151,1023,927,703,511,287,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 47 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,287,607,895,1215,1535,1855,2044,2034,2037,2041,2045,2015,1919,1791,1695,1567,1471,1343,1087,831,575,351,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 48 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,511,863,1215,1599,1951,2040,2029,2017,2021,2025,2029,2033,2037,2041,2045,2015,1887,1759,1471,1183,895,607,319,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 49 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,351,767,1151,1535,1951,2038,2026,6112,30688,22496,12256,4064,2018,2022,2027,2031,2035,2040,2044,1855,1535,1215,895,575,255,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 50 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,543,991,1439,1855,2039,2026,8160,36832,65504,55264,45024,36832,26592,16352,8160,2017,2022,2026,2031,2042,1855,1503,1151,799,447,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 51 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,255,735,1215,1695,2043,2028,6112,36832,65504,65248,65344,65408,65504,57312,47072,36832,26592,16352,6112,2018,2030,2042,1823,1439,1055,671,255,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 52 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,319,767,1247,1695,2045,2031,2017,26592,55264,65344,65440,65504,55264,47072,36832,26592,16352,8160,2017,2022,2033,2045,1759,1375,991,639,255,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 53 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,383,799,1247,1663,2047,2034,2020,18400,45024,65472,63456,53216,45024,34784,26592,16352,8160,2016,2021,2025,2037,2047,1663,1311,959,607,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 54 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,447,831,1247,1631,2015,2036,2024,8160,32736,59360,51168,40928,32736,24544,16352,8160,2016,2021,2025,2029,2040,1951,1599,1247,895,575,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 55 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,511,863,1247,1599,1951,2039,2028,2016,22496,45024,36832,30688,22496,14304,6112,2017,2021,2025,2029,2032,2043,1855,1535,1183,863,543,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 56 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,255,575,895,1247,1567,1919,2042,2031,2021,10208,32736,24544,18400,10208,2016,2018,2022,2025,2029,2032,2036,2046,1791,1471,1151,831,511,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 57 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,191,351,639,927,1247,1535,1855,2044,2035,2026,2016,18400,12256,6112,2017,2020,2023,2026,2030,2033,2036,2040,1983,1695,1375,1087,767,479,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 58 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,287,415,703,959,1247,1503,1791,2047,2039,2030,2022,6112,2016,2019,2022,2025,2028,2031,2034,2037,2040,2043,1887,1599,1311,1023,735,447,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 59 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,191,351,511,767,991,1247,1503,1727,1983,2042,2035,2027,2020,2022,2025,2028,2030,2033,2036,2039,2041,2044,2047,1791,1503,1247,959,671,415,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 60 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,255,447,607,831,1023,1247,1471,1663,1887,2046,2039,2033,2026,2028,2031,2033,2036,2038,2041,2043,2045,2047,1951,1695,1439,1151,895,639,383,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 61 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,351,511,703,895,1055,1247,1439,1631,1791,1983,2044,2038,2032,2035,2037,2039,2041,2043,2045,2047,1983,1919,1855,1599,1343,1087,831,575,351,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 62 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,287,479,671,863,1055,1247,1439,1631,1823,2015,2043,2037,2031,2025,2026,2028,2030,2032,2034,2036,2038,2039,2041,2043,1919,1631,1375,1087,831,543,287,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 63 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,191,383,607,799,1023,1215,1439,1631,1823,2015,2042,2036,2029,2023,2017,2018,2020,2021,2023,2025,2026,2028,2029,2031,2032,2042,1951,1663,1375,1055,767,479,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 64 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,287,511,735,959,1183,1407,1599,1823,2015,2042,2035,2029,2022,2016,14304,12256,10208,6112,4064,2016,2017,2018,2019,2020,2022,2031,2041,1951,1631,1311,991,671,383,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 65 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,383,639,863,1119,1343,1567,1791,2015,2042,2035,2028,2022,2016,16352,30688,28640,26592,24544,22496,20448,18400,16352,14304,12256,10208,2021,2032,2042,1887,1535,1215,895,543,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 66 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,255,511,735,991,1247,1503,1727,1951,2043,2036,2029,2022,2016,18400,32736,47072,45024,45024,42976,40928,38880,38880,36832,34784,34784,32736,10208,2022,2033,2045,1791,1439,1087,735,383,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 67 | 31,31,31,31,31,31,31,31,31,31,31,31,31,63,351,607,863,1119,1407,1663,1887,2045,2037,2030,2022,2016,16352,32736,47072,63456,61408,61408,61408,59360,59360,57312,57312,55264,55264,55264,30688,6112,2025,2036,2015,1663,1279,895,543,159,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 68 | 31,31,31,31,31,31,31,31,31,31,31,31,31,159,415,703,991,1279,1535,1823,2047,2039,2031,2024,2016,16352,32736,47072,63456,65408,65408,65408,65408,65408,65408,65408,65408,65408,65440,65440,51168,24544,2016,2028,2041,1887,1471,1087,671,287,191,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 69 | 31,31,31,31,31,31,31,31,31,31,31,31,31,223,511,799,1119,1407,1695,1983,2042,2034,2026,2018,12256,30688,47072,63456,65408,65280,65280,65248,65248,65248,65248,65248,65248,65248,65248,65248,65472,45024,18400,2020,2033,2046,1663,1247,831,415,319,223,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 70 | 31,31,31,31,31,31,31,31,31,31,31,31,31,319,607,927,1215,1535,1823,2045,2036,2028,2020,10208,26592,42976,61408,65408,65280,65120,65120,65120,65120,65088,65088,65088,65088,65088,65056,65056,65280,63456,36832,8160,2026,2039,1887,1439,991,575,447,351,255,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 71 | 72 | -------------------------------------------------------------------------------- /capture_examples/IMAGE_38.TXT: -------------------------------------------------------------------------------- 1 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 2 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 3 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 4 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 5 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 6 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 7 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 8 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 9 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 10 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 11 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 12 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 13 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 14 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 15 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 16 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 17 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 18 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 19 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 20 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 21 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 22 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 23 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 24 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,255,383,383,351,351,351,319,319,319,287,287,287,191,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 25 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,223,383,543,703,703,703,703,703,703,703,703,703,703,703,575,447,319,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 26 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,287,479,671,863,1023,1055,1055,1055,1087,1087,1087,1119,1119,1119,1151,959,799,607,447,255,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 27 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,319,543,735,959,1151,1375,1375,1407,1439,1439,1471,1503,1503,1535,1535,1567,1343,1151,927,703,511,287,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 28 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,287,511,767,991,1215,1471,1695,1727,1759,1791,1823,1855,1887,1919,1951,1983,2015,1759,1503,1247,991,735,479,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 29 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,223,479,735,991,1247,1503,1759,2015,2047,2046,2045,2043,2042,2041,2040,2038,2037,2036,2045,1855,1567,1279,991,671,383,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 30 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,383,639,927,1215,1503,1791,2047,2038,2037,2035,2033,2032,2030,2029,2027,2025,2024,2022,2033,2043,1887,1535,1215,895,543,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 31 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,223,511,831,1151,1439,1759,2047,2038,2028,2026,2024,2022,2020,2018,2016,2016,6112,10208,14304,2020,2032,2043,1823,1439,1087,703,351,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 32 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,383,703,991,1311,1631,1919,2042,2032,2022,2021,2019,2018,2017,2016,4064,8160,10208,12256,16352,2019,2030,2041,1919,1567,1215,863,511,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 33 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,255,543,863,1183,1503,1791,2046,2036,2026,2016,2016,2016,4064,6112,8160,10208,12256,14304,16352,16352,2018,2028,2038,2015,1695,1375,1023,703,383,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 34 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,415,735,1023,1343,1663,1983,2040,2030,2021,10208,12256,12256,12256,14304,14304,16352,16352,16352,18400,18400,2016,2026,2036,2045,1823,1503,1215,895,575,287,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 35 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,159,255,575,895,1215,1535,1823,2044,2035,2025,2016,22496,22496,22496,22496,22496,20448,20448,20448,20448,20448,20448,2016,2024,2033,2042,1951,1663,1375,1087,799,511,351,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 36 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,223,319,415,735,1055,1375,1695,2015,2039,2029,2019,14304,34784,32736,32736,30688,28640,28640,26592,24544,24544,22496,20448,4064,2022,2031,2039,2047,1791,1535,1279,991,735,543,351,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 37 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,223,351,479,575,895,1215,1535,1855,2043,2033,2023,6112,26592,47072,42976,40928,38880,36832,34784,32736,28640,26592,24544,22496,6112,2020,2028,2036,2043,1951,1695,1439,1215,959,767,543,351,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 38 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,223,351,479,607,767,1087,1407,1727,2047,2038,2028,2018,16352,36832,57312,55264,51168,47072,45024,40928,36832,34784,30688,26592,24544,10208,2018,2025,2032,2040,2047,1855,1631,1407,1183,959,735,511,287,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 39 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,319,447,607,767,927,1247,1567,1887,2043,2032,2022,8160,28640,49120,65472,65504,61408,57312,51168,47072,42976,38880,34784,28640,24544,12256,2016,2023,2029,2036,2042,2015,1823,1599,1407,1151,927,671,415,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 40 | 31,31,31,31,31,31,31,31,31,31,31,31,31,63,255,415,575,735,927,1087,1407,1727,2047,2037,2027,2017,18400,38880,61408,65376,65440,65472,65504,59360,53216,49120,42976,36832,32736,26592,14304,2016,2020,2026,2032,2038,2043,2015,1823,1631,1375,1087,831,575,287,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 41 | 31,31,31,31,31,31,31,31,31,31,31,31,31,127,319,511,703,863,1055,1247,1567,1887,2042,2032,2022,10208,30688,51168,65472,65280,65344,65408,65440,65504,61408,53216,47072,40928,34784,28640,16352,6112,2018,2023,2028,2033,2038,2043,2015,1855,1567,1279,991,703,415,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31 42 | 31,31,31,31,31,31,31,31,31,31,31,31,31,191,383,575,735,927,1119,1311,1631,1951,2040,2030,2019,14304,34784,57312,65408,65248,65280,65344,65376,65440,65472,65504,59360,53216,47072,42976,30688,20448,10208,2016,2022,2027,2032,2037,2043,2047,1727,1439,1151,831,543,255,31,31,31,31,31,31,31,31,31,31,31,31,31,31 43 | 31,31,31,31,31,31,31,31,31,31,31,31,63,223,415,607,799,991,1183,1375,1695,2015,2038,2027,2017,18400,40928,61408,65376,65184,65248,65280,65312,65344,65408,65440,65472,65504,61408,57312,45024,34784,24544,12256,2016,2021,2026,2031,2037,2042,1919,1599,1279,991,671,351,63,31,31,31,31,31,31,31,31,31,31,31,31,31 44 | 31,31,31,31,31,31,31,31,31,31,31,31,95,287,479,671,863,1055,1247,1439,1759,2046,2036,2025,2016,24544,45024,65504,65344,65152,65184,65216,65248,65280,65312,65344,65376,65408,65440,65472,59360,49120,36832,26592,14304,4064,2020,2025,2031,2036,2046,1759,1439,1119,799,479,159,31,31,31,31,31,31,31,31,31,31,31,31,31 45 | 31,31,31,31,31,31,31,31,31,31,31,31,127,319,511,703,927,1119,1311,1503,1823,2044,2034,2023,6112,28640,49120,65472,65280,65120,65120,65152,65184,65216,65216,65248,65280,65312,65312,65344,65440,61408,51168,38880,28640,16352,4064,2019,2025,2031,2041,1919,1599,1247,927,575,255,31,31,31,31,31,31,31,31,31,31,31,31,31 46 | 31,31,31,31,31,31,31,31,31,31,31,31,191,383,575,767,959,1151,1343,1535,1887,2042,2032,2021,12256,32736,55264,65440,65248,65056,65088,65088,65120,65120,65152,65152,65184,65184,65216,65216,65344,65440,63456,53216,40928,28640,16352,6112,2019,2025,2036,2047,1727,1375,1023,703,351,31,31,31,31,31,31,31,31,31,31,31,31,31 47 | 31,31,31,31,31,31,31,31,31,31,31,31,223,447,639,831,1023,1215,1407,1599,1951,2040,2029,2019,16352,36832,59360,65376,65216,65024,65024,65024,65056,65056,65056,65088,65088,65088,65088,65120,65216,65312,65408,65504,53216,40928,30688,18400,6112,2019,2030,2042,1887,1535,1151,799,447,95,31,31,31,31,31,31,31,31,31,31,31,31 48 | 31,31,31,31,31,31,31,31,31,31,31,95,287,479,671,863,1087,1279,1471,1663,2015,2038,2027,2017,20448,42976,63456,65344,65152,64992,64992,64992,64992,64992,64992,64992,64992,64992,64992,64992,65088,65184,65312,65408,65504,55264,42976,30688,18400,6112,2025,2037,2015,1663,1279,927,543,159,31,31,31,31,31,31,31,31,31,31,31,31 49 | 31,31,31,31,31,31,31,31,31,31,31,127,319,543,735,927,1119,1343,1535,1727,2047,2036,2025,4064,24544,47072,65472,65312,65120,64928,64928,64928,64928,64896,64896,64896,64896,64864,64864,64864,64960,65088,65184,65280,65408,65504,55264,42976,30688,16352,2020,2032,2044,1791,1407,1023,639,255,31,31,31,31,31,31,31,31,31,31,31,31 50 | 31,31,31,31,31,31,31,31,31,31,31,159,383,575,767,991,1183,1375,1599,1791,2045,2034,2023,8160,30688,51168,65440,65248,65088,64896,64864,64864,64832,64832,64832,64800,64800,64768,64768,64736,64864,64960,65056,65184,65280,65408,65504,55264,40928,28640,4064,2027,2039,1919,1535,1119,735,351,31,31,31,31,31,31,31,31,31,31,31,31 51 | 31,31,31,31,31,31,31,31,31,31,31,223,415,639,831,1023,1247,1439,1663,1855,2043,2032,2021,12256,34784,57312,65408,65216,65024,64832,64832,64800,64768,64768,64736,64704,64704,64672,64640,64608,64736,64832,64960,65056,65184,65280,65408,65504,53216,40928,14304,2022,2034,2047,1663,1247,831,415,31,31,31,31,31,31,31,31,31,31,31,31 52 | 31,31,31,31,31,31,31,31,31,31,31,255,447,639,831,1023,1215,1407,1599,1791,2045,2034,2023,8160,30688,51168,65440,65248,65088,64896,64864,64864,64832,64832,64800,64800,64768,64768,64736,64736,64832,64928,65056,65152,65248,65376,65472,57312,45024,32736,6112,2025,2038,1983,1567,1183,799,383,31,31,31,31,31,31,31,31,31,31,31,31 53 | 31,31,31,31,31,31,31,31,31,31,63,255,447,639,799,991,1183,1375,1535,1727,2047,2036,2025,4064,24544,47072,65472,65312,65120,64928,64928,64896,64896,64896,64864,64864,64864,64832,64832,64832,64928,65024,65152,65248,65344,65472,59360,47072,34784,22496,2017,2029,2041,1887,1503,1119,735,351,31,31,31,31,31,31,31,31,31,31,31,31 54 | 31,31,31,31,31,31,31,31,31,31,95,287,447,639,799,991,1151,1311,1503,1663,2015,2038,2027,2017,20448,42976,63456,65344,65152,64992,64960,64960,64960,64960,64960,64928,64928,64928,64928,64928,65024,65120,65216,65344,65440,63456,51168,38880,26592,14304,2021,2032,2044,1791,1439,1055,703,351,31,31,31,31,31,31,31,31,31,31,31,31 55 | 31,31,31,31,31,31,31,31,31,31,127,287,479,639,799,959,1119,1279,1439,1599,1951,2040,2029,2019,16352,36832,59360,65376,65216,65024,65024,65024,65024,65024,65024,65024,65024,65024,65024,65024,65120,65216,65312,65440,63456,53216,40928,28640,16352,4064,2025,2036,2047,1727,1375,1023,671,319,31,31,31,31,31,31,31,31,31,31,31,31 56 | 31,31,31,31,31,31,31,31,31,31,159,319,479,639,767,927,1087,1247,1407,1535,1887,2042,2032,2021,12256,32736,55264,65440,65248,65056,65056,65088,65088,65088,65088,65088,65088,65120,65120,65120,65216,65312,65408,65504,53216,42976,30688,18400,6112,2018,2029,2040,1983,1631,1279,959,607,287,31,31,31,31,31,31,31,31,31,31,31,31 57 | 31,31,31,31,31,31,31,31,31,63,191,351,479,639,767,927,1055,1215,1343,1503,1823,2044,2034,2023,6112,28640,49120,65472,65280,65120,65120,65120,65152,65152,65152,65184,65184,65184,65216,65216,65312,65408,65504,55264,42976,32736,20448,8160,2017,2023,2033,2043,1855,1535,1215,895,575,255,31,31,31,31,31,31,31,31,31,31,31,31 58 | 31,31,31,31,31,31,31,31,31,95,223,351,511,639,767,895,1023,1151,1279,1439,1759,2046,2036,2025,2016,24544,45024,65504,65344,65152,65184,65184,65216,65216,65248,65248,65280,65280,65312,65312,65408,65504,55264,45024,32736,22496,10208,2016,2022,2027,2037,2047,1759,1471,1151,831,543,223,31,31,31,31,31,31,31,31,31,31,31,31 59 | 31,31,31,31,31,31,31,31,63,127,255,383,511,639,767,863,991,1119,1247,1375,1695,2015,2038,2027,2017,18400,40928,61408,65376,65184,65216,65248,65248,65280,65312,65344,65344,65376,65408,65408,65504,55264,45024,32736,22496,12256,2016,2021,2026,2032,2041,1951,1663,1375,1087,799,479,191,31,31,31,31,31,31,31,31,31,31,31,31 60 | 31,31,31,31,31,31,31,31,95,191,287,415,511,639,735,863,959,1087,1183,1311,1631,1951,2040,2030,2019,14304,34784,57312,65408,65248,65280,65280,65312,65344,65376,65408,65440,65472,65504,65504,55264,45024,32736,22496,12256,2016,2021,2026,2031,2036,2045,1855,1567,1279,1023,735,447,159,31,31,31,31,31,31,31,31,31,31,31,31 61 | 31,31,31,31,31,31,31,63,127,223,319,415,511,639,735,831,927,1023,1151,1247,1567,1887,2042,2032,2022,10208,30688,51168,65472,65280,65312,65344,65376,65408,65440,65472,65504,61408,57312,53216,42976,32736,22496,12256,2016,2020,2025,2031,2036,2041,2015,1727,1471,1215,927,671,415,127,31,31,31,31,31,31,31,31,31,31,31,31 62 | 31,31,31,31,31,31,31,95,159,255,351,447,543,639,735,831,927,1023,1119,1215,1567,1887,2042,2031,2021,12256,32736,55264,65440,65248,65280,65312,65344,65344,65376,65408,65440,65472,65504,65504,53216,42976,30688,18400,6112,2018,2024,2030,2036,2041,1983,1727,1471,1215,991,735,479,223,31,31,31,31,31,31,31,31,31,31,31,31 63 | 31,31,31,31,31,31,63,127,191,255,351,447,543,639,735,831,927,1023,1119,1215,1535,1887,2042,2031,2020,12256,34784,57312,65408,65216,65248,65248,65280,65312,65312,65344,65344,65376,65408,65408,63456,51168,38880,24544,12256,2016,2023,2029,2036,2042,1983,1727,1503,1247,1023,767,543,287,63,31,31,31,31,31,31,31,31,31,31,31 64 | 31,31,31,31,31,63,95,159,223,287,383,447,543,639,735,831,927,991,1087,1183,1535,1887,2042,2031,2020,14304,36832,59360,65376,65184,65184,65216,65216,65248,65248,65280,65280,65280,65312,65312,65440,61408,47072,32736,16352,2016,2022,2029,2036,2043,1983,1759,1503,1279,1055,831,607,383,127,31,31,31,31,31,31,31,31,31,31,31 65 | 31,31,31,31,63,95,159,191,255,287,383,479,575,639,735,831,895,991,1087,1151,1535,1887,2042,2030,2019,16352,38880,63456,65344,65152,65152,65152,65184,65184,65184,65184,65184,65216,65216,65216,65344,65472,53216,38880,22496,6112,2020,2028,2036,2043,1983,1759,1535,1311,1087,895,671,447,223,31,31,31,31,31,31,31,31,31,31,31 66 | 31,31,31,63,127,159,191,255,287,319,415,479,575,639,735,799,895,991,1055,1151,1503,1887,2041,2030,2018,18400,42976,65504,65312,65120,65120,65120,65120,65120,65120,65120,65120,65120,65120,65120,65248,65408,61408,45024,28640,10208,2019,2027,2036,2044,1951,1759,1535,1343,1151,927,735,511,319,127,95,63,31,31,31,31,31,31,31,31 67 | 63,95,127,159,191,223,255,287,319,351,415,511,575,639,735,799,895,959,1055,1119,1503,1887,2041,2030,2018,20448,45024,65504,65280,65088,65088,65088,65056,65056,65056,65056,65056,65024,65024,65024,65184,65344,65472,51168,32736,14304,2018,2027,2036,2045,1951,1759,1567,1375,1183,991,799,607,415,223,191,127,95,63,31,31,31,31,31,31 68 | 127,159,191,223,255,255,287,319,351,351,447,511,575,671,735,799,863,959,1023,1087,1471,1855,2041,2029,2017,22496,47072,65472,65248,65056,65056,65024,65024,64992,64992,64960,64960,64960,64928,64928,65088,65248,65408,57312,38880,18400,2016,2026,2036,2045,1951,1759,1567,1407,1215,1055,863,671,511,319,255,223,159,127,63,31,31,31,31,31 69 | 223,255,255,287,287,319,319,351,351,383,447,511,607,671,735,799,863,927,1023,1087,1471,1855,2041,2029,2016,24544,49120,65440,65216,65024,64992,64992,64960,64928,64928,64896,64896,64864,64832,64832,64992,65184,65344,63456,42976,22496,2016,2025,2036,2046,1919,1759,1599,1439,1279,1087,927,767,607,415,351,287,255,191,127,63,31,31,31,31 70 | 319,351,351,351,351,383,383,383,383,415,479,543,607,671,735,799,863,927,991,1055,1471,1855,2041,2028,2016,26592,51168,65408,65216,64992,64960,64928,64896,64896,64864,64832,64800,64768,64736,64736,64896,65088,65280,65472,49120,26592,4064,2025,2036,2047,1919,1759,1631,1471,1311,1151,991,831,671,511,447,383,319,255,159,95,31,31,31,31 71 | 72 | -------------------------------------------------------------------------------- /capture_examples/IMAGE_39.TXT: -------------------------------------------------------------------------------- 1 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 2 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 3 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 4 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 5 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 6 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 7 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 8 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 9 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 10 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 11 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 12 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 13 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 14 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,255,383,383,383,383,383,383,383,383,351,351,351,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 15 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,191,351,543,735,927,895,895,863,863,831,831,799,799,767,767,543,319,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 16 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,319,543,767,991,1215,1439,1407,1375,1343,1311,1279,1279,1247,1215,1183,1151,895,639,415,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 17 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,383,639,927,1183,1439,1727,1983,1919,1887,1855,1791,1759,1695,1663,1631,1567,1535,1247,991,703,447,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 18 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,351,671,991,1279,1599,1887,2043,2033,2035,2037,2039,2041,2042,2044,2046,2047,1983,1919,1631,1343,1023,735,447,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 19 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,255,607,959,1311,1663,2015,2038,2027,2016,2019,2021,2023,2026,2028,2030,2033,2035,2037,2040,1983,1663,1343,1023,703,383,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 20 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,479,863,1247,1631,2015,2036,2024,8160,32736,26592,22496,16352,10208,4064,2016,2019,2022,2025,2027,2038,2015,1663,1311,991,639,287,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 21 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,255,671,1087,1535,1951,2037,2024,12256,38880,65504,61408,53216,47072,40928,34784,28640,20448,14304,8160,2016,2027,2038,1983,1599,1247,863,511,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 22 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,287,703,1119,1503,1919,2039,2026,4064,30688,57312,51168,42976,36832,30688,24544,18400,12256,6112,2017,2020,2030,2041,1919,1567,1215,863,543,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 23 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,351,735,1119,1503,1887,2041,2029,2017,22496,47072,38880,32736,26592,20448,14304,8160,2016,2018,2021,2024,2034,2044,1855,1535,1215,895,575,255,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 24 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,415,767,1119,1471,1823,2043,2032,2021,12256,34784,28640,22496,16352,10208,4064,2017,2020,2023,2026,2029,2038,2047,1759,1471,1183,895,607,287,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 25 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,479,799,1119,1471,1791,2045,2035,2024,4064,24544,18400,12256,6112,2016,2018,2021,2024,2027,2030,2033,2042,1983,1695,1439,1151,895,607,351,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 26 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,223,511,831,1151,1439,1759,2047,2038,2028,2018,14304,8160,2016,2017,2020,2023,2026,2029,2032,2035,2038,2045,1887,1631,1375,1151,895,639,415,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 27 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,287,575,863,1151,1439,1727,1983,2040,2032,2023,4064,2017,2020,2022,2025,2028,2031,2034,2036,2039,2042,2015,1791,1567,1343,1119,895,671,447,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 28 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,223,383,639,895,1151,1407,1663,1919,2043,2035,2027,2019,2022,2025,2027,2030,2033,2036,2038,2041,2044,2047,1887,1695,1503,1311,1087,895,703,511,319,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 29 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,319,479,703,927,1151,1407,1631,1855,2046,2039,2031,2024,2027,2030,2032,2035,2038,2040,2043,2046,2015,1951,1759,1599,1407,1247,1087,895,735,575,383,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 30 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,223,383,543,767,959,1183,1375,1599,1791,2015,2042,2036,2029,2032,2035,2037,2040,2042,2045,2047,1951,1887,1791,1663,1503,1343,1215,1055,927,767,607,479,319,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 31 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,287,479,639,799,991,1183,1375,1535,1727,1919,2046,2040,2034,2037,2040,2042,2045,2047,1983,1887,1823,1727,1663,1535,1407,1279,1151,1023,927,799,671,543,415,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 32 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,287,479,639,831,1023,1183,1375,1567,1727,1919,2046,2041,2035,2029,2032,2034,2036,2038,2040,2043,2045,2047,1983,1919,1791,1663,1535,1407,1279,1151,1023,895,767,639,383,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 33 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,223,447,639,831,1023,1215,1375,1567,1727,1919,2046,2041,2035,2030,2024,2026,2028,2030,2032,2034,2036,2038,2040,2041,2043,2047,1919,1791,1631,1503,1375,1247,1119,959,831,575,319,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 34 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,351,575,799,1023,1247,1407,1599,1759,1919,2046,2041,2035,2030,2024,2019,2021,2022,2024,2025,2027,2029,2030,2032,2033,2035,2039,2044,2015,1887,1759,1599,1471,1311,1183,1023,767,479,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 35 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,255,511,735,959,1215,1439,1631,1791,1951,2045,2040,2035,2030,2024,2019,4064,2016,2016,2018,2019,2020,2022,2023,2024,2025,2027,2031,2036,2041,2045,1983,1823,1695,1535,1375,1247,959,639,351,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 36 | 31,31,31,31,31,31,31,31,31,31,31,31,31,127,383,639,895,1151,1407,1663,1823,1983,2045,2040,2034,2029,2024,2019,4064,14304,12256,10208,8160,6112,4064,2016,2016,2016,2017,2018,2023,2028,2033,2038,2042,2047,1919,1759,1599,1439,1119,799,511,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 37 | 31,31,31,31,31,31,31,31,31,31,31,31,31,223,479,767,1023,1311,1567,1855,2015,2044,2039,2034,2029,2024,2019,4064,14304,24544,24544,22496,20448,20448,18400,16352,16352,14304,14304,12256,2016,2020,2025,2030,2035,2040,2045,1983,1823,1663,1311,991,639,319,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 38 | 31,31,31,31,31,31,31,31,31,31,31,31,31,319,607,895,1183,1471,1759,2047,2042,2037,2033,2028,2023,2018,6112,16352,26592,34784,34784,34784,32736,32736,32736,32736,30688,30688,30688,28640,18400,8160,2017,2023,2028,2033,2038,2043,2015,1855,1503,1151,799,447,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 39 | 31,31,31,31,31,31,31,31,31,31,31,31,95,415,703,1023,1343,1631,1951,2041,2036,2031,2027,2022,2017,8160,16352,26592,36832,47072,47072,47072,47072,47072,47072,47072,47072,47072,47072,47072,34784,24544,12256,2016,2020,2026,2031,2036,2042,2047,1695,1311,959,575,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 40 | 31,31,31,31,31,31,31,31,31,31,31,31,159,479,831,1151,1471,1823,2045,2034,2030,2025,2021,2016,10208,18400,28640,36832,47072,57312,57312,57312,59360,59360,59360,61408,61408,61408,63456,63456,51168,40928,28640,18400,6112,2019,2024,2030,2035,2041,1887,1471,1087,703,319,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 41 | 31,31,31,31,31,31,31,31,31,31,31,31,255,575,927,1279,1631,1983,2039,2028,2024,2019,2016,12256,20448,30688,38880,49120,57312,65504,65504,65472,65472,65472,65440,65440,65440,65408,65408,65408,65504,57312,45024,32736,20448,10208,2017,2023,2029,2034,2047,1663,1247,831,415,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 42 | 31,31,31,31,31,31,31,31,31,31,31,31,223,607,959,1311,1663,2015,2038,2027,2022,2017,8160,16352,26592,36832,47072,57312,65504,65440,65408,65408,65408,65408,65376,65376,65376,65376,65344,65344,65440,61408,49120,36832,24544,12256,2016,2021,2027,2033,2046,1695,1279,863,447,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 43 | 31,31,31,31,31,31,31,31,31,31,31,31,223,607,959,1311,1663,2047,2037,2025,2020,2016,12256,22496,32736,42976,53216,63456,65440,65344,65344,65344,65344,65344,65344,65312,65312,65312,65312,65312,65408,65504,53216,40928,28640,16352,4064,2020,2026,2032,2045,1727,1311,895,479,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31 44 | 31,31,31,31,31,31,31,31,31,31,31,31,223,607,959,1343,1695,2047,2036,2024,2019,6112,16352,28640,38880,49120,61408,65472,65376,65280,65280,65280,65280,65280,65280,65280,65280,65280,65248,65248,65376,65472,57312,45024,32736,20448,8160,2018,2024,2031,2044,1759,1343,927,511,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31 45 | 31,31,31,31,31,31,31,31,31,31,31,31,223,607,991,1343,1727,2046,2035,2023,2017,10208,20448,32736,45024,57312,65504,65408,65280,65184,65184,65216,65216,65216,65216,65216,65216,65216,65216,65216,65312,65440,63456,49120,36832,24544,12256,2017,2023,2029,2042,1791,1375,959,543,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31 46 | 31,31,31,31,31,31,31,31,31,31,31,31,223,607,991,1375,1759,2045,2033,2022,2016,14304,26592,38880,51168,63456,65440,65344,65216,65120,65120,65120,65152,65152,65152,65152,65152,65152,65184,65184,65280,65408,65504,53216,40928,28640,14304,2016,2022,2028,2041,1823,1407,991,575,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31 47 | 31,31,31,31,31,31,31,31,31,31,31,31,223,607,991,1375,1759,2044,2032,2020,4064,16352,30688,42976,57312,65472,65376,65248,65152,65056,65056,65056,65056,65088,65088,65088,65120,65120,65120,65120,65248,65344,65472,57312,45024,30688,18400,4064,2020,2027,2040,1887,1439,1023,607,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31 48 | 31,31,31,31,31,31,31,31,31,31,31,31,223,607,1023,1407,1791,2043,2031,2019,8160,20448,34784,49120,63456,65440,65312,65184,65088,64960,64992,64992,64992,65024,65024,65024,65056,65056,65088,65088,65216,65312,65440,61408,49120,34784,22496,8160,2019,2025,2039,1919,1471,1055,639,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31 49 | 31,31,31,31,31,31,31,31,31,31,31,31,223,607,1023,1407,1823,2043,2030,2018,10208,24544,38880,53216,65504,65376,65248,65120,65024,64896,64896,64928,64928,64960,64960,64992,64992,65024,65024,65056,65152,65280,65408,65504,53216,38880,24544,10208,2017,2024,2037,1951,1535,1087,671,255,31,31,31,31,31,31,31,31,31,31,31,31,31,31 50 | 31,31,31,31,31,31,31,31,31,31,31,31,223,639,1023,1439,1823,2042,2029,2016,14304,28640,45024,59360,65440,65312,65184,65056,64928,64800,64832,64864,64864,64896,64896,64928,64928,64960,64992,64992,65120,65248,65344,65472,57312,42976,28640,14304,2016,2023,2036,1983,1567,1119,703,287,31,31,31,31,31,31,31,31,31,31,31,31,31,31 51 | 31,31,31,31,31,31,31,31,31,31,31,31,223,639,1023,1439,1855,2041,2028,2016,16352,32736,49120,63456,65408,65248,65120,64992,64864,64736,64768,64768,64800,64832,64832,64864,64896,64896,64928,64960,65088,65184,65312,65440,61408,47072,32736,16352,2016,2022,2035,2015,1599,1151,735,287,31,31,31,31,31,31,31,31,31,31,31,31,31,31 52 | 31,31,31,31,31,31,31,31,31,31,31,31,191,575,959,1343,1759,2045,2033,2020,6112,22496,38880,53216,65504,65344,65216,65088,64960,64832,64864,64864,64896,64928,64928,64960,64992,65024,65024,65056,65184,65312,65408,63456,47072,32736,18400,4064,2021,2028,2041,1855,1439,1055,639,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31 53 | 31,31,31,31,31,31,31,31,31,31,31,31,159,511,895,1279,1631,2015,2037,2025,2018,12256,26592,42976,57312,65440,65312,65184,65056,64928,64960,64992,64992,65024,65056,65056,65088,65120,65120,65152,65280,65408,65504,51168,34784,20448,6112,2020,2027,2034,2046,1695,1311,927,543,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31 54 | 31,31,31,31,31,31,31,31,31,31,31,31,127,479,831,1183,1535,1887,2042,2031,2023,2016,16352,30688,47072,61408,65408,65280,65152,65024,65056,65088,65088,65120,65152,65152,65184,65216,65216,65248,65376,65504,53216,38880,22496,8160,2019,2026,2034,2041,1919,1535,1183,831,447,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31 55 | 31,31,31,31,31,31,31,31,31,31,31,31,95,415,767,1087,1407,1759,2046,2036,2028,2021,6112,20448,34784,51168,65504,65376,65248,65120,65152,65184,65184,65216,65248,65248,65280,65312,65344,65344,65472,55264,40928,26592,10208,2018,2025,2033,2040,2047,1727,1375,1055,703,351,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 56 | 31,31,31,31,31,31,31,31,31,31,31,31,31,351,671,991,1311,1631,1951,2041,2033,2026,2019,10208,24544,38880,55264,65472,65344,65216,65248,65280,65280,65312,65344,65376,65376,65408,65440,65440,59360,42976,28640,14304,2017,2024,2032,2039,2046,1855,1535,1215,895,575,255,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 57 | 31,31,31,31,31,31,31,31,31,31,31,31,31,319,607,895,1215,1503,1791,2046,2039,2031,2024,2017,14304,28640,42976,57312,65440,65344,65344,65376,65408,65408,65440,65472,65472,65504,63456,61408,47072,30688,16352,2016,2023,2030,2038,2045,1887,1663,1343,1055,767,479,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 58 | 31,31,31,31,31,31,31,31,31,31,31,31,31,255,543,831,1087,1375,1663,1951,2044,2037,2029,2022,2016,16352,32736,47072,61408,65440,65440,65472,65504,65504,63456,61408,57312,55264,53216,49120,34784,18400,4064,2021,2029,2036,2044,1919,1695,1439,1183,895,639,351,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 59 | 31,31,31,31,31,31,31,31,31,31,31,31,31,191,479,735,991,1247,1503,1759,2015,2042,2035,2027,2020,6112,20448,34784,49120,63456,61408,59360,57312,53216,51168,49120,47072,42976,40928,38880,22496,8160,2020,2027,2035,2043,1983,1727,1471,1247,991,735,479,255,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 60 | 31,31,31,31,31,31,31,31,31,31,31,31,31,159,383,639,895,1119,1375,1599,1823,2047,2040,2033,2026,2019,8160,24544,38880,53216,49120,47072,45024,42976,38880,36832,34784,32736,28640,26592,10208,2018,2026,2033,2041,2015,1759,1535,1279,1023,799,575,351,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 61 | 31,31,31,31,31,31,31,31,31,31,31,31,31,95,319,543,767,991,1215,1439,1663,1887,2045,2038,2031,2024,2017,12256,26592,40928,38880,34784,32736,30688,28640,24544,22496,20448,16352,14304,2016,2024,2032,2040,2047,1823,1567,1311,1087,831,639,415,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 62 | 31,31,31,31,31,31,31,31,31,31,31,31,31,127,319,543,767,991,1215,1439,1663,1887,2045,2038,2031,2023,2016,14304,30688,45024,42976,38880,36832,34784,32736,30688,26592,24544,22496,20448,4064,2022,2030,2038,2046,1823,1567,1311,1055,799,607,415,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 63 | 31,31,31,31,31,31,31,31,31,31,31,31,31,127,351,543,767,991,1183,1407,1663,1887,2045,2037,2030,2022,2016,18400,32736,49120,47072,45024,40928,38880,36832,34784,32736,30688,26592,24544,8160,2020,2029,2037,2045,1855,1599,1311,1055,799,607,415,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 64 | 31,31,31,31,31,31,31,31,31,31,31,31,31,159,351,575,767,959,1183,1375,1631,1887,2045,2037,2029,2021,4064,20448,36832,53216,51168,49120,45024,42976,40928,38880,36832,34784,32736,30688,12256,2018,2027,2036,2044,1887,1599,1311,1055,767,607,415,223,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 65 | 31,31,31,31,31,31,31,31,31,31,31,31,31,159,351,575,767,959,1151,1375,1631,1887,2045,2037,2029,2021,6112,24544,40928,57312,55264,53216,51168,49120,47072,45024,40928,38880,36832,34784,16352,2016,2025,2034,2043,1887,1599,1311,1023,767,575,415,223,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 66 | 31,31,31,31,31,31,31,31,31,31,31,31,31,191,383,575,767,959,1151,1343,1599,1887,2045,2036,2028,2020,10208,26592,42976,61408,59360,57312,55264,53216,51168,49120,47072,45024,42976,40928,22496,2016,2024,2033,2042,1919,1631,1311,1023,735,575,415,255,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 67 | 31,31,31,31,31,31,31,31,31,31,31,31,31,191,383,575,767,959,1151,1311,1599,1887,2044,2036,2027,2019,12256,28640,47072,63456,63456,61408,59360,57312,55264,53216,51168,49120,47072,47072,26592,6112,2022,2032,2041,1951,1631,1311,1023,703,543,415,255,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 68 | 31,31,31,31,31,31,31,31,31,31,31,31,31,223,383,575,767,927,1119,1311,1599,1855,2044,2036,2027,2018,14304,32736,51168,65504,65504,65504,63456,61408,59360,57312,57312,55264,53216,51168,30688,10208,2021,2031,2040,1951,1631,1311,1023,703,543,383,255,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 69 | 31,31,31,31,31,31,31,31,31,31,31,31,63,223,415,575,767,927,1119,1279,1567,1855,2044,2035,2026,2017,16352,34784,53216,65472,65472,65472,65504,65504,63456,63456,61408,59360,57312,57312,34784,14304,2019,2029,2040,1983,1663,1311,991,671,543,383,255,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 70 | 31,31,31,31,31,31,31,31,31,31,31,31,63,255,415,575,767,927,1087,1279,1567,1855,2044,2035,2025,2016,18400,38880,57312,65440,65440,65440,65472,65472,65504,65504,65504,65504,63456,61408,40928,18400,2017,2028,2039,2015,1663,1311,991,639,511,383,255,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 71 | 72 | -------------------------------------------------------------------------------- /capture_examples/IMAGE_41.TXT: -------------------------------------------------------------------------------- 1 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 2 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 3 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 4 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 5 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 6 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 7 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 8 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 9 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 10 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 11 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 12 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 13 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 14 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 15 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,127,191,191,191,159,159,159,159,159,159,159,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 16 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,191,287,383,479,575,671,639,639,639,607,607,607,575,575,575,543,383,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 17 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,223,351,479,607,735,863,991,1119,1119,1087,1087,1055,1055,1023,991,991,959,959,735,543,351,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 18 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,319,479,639,799,959,1119,1279,1439,1599,1567,1535,1535,1503,1471,1471,1439,1407,1375,1375,1119,895,639,415,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 19 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,351,543,735,927,1119,1311,1503,1695,1887,2047,2047,2015,1983,1951,1919,1887,1855,1823,1791,1759,1503,1215,959,671,415,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 20 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,287,511,735,959,1183,1407,1631,1855,2046,2039,2032,2033,2035,2036,2037,2038,2039,2040,2041,2043,2044,1855,1567,1247,927,639,319,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 21 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,255,447,703,959,1215,1471,1727,1983,2042,2034,2026,2018,2019,2020,2022,2023,2024,2026,2027,2028,2030,2031,2042,1887,1567,1215,863,543,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 22 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,287,479,703,959,1215,1471,1695,1951,2042,2035,2027,2019,10208,8160,4064,2016,2016,2018,2019,2020,2022,2023,2024,2035,2045,1791,1471,1151,799,479,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 23 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,255,479,735,959,1215,1439,1695,1951,2043,2035,2028,2020,8160,24544,20448,18400,16352,12256,10208,8160,4064,2016,2016,2018,2028,2038,2047,1727,1407,1087,767,447,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 24 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,223,447,703,959,1215,1471,1695,1951,2043,2036,2028,2020,6112,22496,36832,34784,32736,28640,26592,24544,20448,18400,16352,12256,10208,2021,2030,2040,1983,1663,1375,1055,735,447,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 25 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,383,671,927,1215,1471,1695,1951,2043,2036,2028,2021,6112,20448,36832,51168,49120,45024,42976,40928,36832,34784,32736,28640,26592,24544,4064,2023,2032,2042,1951,1631,1343,1055,735,447,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 26 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,287,575,863,1151,1439,1727,1951,2043,2036,2028,2021,4064,20448,34784,49120,65504,61408,59360,57312,53216,51168,49120,45024,42976,40928,36832,18400,2016,2025,2034,2043,1919,1631,1343,1055,767,511,255,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 27 | 31,31,31,31,31,31,31,31,31,31,31,31,31,127,447,735,1055,1375,1663,1983,2042,2035,2028,2021,4064,20448,34784,49120,63456,65408,65440,65440,65472,65504,65504,61408,59360,57312,53216,51168,32736,16352,2017,2026,2034,2043,1919,1631,1375,1087,799,543,255,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 28 | 31,31,31,31,31,31,31,31,31,31,31,31,31,287,607,927,1247,1599,1919,2042,2035,2028,2020,6112,20448,34784,49120,63456,65408,65280,65312,65344,65376,65376,65408,65440,65440,65472,65504,65504,47072,30688,14304,2018,2026,2034,2043,1951,1663,1407,1119,799,511,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 29 | 31,31,31,31,31,31,31,31,31,31,31,31,63,415,767,1119,1471,1791,2044,2034,2027,2020,6112,20448,34784,49120,63456,65408,65312,65184,65216,65216,65248,65280,65280,65312,65344,65376,65376,65408,61408,45024,28640,12256,2018,2026,2034,2042,1983,1727,1407,1087,767,447,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 30 | 31,31,31,31,31,31,31,31,31,31,31,31,191,543,927,1279,1663,2015,2037,2026,2019,8160,22496,36832,49120,63456,65408,65312,65184,65056,65088,65120,65120,65152,65184,65216,65216,65248,65280,65280,65440,61408,45024,28640,14304,2017,2025,2032,2040,2047,1695,1375,1023,671,351,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 31 | 31,31,31,31,31,31,31,31,31,31,31,31,319,703,1087,1471,1855,2042,2030,2018,10208,24544,36832,51168,65504,65408,65280,65184,65056,64960,64960,64992,65024,65024,65056,65088,65120,65120,65152,65184,65312,65440,61408,45024,30688,16352,2016,2023,2030,2038,2015,1631,1279,927,543,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31 32 | 31,31,31,31,31,31,31,31,31,31,31,31,351,735,1087,1471,1855,2042,2031,2019,6112,20448,32736,47072,59360,65472,65344,65248,65120,65024,65056,65088,65088,65120,65152,65184,65216,65248,65280,65312,65408,63456,49120,34784,20448,8160,2019,2026,2033,2040,1951,1599,1247,895,543,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31 33 | 31,31,31,31,31,31,31,31,31,31,31,31,383,735,1119,1471,1823,2043,2032,2020,4064,16352,28640,40928,53216,65504,65408,65312,65184,65088,65120,65152,65184,65216,65248,65280,65312,65376,65408,65440,63456,51168,36832,24544,12256,2017,2023,2029,2035,2042,1887,1535,1215,863,511,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31 34 | 31,31,31,31,31,31,31,31,31,31,31,63,415,767,1119,1471,1823,2044,2033,2022,2016,12256,24544,36832,49120,61408,65472,65344,65248,65152,65184,65248,65280,65312,65344,65408,65440,65472,65504,61408,49120,36832,26592,14304,2016,2021,2026,2032,2038,2044,1823,1503,1151,831,479,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31 35 | 31,31,31,31,31,31,31,31,31,31,31,95,447,799,1119,1471,1823,2044,2034,2023,2017,8160,20448,30688,42976,55264,65504,65408,65312,65216,65280,65312,65376,65408,65440,65504,61408,57312,51168,45024,34784,24544,14304,4064,2020,2025,2030,2035,2040,2046,1791,1439,1119,799,479,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31 36 | 31,31,31,31,31,31,31,31,31,31,31,159,479,799,1151,1471,1791,2045,2035,2024,2019,4064,16352,26592,36832,49120,59360,65472,65376,65280,65344,65408,65440,65504,61408,55264,49120,42976,36832,30688,20448,12256,2016,2020,2024,2029,2034,2038,2043,2047,1727,1407,1087,767,447,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31 37 | 31,31,31,31,31,31,31,31,31,31,31,191,511,831,1151,1471,1791,2046,2036,2026,2021,2016,12256,22496,32736,42976,53216,63456,65440,65376,65408,65472,63456,57312,49120,42976,36832,28640,22496,16352,8160,2017,2021,2025,2029,2033,2037,2041,2046,1983,1663,1343,1055,735,415,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31 38 | 31,31,31,31,31,31,31,31,31,31,31,223,543,863,1151,1471,1791,2046,2037,2027,2022,2017,6112,16352,26592,36832,47072,57312,65504,65440,65504,61408,53216,45024,38880,30688,22496,16352,8160,2016,2019,2023,2026,2030,2034,2037,2041,2044,2047,1919,1599,1311,991,703,415,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31 39 | 31,31,31,31,31,31,31,31,31,31,31,287,575,863,1183,1471,1759,2047,2038,2028,2024,2019,2016,12256,20448,30688,38880,49120,59360,65504,59360,51168,42976,34784,26592,18400,10208,2016,2019,2023,2026,2029,2032,2035,2038,2041,2044,2047,1951,1855,1567,1279,959,671,383,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31 40 | 31,31,31,31,31,31,31,31,31,31,31,319,607,895,1183,1471,1759,2047,2039,2030,2025,2021,2017,6112,16352,24544,32736,42976,51168,59360,51168,40928,32736,24544,14304,6112,2017,2022,2026,2030,2033,2035,2038,2040,2043,2046,2047,1951,1855,1791,1503,1215,927,639,351,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31 41 | 31,31,31,31,31,31,31,31,31,31,95,351,639,927,1183,1471,1759,2015,2040,2031,2027,2023,2019,2016,10208,18400,26592,34784,42976,51168,40928,32736,22496,12256,4064,2019,2024,2028,2033,2038,2040,2042,2044,2046,2047,1983,1919,1855,1791,1727,1439,1183,895,607,351,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31 42 | 31,31,31,31,31,31,31,31,31,31,159,447,735,1023,1343,1631,1919,2043,2033,2024,2021,2017,6112,12256,20448,28640,34784,42976,51168,57312,49120,40928,30688,22496,12256,4064,2018,2023,2027,2032,2034,2036,2039,2041,2044,2046,2015,1951,1855,1791,1503,1215,927,639,351,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31 43 | 31,31,31,31,31,31,31,31,31,31,223,543,863,1151,1471,1791,2046,2037,2027,2018,4064,10208,16352,24544,30688,36832,45024,51168,57312,65504,57312,47072,38880,30688,22496,14304,6112,2017,2022,2026,2028,2031,2034,2037,2040,2042,2045,2047,1951,1855,1567,1247,959,671,351,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31 44 | 31,31,31,31,31,31,31,31,31,31,319,639,959,1279,1599,1919,2041,2031,2021,10208,16352,22496,28640,34784,40928,47072,53216,59360,65504,65472,63456,55264,47072,40928,32736,24544,16352,8160,2016,2020,2023,2026,2029,2032,2036,2039,2042,2045,2015,1919,1599,1311,991,671,383,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31 45 | 31,31,31,31,31,31,31,31,31,63,383,735,1055,1407,1759,2046,2036,2025,2016,24544,28640,34784,40928,45024,51168,57312,61408,65504,65440,65408,65472,63456,57312,49120,40928,34784,26592,20448,12256,4064,2017,2021,2024,2028,2032,2035,2039,2042,2046,1983,1663,1343,1023,703,383,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31 46 | 31,31,31,31,31,31,31,31,31,127,479,831,1183,1535,1887,2042,2031,2020,14304,36832,42976,47072,51168,57312,61408,65504,65472,65440,65376,65344,65408,65472,65504,57312,51168,45024,36832,30688,24544,16352,8160,2016,2020,2024,2028,2032,2036,2040,2044,2047,1727,1375,1055,735,383,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31 47 | 31,31,31,31,31,31,31,31,63,191,543,927,1279,1663,2015,2037,2025,4064,28640,51168,55264,59360,63456,65504,65472,65440,65408,65376,65312,65280,65344,65408,65440,65504,61408,55264,49120,42976,34784,28640,20448,12256,2016,2019,2024,2028,2032,2037,2041,2046,1759,1439,1087,735,415,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31 48 | 31,31,31,31,31,31,31,31,127,255,639,1023,1407,1791,2044,2032,2020,16352,40928,65504,65504,65472,65440,65408,65376,65344,65312,65280,65248,65248,65280,65344,65376,65440,65472,65504,59360,53216,47072,40928,32736,22496,12256,2016,2020,2024,2029,2034,2039,2044,1823,1471,1119,767,415,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31 49 | 31,31,31,31,31,31,31,31,191,319,703,1119,1503,1919,2040,2027,2016,28640,53216,65408,65376,65376,65344,65312,65280,65280,65248,65216,65216,65184,65216,65280,65312,65344,65408,65440,65472,65504,59360,53216,42976,32736,22496,12256,2016,2021,2026,2031,2036,2042,1887,1503,1151,799,415,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31 50 | 31,31,31,31,31,31,31,95,223,383,799,1215,1631,2015,2035,2022,12256,38880,65504,65280,65280,65248,65248,65216,65216,65184,65184,65152,65152,65120,65152,65184,65248,65280,65312,65344,65408,65440,65472,65504,55264,42976,32736,20448,8160,2017,2023,2028,2034,2040,1919,1567,1183,799,447,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31 51 | 31,31,31,31,31,31,31,159,287,447,863,1311,1727,2044,2031,2018,24544,51168,65408,65184,65152,65152,65152,65120,65120,65120,65088,65088,65088,65056,65088,65120,65152,65216,65248,65280,65312,65344,65376,65408,65504,53216,40928,28640,16352,4064,2020,2026,2032,2038,1983,1599,1215,831,447,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31 52 | 31,31,31,31,31,31,31,159,319,479,895,1311,1727,2045,2032,2019,22496,49120,65440,65216,65216,65184,65184,65152,65152,65152,65120,65120,65120,65088,65120,65152,65184,65216,65248,65280,65312,65312,65344,65376,65504,57312,42976,30688,18400,6112,2019,2025,2032,2038,1983,1599,1215,831,447,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31 53 | 31,31,31,31,31,31,31,191,351,479,895,1311,1727,2045,2032,2019,18400,45024,65472,65248,65248,65216,65216,65216,65184,65184,65152,65152,65152,65120,65152,65184,65216,65216,65248,65280,65280,65312,65344,65376,65472,59360,45024,32736,20448,6112,2019,2025,2031,2038,1983,1599,1215,831,479,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31 54 | 31,31,31,31,31,31,63,223,351,511,895,1311,1727,2046,2033,2020,16352,42976,65504,65280,65280,65248,65248,65248,65216,65216,65216,65184,65184,65152,65184,65216,65216,65248,65248,65280,65280,65312,65312,65344,65440,61408,47072,34784,20448,8160,2018,2025,2031,2038,1983,1599,1247,863,479,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31 55 | 31,31,31,31,31,31,95,223,383,543,927,1311,1695,2046,2034,2021,14304,38880,65504,65312,65312,65280,65280,65280,65248,65248,65248,65216,65216,65216,65216,65216,65248,65248,65248,65280,65280,65280,65312,65312,65440,63456,49120,36832,22496,10208,2018,2025,2031,2038,1983,1599,1247,863,479,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31 56 | 31,31,31,31,31,31,95,255,415,543,927,1311,1695,2046,2034,2022,12256,36832,61408,65344,65344,65312,65312,65312,65280,65280,65280,65248,65248,65248,65248,65248,65248,65248,65248,65280,65280,65280,65280,65280,65408,65504,51168,36832,24544,10208,2018,2024,2031,2038,1983,1631,1247,863,511,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31 57 | 31,31,31,31,31,31,127,287,415,575,959,1311,1695,2047,2035,2023,10208,32736,57312,65376,65376,65376,65344,65344,65312,65312,65312,65280,65280,65280,65280,65280,65280,65280,65280,65280,65280,65280,65280,65280,65376,65504,53216,38880,24544,12256,2017,2024,2031,2038,1983,1631,1247,863,511,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31 58 | 31,31,31,31,31,31,159,287,447,607,959,1343,1695,2047,2036,2024,6112,30688,53216,65408,65408,65408,65376,65376,65376,65344,65344,65312,65312,65312,65312,65280,65280,65280,65280,65280,65248,65248,65248,65248,65376,65472,55264,40928,26592,12256,2017,2024,2031,2038,1983,1631,1247,895,511,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31 59 | 31,31,31,31,31,31,159,319,479,607,959,1343,1695,2047,2036,2025,4064,26592,51168,65440,65440,65440,65408,65408,65408,65376,65376,65376,65344,65344,65312,65312,65312,65280,65280,65280,65248,65248,65248,65216,65344,65472,57312,42976,28640,14304,2016,2024,2031,2038,1983,1631,1279,895,543,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31 60 | 31,31,31,31,31,31,191,351,479,639,991,1343,1695,2047,2037,2026,2016,24544,47072,65472,65472,65472,65440,65440,65440,65408,65408,65408,65376,65376,65344,65344,65312,65312,65280,65280,65248,65248,65216,65216,65312,65440,59360,45024,28640,14304,2016,2023,2030,2038,2015,1631,1279,895,543,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31 61 | 31,31,31,31,31,63,223,351,511,671,991,1343,1695,2015,2038,2027,2016,20448,42976,65504,65504,65504,65472,65472,65472,65440,65440,65440,65408,65408,65376,65376,65344,65312,65280,65280,65248,65216,65216,65184,65312,65440,61408,45024,30688,16352,2016,2023,2030,2038,2015,1631,1279,927,543,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31 62 | 31,31,31,31,31,31,191,319,447,607,927,1279,1631,1983,2039,2029,2018,18400,40928,61408,63456,65504,65504,65504,65472,65472,65472,65440,65440,65440,65408,65376,65376,65344,65312,65280,65280,65248,65216,65216,65344,65472,55264,40928,24544,8160,2019,2027,2035,2042,1855,1535,1183,831,479,127,31,31,31,31,31,31,31,31,31,31,31,31,31,31 63 | 31,31,31,31,31,31,159,287,415,543,863,1215,1567,1919,2041,2030,2019,14304,36832,59360,61408,61408,63456,65504,65504,65504,65472,65472,65472,65440,65440,65408,65376,65376,65344,65312,65280,65280,65248,65216,65376,65504,51168,34784,18400,2016,2023,2031,2039,2047,1727,1407,1087,735,415,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31 64 | 31,31,31,31,31,31,127,223,351,479,799,1151,1503,1855,2043,2032,2021,12256,34784,57312,57312,59360,61408,61408,63456,65504,65504,65504,65472,65472,65440,65440,65408,65376,65376,65344,65312,65280,65280,65248,65376,63456,47072,28640,12256,2018,2027,2035,2043,1919,1599,1279,991,671,351,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 65 | 31,31,31,31,31,31,95,191,287,415,735,1087,1439,1791,2044,2033,2022,10208,30688,53216,55264,57312,57312,59360,61408,61408,63456,65504,65504,65504,65472,65440,65440,65408,65376,65376,65344,65312,65280,65280,65408,59360,40928,24544,6112,2022,2030,2039,2047,1759,1471,1183,895,575,287,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 66 | 31,31,31,31,31,31,63,159,255,351,703,1055,1407,1759,2046,2035,2024,6112,28640,51168,53216,53216,55264,57312,57312,59360,61408,61408,63456,65504,65504,65472,65440,65440,65408,65376,65376,65344,65312,65280,65440,55264,36832,18400,2016,2025,2034,2043,1919,1631,1343,1055,799,511,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 67 | 31,31,31,31,31,31,31,95,191,287,639,991,1343,1695,2047,2037,2026,4064,26592,49120,49120,51168,53216,53216,55264,57312,57312,59360,61408,61408,65504,65504,65472,65440,65440,65408,65376,65376,65344,65312,65472,51168,32736,12256,2019,2028,2038,2047,1759,1471,1215,959,671,415,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 68 | 31,31,31,31,31,31,31,63,127,223,575,927,1279,1631,1983,2038,2027,2016,22496,45024,47072,49120,49120,51168,53216,53216,55264,57312,57312,59360,61408,65504,65504,65472,65440,65440,65408,65376,65376,65344,65504,47072,26592,8160,2022,2032,2041,1951,1631,1311,1087,831,575,351,95,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 69 | 31,31,31,31,31,31,31,31,95,159,511,863,1215,1567,1951,2040,2029,2017,20448,42976,45024,45024,47072,49120,49120,51168,53216,53216,55264,57312,59360,61408,65504,65504,65472,65440,65440,65408,65376,65376,63456,42976,22496,2016,2025,2035,2045,1823,1503,1183,927,703,479,255,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 70 | 31,31,31,31,31,31,31,31,31,95,447,799,1151,1535,1887,2041,2030,2019,16352,40928,40928,42976,45024,45024,47072,49120,49120,51168,53216,53216,57312,59360,61408,65504,65504,65472,65440,65440,65408,65376,59360,38880,18400,2018,2028,2038,2015,1695,1343,1023,799,607,383,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 71 | 72 | -------------------------------------------------------------------------------- /capture_examples/IMAGE_44.TXT: -------------------------------------------------------------------------------- 1 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 2 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 3 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 4 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 5 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 6 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 7 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 8 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 9 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 10 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 11 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 12 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 13 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 14 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 15 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 16 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 17 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 18 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 19 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 20 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 21 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 22 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 23 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 24 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 25 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 26 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 27 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 28 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 29 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 30 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 31 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 32 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 33 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 34 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 35 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 36 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 37 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 38 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 39 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 40 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 41 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 42 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 43 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 44 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 45 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 46 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 47 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 48 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 49 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 50 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 51 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 52 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 53 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 54 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 55 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 56 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 57 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 58 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 59 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 60 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 61 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 62 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 63 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 64 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 65 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 66 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 67 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,127,415,287,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 68 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,351,671,991,831,703,575,447,319,191,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 69 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,479,831,1183,1567,1407,1279,1151,991,863,735,575,447,319,159,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 70 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,479,895,1311,1727,2045,1983,1823,1695,1535,1407,1247,1119,959,831,671,351,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 71 | 72 | -------------------------------------------------------------------------------- /capture_examples/IMAGE_45.TXT: -------------------------------------------------------------------------------- 1 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 2 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 3 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 4 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 5 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 6 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 7 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 8 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 9 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 10 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 11 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 12 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 13 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 14 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 15 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 16 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 17 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 18 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 19 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 20 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 21 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 22 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 23 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 24 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 25 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 26 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 27 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 28 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 29 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 30 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 31 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 32 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 33 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 34 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 35 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 36 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 37 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 38 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 39 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 40 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 41 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 42 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 43 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 44 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 45 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 46 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 47 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 48 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 49 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 50 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 51 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 52 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 53 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 54 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 55 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 56 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 57 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 58 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 59 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 60 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 61 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 62 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 63 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 64 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 65 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,191,287,415,319,255,191,127,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 66 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,95,255,383,543,671,831,767,703,639,575,511,447,383,319,255,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 67 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,351,511,703,863,1055,1247,1183,1119,1055,991,959,895,831,767,703,671,447,255,63,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 68 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,159,351,575,799,991,1215,1439,1663,1599,1535,1503,1439,1407,1343,1279,1247,1183,1151,895,671,415,191,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 69 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,319,575,831,1055,1311,1567,1823,2047,2015,1983,1919,1887,1855,1791,1759,1695,1663,1631,1343,1055,799,511,255,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 70 | 31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,191,479,767,1055,1343,1631,1919,2043,2034,2035,2036,2038,2039,2040,2041,2042,2044,2045,2046,1791,1471,1151,831,543,223,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31 71 | 72 | -------------------------------------------------------------------------------- /capture_examples/README.md: -------------------------------------------------------------------------------- 1 | These files represent the data I have captured over multiple versions of my software. 2 | That's why some of these datasets will not work with the decoding software. 3 | More recent captures are (much) more likely to work. 4 | 5 | You can use these files to test out the decoding program by yourself. 6 | (IMAGE_30.TXT will definitely be decoded properly) 7 | -------------------------------------------------------------------------------- /code/arduino/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /code/python/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /code/python/CSV to Image - Working.py: -------------------------------------------------------------------------------- 1 | #Wilhelm Zeuschner 2 | #Version 2.0 3 | #05.09.2018 4 | #!/usr/local/bin/python3 5 | #https://stackoverflow.com/questions/52027382/how-do-i-convert-a-csv-file-16bit-high-color-to-image-in-python 6 | 7 | #If you get errors running this file, make sure to install Python 3 and run these commands in the command prompt or command line (admin mode / sudo) 8 | #pip install numpy 9 | #pip install pillow 10 | 11 | 12 | import numpy as np 13 | 14 | from tkinter import * 15 | from tkinter import filedialog 16 | from PIL import Image 17 | import os 18 | 19 | 20 | 21 | top = Tk() 22 | 23 | top.minsize(270, 165) 24 | top.maxsize(270, 165) 25 | top.title("Thermal Camera Image Processor") 26 | 27 | 28 | file_selected = 0 29 | file_name = "" 30 | save_selected = 0 31 | save_name = "" 32 | 33 | last_save = "" 34 | 35 | def process_image(): 36 | global file_name 37 | global file_selected 38 | global last_save 39 | processed = 0 40 | if file_selected != 0: 41 | #If a save file name was not specified 42 | if save_selected == 0 or save_path.get() == "": 43 | processed = 1 44 | # Read 16-bit RGB565 image into array of uint16 45 | try: 46 | with open(file_name,'r') as f: 47 | rgb565array = np.genfromtxt(f, delimiter = ',').astype(np.uint16) 48 | 49 | # Pick up image dimensions 50 | h, w = rgb565array.shape 51 | 52 | # Make a numpy array of matching shape, but allowing for 8-bit/channel for R, G and B 53 | rgb888array = np.zeros([h,w,3], dtype=np.uint8) 54 | 55 | for row in range(h): 56 | for col in range(w): 57 | # Pick up rgb565 value and split into rgb888 58 | rgb565 = rgb565array[col,row] 59 | r = ((rgb565 >> 11 ) & 0x1f ) << 3 60 | g = ((rgb565 >> 5 ) & 0x3f ) << 2 61 | b = ((rgb565 ) & 0x1f ) << 3 62 | # Populate result array 63 | rgb888array[col,row]=r,g,b 64 | 65 | # Save result as PNG 66 | Image.fromarray(rgb888array).save(f.name[0:-4] + '.png') 67 | last_save = f.name[0:-4] + '.png' 68 | info2["fg"] = "black" 69 | info2["text"]= str("Saved file to: " + str(f.name[0:-4] + '.png')) 70 | #Now rotate the created image by 90 degrees counter-clockwise 71 | #This is necessary due to a flaw / the way the image data is saved to the SD card 72 | im1 = Image.open(str(f.name[0:-4] + '.png')) 73 | im1 = im1.rotate(90) 74 | im1.save(str(f.name[0:-4] + '.png')) 75 | open_file_bt.configure(state = "normal") 76 | except: 77 | print("There was an error while processing, opening or saving the file! Make sure that is has the correct format!") 78 | info2["fg"] = "red" 79 | info2["text"] = "Error while processing, opening or saving the file!" 80 | open_file_bt.configure(state = "disabled") 81 | else: 82 | print("No File selected!") 83 | info2["fg"] = "red" 84 | info2["text"] = "No File selected!" 85 | open_file_bt.configure(state = "disabled") 86 | 87 | if file_selected != 0 and save_selected != 0 : 88 | try: 89 | # Read 16-bit RGB565 image into array of uint16 90 | with open(file_name,'r') as f: 91 | rgb565array = np.genfromtxt(f, delimiter = ',').astype(np.uint16) 92 | 93 | # Pick up image dimensions 94 | h, w = rgb565array.shape 95 | 96 | # Make a numpy array of matching shape, but allowing for 8-bit/channel for R, G and B 97 | rgb888array = np.zeros([h,w,3], dtype=np.uint8) 98 | 99 | for row in range(h): 100 | for col in range(w): 101 | # Pick up rgb565 value and split into rgb888 102 | rgb565 = rgb565array[row,col] 103 | r = ((rgb565 >> 11 ) & 0x1f ) << 3 104 | g = ((rgb565 >> 5 ) & 0x3f ) << 2 105 | b = ((rgb565 ) & 0x1f ) << 3 106 | # Populate result array 107 | rgb888array[row,col]=r,g,b 108 | 109 | # Save result as PNG 110 | Image.fromarray(rgb888array).save(str(save_name) + '.png') 111 | info2["fg"] = "black" 112 | info2["text"]= str("Saved file to: " + str(str(save_name) + '.png')) 113 | last_save = str(str(save_name) + '.png') 114 | #Now rotate the created image by 90 degrees counter-clockwise 115 | #This is necessary due to a flaw / the way the image data is saved to the SD card 116 | im1 = Image.open(str(str(save_name) + '.png')) 117 | im1 = im1.rotate(90) 118 | im1.save(str(str(save_name) + '.png')) 119 | open_file_bt.configure(state = "normal") 120 | 121 | except: 122 | print("There was an error while processing, opening or saving the file! Make sure that is has the correct format!") 123 | info2["fg"] = "red" 124 | info2["text"] = "Error while processing, opening or saving the file!" 125 | open_file_bt.configure(state = "disabled") 126 | elif processed == 0: 127 | print("No File selected!") 128 | info2["fg"] = "red" 129 | info2["text"] = "No File selected!" 130 | open_file_bt.configure(state = "disabled") 131 | 132 | def select_file(): 133 | global file_name 134 | global file_selected 135 | print("Selecting File") 136 | top.filename = filedialog.askopenfilename(initialdir = "F:",title = "Select file",filetypes = (("txt files","*.txt"),("csv files","*.csv*"),("all files","*.*"))) 137 | if top.filename != "": 138 | print (top.filename) 139 | file_selected = 1 140 | file_name = top.filename 141 | file_path.delete(0, "end") 142 | file_path.insert(0, str(file_name)) 143 | 144 | def open_img(): 145 | global last_save 146 | print("Opening file") 147 | try: 148 | os.startfile(last_save) 149 | except: 150 | info2["fg"] = "red" 151 | info2["text"] = "Could not open image!" 152 | 153 | 154 | def set_save_path(): 155 | global save_name 156 | global save_selected 157 | print("Selecting File") 158 | top.savename = filedialog.asksaveasfilename(initialdir = "F:",title = "Save as",filetypes = (("png files","*.png"), ("jpeg files","*.jpeg"),("all files","*.*"))) 159 | if top.savename != "": 160 | print (save_name) 161 | save_name = top.savename 162 | save_selected = 1 163 | save_path.delete(0, "end") 164 | save_path.insert(0, str(save_name)) 165 | 166 | select = Button(top, text= "Select File", command=select_file, background= "green") 167 | save_to = Button(top, text= "Save as", command=set_save_path, background= "yellow") 168 | process = Button(top,text= "Process selected File", command=process_image, background= "orange") 169 | open_file_bt = Button(top, text= "Open Image", command=open_img, background= "RoyalBlue1") 170 | 171 | file_path = Entry(top, width = 30) 172 | save_path = Entry(top, width = 30) 173 | 174 | info = Label(top, text = "If you don't select a path \n where the image should be saved,\n it will be saved in the directory \n where this .py file is run from.") 175 | info2 = Label(top, text = "") 176 | 177 | select.grid(row = 1,column = 1, sticky=E) 178 | save_to.grid(row = 2,column = 1, sticky=E) 179 | 180 | open_file_bt.grid(row = 3,column = 1, sticky=E) 181 | 182 | process.grid(row = 3,column = 0) 183 | 184 | 185 | file_path.grid(row= 1, column= 0, columnspan = 2, sticky=W) 186 | save_path.grid(row= 2, column= 0, columnspan = 2, sticky=W) 187 | 188 | info.grid(row= 4, column=0) 189 | info2.grid(row= 5, column=0, columnspan = 3, sticky = "W") 190 | 191 | 192 | open_file_bt.configure(state = "disabled") 193 | 194 | top.mainloop() 195 | -------------------------------------------------------------------------------- /code/python/compiled/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /images/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /images/IMAGE_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wilhelmzeuschner/arduino_thermal_camera_with_sd_and_img_processing/5859f1ce46a2dbf85f99e11420be6801dd064581/images/IMAGE_00.png -------------------------------------------------------------------------------- /images/IMAGE_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wilhelmzeuschner/arduino_thermal_camera_with_sd_and_img_processing/5859f1ce46a2dbf85f99e11420be6801dd064581/images/IMAGE_01.png -------------------------------------------------------------------------------- /images/IMAGE_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wilhelmzeuschner/arduino_thermal_camera_with_sd_and_img_processing/5859f1ce46a2dbf85f99e11420be6801dd064581/images/IMAGE_02.png -------------------------------------------------------------------------------- /images/IMAGE_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wilhelmzeuschner/arduino_thermal_camera_with_sd_and_img_processing/5859f1ce46a2dbf85f99e11420be6801dd064581/images/IMAGE_03.png -------------------------------------------------------------------------------- /images/IMAGE_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wilhelmzeuschner/arduino_thermal_camera_with_sd_and_img_processing/5859f1ce46a2dbf85f99e11420be6801dd064581/images/IMAGE_04.png -------------------------------------------------------------------------------- /images/IMAGE_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wilhelmzeuschner/arduino_thermal_camera_with_sd_and_img_processing/5859f1ce46a2dbf85f99e11420be6801dd064581/images/IMAGE_05.png -------------------------------------------------------------------------------- /images/IMAGE_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wilhelmzeuschner/arduino_thermal_camera_with_sd_and_img_processing/5859f1ce46a2dbf85f99e11420be6801dd064581/images/IMAGE_06.png -------------------------------------------------------------------------------- /images/IMAGE_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wilhelmzeuschner/arduino_thermal_camera_with_sd_and_img_processing/5859f1ce46a2dbf85f99e11420be6801dd064581/images/IMAGE_07.png -------------------------------------------------------------------------------- /images/IMAGE_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wilhelmzeuschner/arduino_thermal_camera_with_sd_and_img_processing/5859f1ce46a2dbf85f99e11420be6801dd064581/images/IMAGE_08.png -------------------------------------------------------------------------------- /images/IMAGE_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wilhelmzeuschner/arduino_thermal_camera_with_sd_and_img_processing/5859f1ce46a2dbf85f99e11420be6801dd064581/images/IMAGE_09.png -------------------------------------------------------------------------------- /images/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wilhelmzeuschner/arduino_thermal_camera_with_sd_and_img_processing/5859f1ce46a2dbf85f99e11420be6801dd064581/images/img.png -------------------------------------------------------------------------------- /images/thermal_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wilhelmzeuschner/arduino_thermal_camera_with_sd_and_img_processing/5859f1ce46a2dbf85f99e11420be6801dd064581/images/thermal_image.png -------------------------------------------------------------------------------- /images/thermal_image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wilhelmzeuschner/arduino_thermal_camera_with_sd_and_img_processing/5859f1ce46a2dbf85f99e11420be6801dd064581/images/thermal_image2.png --------------------------------------------------------------------------------