ZXVIEW v1.4 - viewer for SCR, ATR and IMG (Gigascreen) graphics.
This code is considered PUBLIC DOMAIN - use it on your own RISK!
Created by Shaos in March-May 2021 as SOLiD-C example.

ZXVIEW.EXE - executable binary of v1.4 (you can copy it to C:\BIN)
ZXVIEW.C   - source code to compile with SOLiD-C on Sprinter itself
ZXVIEW.BAT - batch file to build the binary from inside C:\SOLID

Usage: zxview path-to-file

Starting with v1.1 we are using gamma-correction as per sRGB:

  SCR pics - 3 levels of brightness of every color component:

        0x00 0xCB 0xFF

  IMG pics - 6 levels of brightness of every color component:

        0x00 0x7C 0xAA 0xCB 0xE7 0xFF

Note for FN users - you can copy ZXVIEW.EXE to C:\BIN and
set F3 associates in C:\FN\FNVIEW.EXT like this:

img:    c:\bin\zxview.exe !:!\!.!
scr:    c:\bin\zxview.exe !:!\!.!
atr:    c:\bin\zxview.exe !:!\!.!

