PS_place_image

Langue: en

Autres versions - même langue

Version: 274604 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

PS_place_image --- Places image on the page

SYNOPSIS

#include <pslib.h>

void PS_place_image(PSDoc *psdoc, int imageid, float x, float y, float scale)

DESCRIPTION

Places a formerly loaded image at the current point on the page. The image is scaled if x and y have values unequal to 1.

The image data is ascii85 encoding which is only 20 percent larger than the raw binary data of the image (The binary data is not equal to the file size but somewhat smaller, because the file also contains an image header.). You can turn on hex encoding by setting the parameter `imageencoding' to `hex'. Hex encoding doubles the size of the image data.
 

SEE ALSO

PS_open_image(3), PS_open_image_file(3)

AUTHOR

This manual page was written by Uwe Steinmann uwe@steinmann.cx.