needed an favicon (or what's it called) for my other blog -- i had a self made program to make the one this blog has , long ago , in Win3.1 . . . had . . . long ago . . . there's a simple way to produce such with windows professional* ? XP ? 2K . . . since i don't need to make icons every day - the information also lost in history + the google search doesn't list the right method 4* . . . =
= quick rebuild ::
first we need a concept image for icon::
then a screen mask - white is the area that the screen below icon shows through ::
then the icon image - as i get it the mask is AND-ed to screen and then the image is XOR-ed on top of the mask . . . ::
then we need to construct a 16 color icon file (basicly it can be done with java(script) or VBA or whatever you have - to read/write binary files) ::
((DOS programs in DOSBox))
run in cmd shell ::
and here you go
with 5x zoom in added to contrast back ground XOR-ing with (at this time) the white foreground
[end of this post]