pdf_open_image

(PHP 4 >= 4.0.5, PECL)

pdf_open_image -- イメージデータを使用する [古い関数]

説明

int pdf_open_image ( resource p, string imagetype, string source, string data, int length, int width, int height, int components, int bpc, string params )

さまざまなデータソースからのイメージデータを使用します。サポート されている型は jpegccittraw です。サポートされているソースは memoryfilerefurl です。 len は、type が raw の場合にのみ使用可能です。params は type が ccitt の場合にのみ使用可能です。

この関数は PDFlib バージョン 5 で廃止されました。かわりに 仮想ファイルおよび pdf_load_image() を使用してください。