   #PHP Manual PDF functions pdf_open_image_file pdf_open_jpeg

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                pdf_open_image

   (PHP 4 >= 4.0.5)
   pdf_open_image -- Versatile function for images

Description

   int pdf_open_image ( resource PDF-document, string imagetype, string
   source, string data, long length, int width, int height, int
   components, int bpc, string params)

   Use image data from a variety of data sources. Supported types are
   jpeg, ccitt, raw. Supported sources are memory, fileref, url. len is
   only used when type is raw, params is only used when type is ccitt.
   ______________________________________________________________________

   Prev                Home          Next
   pdf_open_image_file  Up  pdf_open_jpeg
