proc import |

Version 2.33 Jun'06
Scripts
| |
|
Manual page for proc_import(PL)
proc import reads an image file and integrates it with the ploticus result.
The only types of images that will work are PNG and JPEG.
Further, the image type must be the same type as your resulting
image.
If your ploticus build does not support PNG or JPEG, you cannot
use this feature.
A Gallery example that imports a PNG file, and changes its size, is
pngresize
Attributes
The file and location attributes must be supplied.
file
name
-
-
The name of the file to import.
location
x y
-
-
Where the imported image should be placed.
May be in absolute or scaled units.
scale
s
-
-
Scale factor to apply when rendering the image. 1.0
results in the original size; smaller values reduce the size;
larger values increase the size.
align
center | topleft | bottomleft
-
-
Alignment of image relative to the specified location.
center causes the image to be centered about the x, y
location;
topleft causes the image to be placed so that its top left is at x, y;
bottomleft causes the image to be placed so that its bottom left is at x, y.
|
 data display engine
Copyright Steve Grubb
|