inSCR
version 2
(release date: 12-feb-2005)


1. INTRO

inSCR is  lister-plugin for TotalCommander meant for viewing ZX-Spectrum
screen files. Supports 6912, 6929(hobeta), 6144 and 6161(blackwhite) bytes 
length files. Configurable.


2. INSTALLATION

Copy inSCR.wlx somewhere. Run TC, open lister -> options -> configure ->
-> LS-Plugins -> Add. Select inSCR.wlx file. Press OK.

NOTE: TotalCommander 5.51 or later required!


3. CONFIG

inSCR looks for [inscr] section of inX.cfg file in directory, where
inSCR.wlx file is. The following keys are watched:

sizex=768			; width...
sizey=576			; 	...and height of picture view when FitToWindow is off
bordercolor=0		; border color (RGB value)
filter=0			; 0 or 1
bwattr=7			; attribute for black-white pictures (6144 and 6161(hobeta) bytes length); set to zero to disable blackwhite files support
flashrate=400			; flash color blink rate in milliseconds; type 0 to disable flash
palette=hackerkay		; name of used palette (no spaces!)

Also inX.cfg file may contain palettes sections. The "palette" key defines the
name of used palette section. Palette section should contain 16 keys, which
define RGB values of 16 ZX colors. The following is an example of the
palette named "hackerkay":

[HackerKAY]
0=0
1=14680064
2=224
3=14680288
4=57344
5=14737408
6=57568
7=14737632
8=0
9=16515072
10=252
11=16515324
12=64512
13=16579584
14=64764
15=16579836

There is a sample config file in the archive, which also contains several
palette presets.

NOTES: 
1) as you may notice, inSCR settings may be stored in the same file,
   as inSCL and inTRD plugins settings.  
2) RGB value = 65536*blue + 256*green + red


4. HOTKEYS

When viewing an ZX screen file, you can press several keys:

I - invert ZX colors
U - filter on/off
F - Fit_To_Window mode on/off
D - Save as BMP


5. TO DO


6. AUTHOR

written by Eugene Larchenko aka PushPC/Spectrodyne
email: spct@mail.ru
(bugreports, suggestions are welcome)


7. HISTORY

ver 2 (12-02-2005)
- flash color support
- RMB context menu
- save to BMP
- blackwhite screens (6144) support
- plugin size reduced
- several optimizations

ver 1 (10-08-2004)
 - second release ;)

ver 0.8beta (19-07-2004)
 - first release