Re: brightness vb.net images
- From: "Bob Powell [MVP]" <bob@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 12 Nov 2005 11:13:55 +0100
No, These have only two levels of brightness. Any gray-scaling you see in
such an image is due to dithering of pixels. There are kludgy ways of
reconstructing this but the quality would be bad. You could for example draw
the image onto a 24bpp bitmap and shrink it. The pixels would become
averaged and you may be able to reconstruct something. The problem would be
that you'd have to shrink it at least to 1/8th of it's size.
I don't think you'll get much success extracting information from this
format.
--
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
"Mark Fishman" <marfi95@xxxxxxxxx> wrote in message
news:1131679149.381524.48140@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Bob,
>
> Does this histogram approach work for images that are already B&W in a
> 1bpp image group 4 image.
>
.
- References:
- brightness vb.net images
- From: marfi95
- Re: brightness vb.net images
- From: Bob Powell [MVP]
- Re: brightness vb.net images
- From: Mark Fishman
- brightness vb.net images
- Prev by Date: DIB Bitmap to system.drawing.bitmap
- Next by Date: Re: DIB Bitmap to system.drawing.bitmap
- Previous by thread: Re: brightness vb.net images
- Next by thread: Load image from http url.
- Index(es):
Relevant Pages
|