int
pdf_open_png
(int
pdf, string
png_file)
関数PDF_open_png()は名前が filenameのファイルに保存されたイメージをオー プンします。イメージのフォーマットはPNGである必要があります。 この関数は、pdfイメージIDを返します。
例 1. PNGイメージを読み込む
|
PDF_close_image(), PDF_open_jpeg(), PDF_open_gif(), PDF_open_memory_image(), PDF_execute_image(), PDF_place_image(), PDF_put_image()も参照下さい。