Image Class
Package:
Summary:
Create and manipulate images
Groups:
Author:
Description:
This class can be used to create and manipulate images.
It can create a blank image or from a file in GIF, PNG or JPEG formats.
The class can perform several types of image manipulation operations like getting pixel colors, finding a solid band of a color, fill an area with a color, draw ellipses, rectangles, lines, text, rescale the image, apply filters, crop the image, etc..
The processed image can be saved to a file or dumped as the current script output.
It can create a blank image or from a file in GIF, PNG or JPEG formats.
The class can perform several types of image manipulation operations like getting pixel colors, finding a solid band of a color, fill an area with a color, draw ellipses, rectangles, lines, text, rescale the image, apply filters, crop the image, etc..
The processed image can be saved to a file or dumped as the current script output.
Comments are closed.