ICOView 0.01
------------
(C) PeatSoft (Herman Wiegman)
https://hwiegman.home.xs4all.nl/index.html
hwiegman@xs4all.nl
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
This VB.NET program is essentially a custom ICO (Windows icon) file parser and renderer. Instead of relying on Windows APIs to load an icon, it manually reads the ICO file format,
extracts the bitmap data, interprets the color palette and transparency mask, and draws the icon pixel-by-pixel into a Bitmap displayed in a PictureBox.

The code is written more as an ICO format explorer/debugger than a general-purpose icon loader.

It only supports:

Single-image ICO files
32×32 icons
1-bit and 4-bit color depths
Uncompressed bitmap icons
Fixed assumptions such as image offset = 22

MORE TO COME...
