ImageGear Professional v18.2 > User Guide > Using ImageGear > Image Processing > Basic Image Processing with IGPage |
The various ways in which an image can be modified with IGPage Object are described in the following table. Please refer to the Core Component API Reference for complete descriptions of the IGPage Object methods.
Modification | API Reference |
---|---|
Make changes to the Alpha channel of information in the image. | AddAlpha Method GetAlphaCopy Method GetAlphaDIBInfo Method RemoveAllAlpha Method RemoveAlpha Method |
Make changes to the palette stored with the image (note that this is NOT the same palette as used to render the image - that palette is generated by IGPageDisplay Object when the image is rendered. | GetPaletteSize Method GetPaletteCopy Method GetPaletteEntryCopy Method UpdatePaletteEntryFrom Method |
Make changes to the resolution "metadata" stored with the image (changing this does not resize the image, only redefines the volume of physical space that each image pixel represents). | GetImageResolutionCopy Method |
Copy all of the information in one IGPage Object into another. | DuplicateTo Method |