Image.class
Package:
Summary:
Generate images with programmatically graphics
Groups:
Author:
Description:
This class can be used to generate images with graphic primitives defined programmatically.
It can create an empty image with given size or load an existing image from a JPEG, PNG or GIF image.
The class can render graphic primitives in the image like drawing a text string with optional border, copy parts of the image to another position, draw ellipsis, rectangles, lines, and scale the image to a given size.
The generated image can be saved also in JPEG, PNG or GIF formats.
It can create an empty image with given size or load an existing image from a JPEG, PNG or GIF image.
The class can render graphic primitives in the image like drawing a text string with optional border, copy parts of the image to another position, draw ellipsis, rectangles, lines, and scale the image to a given size.
The generated image can be saved also in JPEG, PNG or GIF formats.
Comments are closed.