Main Page | Modules | Class List | File List | Class Members | File Members

image_rgba_int.c File Reference

#include <gandalf/image/image_rgba_int.h>
#include <string.h>
#include <gandalf/image/image_defs.h>
#include <gandalf/common/array.h>
#include <gandalf/common/allocate.h>
#include <gandalf/common/misc_error.h>
#include <gandalf/common/compare.h>

Defines

#define GAN_PIXEL   struct Gan_RGBAPixel_i
#define GAN_PIXEL_FORMAT   RGB-colour alpha
#define GAN_PIXEL_TYPE   int
#define GAN_PIXFMT   GAN_RGB_COLOUR_ALPHA_IMAGE
#define GAN_PIXTYPE   GAN_INT
#define GAN_IMFMT   rgba
#define GAN_IMTYPE   i
#define GAN_PIX_FIELD1   R
#define GAN_PIX_FIELD2   G
#define GAN_PIX_FIELD3   B
#define GAN_PIX_FIELD4   A
#define GAN_IMAGE_FORM_GEN   gan_image_form_gen_rgba_i
#define GAN_IMAGE_SET_GEN   gan_image_set_gen_rgba_i
#define GAN_IMAGE_ALLOC   gan_image_alloc_rgba_i
#define GAN_IMAGE_ALLOC_DATA   gan_image_alloc_data_rgba_i
#define GAN_IMAGE_FORM   gan_image_form_rgba_i
#define GAN_IMAGE_FORM_DATA   gan_image_form_data_rgba_i
#define GAN_IMAGE_SET   gan_image_set_rgba_i
#define GAN_IMAGE_SET_PIX   gan_image_set_pix_rgba_i
#define GAN_IMAGE_GET_PIX   gan_image_get_pix_rgba_i
#define GAN_IMAGE_GET_PIXPTR   gan_image_get_pixptr_rgba_i
#define GAN_IMAGE_GET_PIXARR   gan_image_get_pixarr_rgba_i
#define GAN_IMAGE_FILL_CONST   gan_image_fill_const_rgba_i
#define GAN_IMAGE_GET_ACTIVE_SUBWINDOW   gan_image_get_active_subwindow_rgba_i
#define GAN_IMAGE_MASK_WINDOW   gan_image_mask_window_rgba_i
#define GAN_IMAGE_CLEAR_WINDOW   gan_image_clear_window_rgba_i
#define GAN_IMAGE_PIXEL_ZERO_VAL   0
#define GAN_FILL_ARRAY   gan_fill_array_i
#define GAN_COPY_ARRAY   gan_copy_array_i

Functions

Gan_Bool gan_image_get_active_subwindow_rgba_i (const Gan_Image *image, Gan_ImageWindow *subwin)
 Computes bounding box of non-zero pixels in grey-level image.
Gan_RGBAPixel_igan_image_get_pixptr_rgba_i (const Gan_Image *img, unsigned row, unsigned col)
 Return a pointer to a pixel from a RGB-colour alpha int image.
Gan_RGBAPixel_i ** gan_image_get_pixarr_rgba_i (const Gan_Image *img)
 Return the pixel array from a RGB-colour alpha int image.
Gan_Bool gan_image_mask_window_rgba_i (Gan_Image *img, unsigned r0, unsigned c0, unsigned height, unsigned width)
 Clear image except in specified rectangular region.
Gan_Bool gan_image_clear_window_rgba_i (Gan_Image *img, unsigned r0, unsigned c0, unsigned height, unsigned width)
 Clear image in specified rectangular region.
Gan_Imagegan_image_set_gen_rgba_i (Gan_Image *img, unsigned long height, unsigned long width, unsigned long stride, Gan_Bool alloc_pix_data)
 Set format, type, dimension and stride attributes of an image.
Gan_Imagegan_image_form_gen_rgba_i (Gan_Image *img, unsigned long height, unsigned long width, unsigned long stride, Gan_Bool alloc_pix_data, struct Gan_RGBAPixel_i *pix_data, size_t pix_data_size, struct Gan_RGBAPixel_i **row_data, size_t row_data_size)
 Form an image with specific format, type, dimensions and stride.

Detailed Description

Module: RGB colour signed integer images with alpha channel

Part of: Gandalf Library

Version:
1.11
Date:
2004/05/18 20:16:57
Author:
pm
Copyright: (c) 2000 Imagineer Software Limited
Generated on Fri Mar 17 12:44:52 2006 by  doxygen 1.3.9.1