CSSyncImageInformation
in package
This class contains the image properties.
Tags
Table of Contents
- __construct() : mixed
- Creates a new CSSyncImageInformation object containing informations about the image
Methods
__construct()
Creates a new CSSyncImageInformation object containing informations about the image
public
__construct(int $width, int $height, string $colorspace, float $dpi) : mixed
Parameters
- $width : int
-
the width of the image
- $height : int
-
the height of the image
- $colorspace : string
-
the colorspace of the image
- $dpi : float
-
the resultion of the image
