(PHP 3>= 3.0.10, PHP 4 >= 4.0.0)
pdf_open_memory_image -- Opens an image created with PHP's image functionsThe pdf_open_memory_image() function takes an image created with the PHP's image functions and makes it available for the pdf object. The function returns a pdf image identifier.
Example 1. Including a memory image
|
See also pdf_close_image(), pdf_place_image().