This class provides functions that enable you to package bitmaps into an image. Two bitmaps can be packaged,
one for the image itself and, optionally, another for the images mask.
Holds bitmaps which have a dynamic palette. CQikDynamicPaletteBitmap holds resources which specifies one or more
bitmaps which have a dynamic palette. The colors of such bitmaps can change when a resource change occur. The colors are
changed according to a specified color substitute resource or a colorization scheme resource. See QIK_COLOR_SUBSTITUTE and
QIK_COLOR_COLORIZATION .
A control that encapulates the image viewer api into a control. CQikImageCapture supports image formats like BMP, GIF,
JPEG, ETC. It can take image from camera See CQikImageCapture
Utility image converter class for non bitmaps to bitmaps. CQikImageConverter is an image utility that is used to convert
non bitmaps to bitmaps. With this utility you can perform functions like zoom, stretch and rescale. The user of this utility
must provide a MQikImageConverterObserver object to be able to receive and handle the asynchronous events
sent from the CQikImageConverter object which is an active object.
This class handles functionality found image zooming and image panning:
-
Tile the image
-
Best fit the image
-
Stretching the image
-
Displays popup menu
Interface for observers of a CQikImageCapture object. The interface provided by the MQikImageCaptureObserver
class is supposed to be implemented by the observer of an CQikImageCapture object.
Interface for the observer of the image converter. The MQikImageConverterObserver interface must be implemented by the user of
the image converter. This is necessary since the CQikImageConverter is an active object and asynchronous events
sent from the converter must be handled user.
Interface class describing the functionality expected of an observer for CQikImagePreview
CQikImagePreview
observers are informed by the CQikImagePreview control when image load successful,fail or modified.