Vizplex, 3-bit(8 shades) grayscale renderer update
by Jake Luck <mread@10k.org> 2008-02-07
Download -> RasterFarian2.5.1patched-505.rar
MD5(RasterFarian2.5.1patched-505.rar)= 171ab97799da8d3bd9d25706055e0067
based on athlonkmf's patched distro
MD5(RasterFarian 2.5.1patched.rar)= 6581ec37a1dedaacf2fb8bb44239a056
https://www.mobileread.com/forums/showthread.php?t=13678
http://hightech.afmag.net/rasterfari...sion-here.html
Files changed:./RasterFarian FILES/software/NetPBM/palette.pgm
./RasterFarian FILES/modules/kernel-processing.cmd
./RasterFarian FILES/modules/kernel-preview.cmd
Original preserved as:./RasterFarian FILES/software/NetPBM/500palette.pgm
./RasterFarian FILES/modules/500kernel-processing.cmd
./RasterFarian FILES/modules/500kernel-preview.cmd
To modify your currently installed copy of RasterFarian.
1) change the content of the file "software/NetPBM/palette.pgm" to
P2
8 1
255
0 36 73 109 146 182 219 255
2) find all instances of in the following 2 files
"modules/kernel-preview.cmd"
"modules/kernel-processing.cmd"
and change... -colorspace GRAY -colors 4 ...
to... -colorspace GRAY -colors 8 ...
4 instances occurs in each file.
naturally the final LRF filesize is increased by 40% in compare to the 4-level gray rendering.
Enjoy.