|
About the DrawDib Functions
Collectively, the DrawDib functions are similar to the StretchDIBits function in that they provide image-stretching and dithering capabilities.
However, the DrawDib functions support image decompression, data-streaming, and a
greater number of display adapters.
You will find it beneficial to use the DrawDib functions in some
circumstances. Still, StretchDIBits is more diverse than the DrawDib functions and should be used when the
DrawDib functions cannot provide the desired functionality. The following list
describes factors to consider when deciding whether to use the DrawDib functions or StretchDIBits.
- Color table information format. DrawDib functions display images that use the DIB_RGB_COLORS format for their
color table. If images in your application store color table information with
the DIB_PAL_COLORS or DIB_PAL_INDICES format, you must use StretchDIBits to display them.
- Transfer mode. DrawDib functions require that your application use the SRCCOPY transfer
mode. If your application uses StretchDIBits with a transfer mode other than SRCCOPY, you should continue to use StretchDIBits. Similarly, if you need to use other raster operations in your application,
such as an XOR, use StretchDIBits.
- Quality of video and animation playback. You can use the DrawDib functions for data-streaming applications, such as
those that play video clips and animated sequences. The DrawDib functions
outperform StretchDIBits in that they provide higher-quality images and improve motion during
playback.
- Display adapters. DrawDib functions support a greater number of display adapters than StretchDIBits supports. The DrawDib functions support VGA color adapters that provide
16-color palettes using 4-bit image depth, SVGA adapters that provide 256-color
palettes using 8-bit image depth, and true-color display adapters that provide
thousands of colors using 16-bit, 24-bit, and 32-bit image depths.
The DrawDib functions also improve the speed and quality of displaying images
on display adapters with more limited capabilities. For example, when using an
8-bit display adapter, the DrawDib functions efficiently dither true-color
images to 256 colors. They also dither 8-bit images when using 4-bit display
adapters.
- Image-stretching. Like StretchDIBits, the DrawDib functions use source and destination rectangles to control the
portion of an image that is displayed. You can crop unwanted portions of an
image or stretch an image by varying the position and size of the source and
destination rectangles. If a display driver does not support image-stretching, the
DrawDib functions provide more efficient stretching capabilities than StretchDIBits.
- Compressed images. The DrawDib functions support several compression and decompression methods,
including run-length encoding, JPEG, Cinepak, 411 YUV, and Indeo.
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|