Lines Matching refs:Image
201 Apply a given color translation to the raster bits of an image
204 GifApplyTranslation(SavedImage *Image, GifPixelType Translation[])
207 register int RasterSize = Image->ImageDesc.Height * Image->ImageDesc.Width;
210 Image->RasterBits[i] = Translation[Image->RasterBits[i]];
269 Image block allocation functions
273 * Frees the last image in the GifFile->SavedImages array
293 /* Deallocate the image data */
304 * we want to free the last Image it's convenient to do it here.
309 * Append an image block to the SavedImages array