(PHP 4 >= 4.0.5)
pdf_open_image -- イメージ読み込み関数
説明
int
pdf_open_image ( int PDF-document, string imagetype, string source, string data, long length, int width, int height, int components, int bpc, string params)
複数のデータソースからのイメージデータを使用します。サポートさ
れているイメージ型は、"jpeg", "ccitt", "raw" です。サポートされて
いるソースは、"memory", "fileref", "url" です。len は type="raw"
の場合にのみ使用可能です。params は type="ccitt" の場合にのみ使用
可能です。