LOG IN
BEGINNER GUIDES
|
PHP CLASSES
|
CODE SEARCH
|
ARTICLES SEARCH
|
PHP FORUMS
|
PHP MANUAL
|
PHP FUNCTIONS LIST
|
WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles
Submit Your Code
SEO Monitor
UpTime Monitor
PHP Code Contest
My Favorite Examples
My Favorite Articles
Update Your Profile
More Weber Sites
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
Recommended Links
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Recommended
Submit Site
Forex Trading
Online forex trading platform
The HaruImage class
HaruFont::measureText
HaruImage::getBitsPerComponent
haru
PHP Manual
The HaruImage class
Introduction
Haru PDF Image Class.
Class synopsis
HaruImage
HaruImage
{
/* Methods */
int
HaruImage::getBitsPerComponent
(
void
)
string
HaruImage::getColorSpace
(
void
)
int
HaruImage::getHeight
(
void
)
array
HaruImage::getSize
(
void
)
int
HaruImage::getWidth
(
void
)
bool
HaruImage::setColorMask
(
int
$rmin
,
int
$rmax
,
int
$gmin
,
int
$gmax
,
int
$bmin
,
int
$bmax
)
bool
HaruImage::setMaskImage
(
object
$mask_image
)
}
Table of Contents
HaruImage::getBitsPerComponent
— Get the number of bits used to describe each color component of the image
HaruImage::getColorSpace
— Get the name of the color space
HaruImage::getHeight
— Get the height of the image
HaruImage::getSize
— Get size of the image
HaruImage::getWidth
— Get the width of the image
HaruImage::setColorMask
— Set the color mask of the image
HaruImage::setMaskImage
— Set the image mask
HaruFont::measureText
HaruImage::getBitsPerComponent
haru
PHP Manual