parent root
PHP: PDF_open_ccitt - Manual
PHP 7.2.23 Release Announcement

PDF_open_ccitt

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)

PDF_open_ccittOpen raw CCITT image [deprecated]

Description

PDF_open_ccitt ( resource $pdfdoc , string $filename , int $width , int $height , int $BitReverse , int $k , int $Blackls1 ) : int

Opens a raw CCITT image.

This function is deprecated since PDFlib version 5, use PDF_load_image() instead.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root