Fading 8 & 16/24 bit bitmaps 
Author Message
 Fading 8 & 16/24 bit bitmaps

Can anyone help me or point me in the correct direction?

I would like to fade both 8 and 16 or 24 bitmaps to black from within
Visual Basic.  I am using VB 4.

Thanks,

Martyn.



Fri, 03 Aug 2001 03:00:00 GMT  
 Fading 8 & 16/24 bit bitmaps
Forget fading the 16 and 24-bit bitmaps using palette routines (since
they are only workable in 8-bit depths or less).    I have developed a
generalized approach that does not{*filter*}around with palettes.  But
rather,  "dissolves" the bitmap using 1 pixel-wide blts to a background
image (or a solid color if you prefer).  I have a free source project on

post from Jim Deutch on this subject, but as he has stated ( and I have
learned the hard way), screwing around with palette animation routines is
not trivial, and you can run into problems if the display device doesn't
support palettes.
Quote:
> Can anyone help me or point me in the correct direction?

> I would like to fade both 8 and 16 or 24 bitmaps to black from within
> visual basic.  I am using VB 4.

> Thanks,

> Martyn.



Sat, 04 Aug 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Convert 16 bit bmp to 24 bit bmp

2. Converting 16/24 bit image to 8 bit

3. 24-bit to 8-bit bitmaps

4. IMAGELIST and 24 by 24 bit icons...

5. 8-bit, 16-bit & 32-bit Colour

6. 24-bit bmp to 1-bit conversion

7. Howto change 24 bit bitmap into 8 bit bitmap in vb

8. bmp 24-bit to 1-bit conversion

9. 24 bit BMP to 8 bit BMP

10. BMP 24-bit to BMP 1-bit converting

11. 24-bit to 1-bit bitmap

 

 
Powered by phpBB® Forum Software