pdf_open_memory_image
Opens an image created with PHP's image functions
Description
intpdf_open_memory_image
resourcepdfdoc
resourceimage
The pdf_open_memory_image function takes
an image created with the PHP's image
functions and makes it available for the pdf resource.
The function returns a pdf image identifier.
Including a memory image
]]>
See also pdf_close_image and
pdf_place_image.