diff options
| author | Uwe Steinmann <steinm@php.net> | 2000-03-28 16:45:05 +0000 |
|---|---|---|
| committer | Uwe Steinmann <steinm@php.net> | 2000-03-28 16:45:05 +0000 |
| commit | cdb7254384a4014e0edf397afb524c9116116937 (patch) | |
| tree | e818e86ce90a8950539d00b7e5072fab56a735ed /ext/pdf/php_pdf.h | |
| parent | a4de43fe87133c028fb20bfde4c7da7eff16963d (diff) | |
| download | php-git-cdb7254384a4014e0edf397afb524c9116116937.tar.gz | |
- added pdf_open_image_file() to read jpeg, tiff, gif and png images
Diffstat (limited to 'ext/pdf/php_pdf.h')
| -rw-r--r-- | ext/pdf/php_pdf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pdf/php_pdf.h b/ext/pdf/php_pdf.h index c0840f2f54..8d0975e96c 100644 --- a/ext/pdf/php_pdf.h +++ b/ext/pdf/php_pdf.h @@ -115,10 +115,12 @@ PHP_FUNCTION(pdf_set_transition); PHP_FUNCTION(pdf_set_duration); PHP_FUNCTION(pdf_open_jpeg); PHP_FUNCTION(pdf_open_tiff); +PHP_FUNCTION(pdf_open_png); #if HAVE_LIBGD13 PHP_FUNCTION(pdf_open_memory_image); #endif PHP_FUNCTION(pdf_open_gif); +PHP_FUNCTION(pdf_open_image_file); PHP_FUNCTION(pdf_close_image); PHP_FUNCTION(pdf_place_image); PHP_FUNCTION(pdf_put_image); |
