PHP Velho Oeste 2024

The HaruImage class

(PECL haru >= 0.0.1)

Introduction

Haru PDF Image Class.

Class synopsis

HaruImage {
/* Methods */
getBitsPerComponent ( void ) : int
getColorSpace ( void ) : string
getHeight ( void ) : int
getSize ( void ) : array
getWidth ( void ) : int
setColorMask ( int $rmin , int $rmax , int $gmin , int $gmax , int $bmin , int $bmax ) : bool
setMaskImage ( object $mask_image ) : bool
}

Table of Contents

add a note add a note

User Contributed Notes

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