V
Vortex
Hi,
A couple of quick questions:
1. Why is the Bitmap class tied to the UI? i.e. Why can I only use Bitmap
if I'm writing a UI app? What if I wanted to write an command line image
processing app? "using System.Drawing" fails.
2. Why does C# not support 2bpp (2 bits per pixel), but it supports
all/most of the image formats? i.e. 1bpp, 4bpp, 1555, 24bpp etc...
Thanks...
Vortex
A couple of quick questions:
1. Why is the Bitmap class tied to the UI? i.e. Why can I only use Bitmap
if I'm writing a UI app? What if I wanted to write an command line image
processing app? "using System.Drawing" fails.
2. Why does C# not support 2bpp (2 bits per pixel), but it supports
all/most of the image formats? i.e. 1bpp, 4bpp, 1555, 24bpp etc...
Thanks...
Vortex