См. определение в файле Image.php строка 13
◆ __construct()
__construct |
( |
| $file = null | ) |
|
Image constructor.
- Аргументы
-
string | null | $file | Physical file name. |
См. определение в файле Image.php строка 36
◆ autoRotate()
autoRotate |
( |
| $orientation | ) |
|
Fixes wierd orientation (from EXIF).
- Аргументы
-
- Возвращает
- bool True if it was fixed.
См. определение в файле Image.php строка 131
◆ clear()
Clears all resources associated to the image.
См. определение в файле Image.php строка 305
◆ drawWatermark()
Draws a text or image watermark on the image (depending on type).
- Аргументы
-
Image\Watermark | $watermark | |
- Возвращает
- bool
См. определение в файле Image.php строка 202
◆ exceedsMaxSize()
Returns true if the image exceeds maximum dimensions in options.
- Возвращает
- bool
См. определение в файле Image.php строка 297
◆ filter()
Applies a mask to the image (convolution).
- Аргументы
-
- Возвращает
- bool
См. определение в файле Image.php строка 192
◆ flipHorizontal()
Flips the image horizontally.
- Возвращает
- bool
См. определение в файле Image.php строка 121
◆ flipVertical()
Flips the image vertically.
- Возвращает
- bool
См. определение в файле Image.php строка 112
◆ getDimensions()
Returns actual width and height in the Rectangle object.
- Возвращает
- Image\Rectangle
См. определение в файле Image.php строка 287
◆ getExifData()
Returns EXIF data from the image.
- Возвращает
- array
См. определение в файле Image.php строка 69
◆ getHeight()
Returns actual height of the image.
- Возвращает
- int
См. определение в файле Image.php строка 278
◆ getInfo()
getInfo |
( |
| $flashEnabled = false | ) |
|
Returns the image file info, including the image size.
- Аргументы
-
- Возвращает
- Image\Info|null
См. определение в файле Image.php строка 79
◆ getWidth()
Returns actual width of the image.
- Возвращает
- int
См. определение в файле Image.php строка 269
◆ load()
Reads the image data from the file.
- Возвращает
- bool
См. определение в файле Image.php строка 88
◆ resize()
Resizes the image.
- Аргументы
-
Image\Rectangle | $source | |
Image\Rectangle | $destination | |
- Возвращает
- bool
См. определение в файле Image.php строка 182
◆ rotate()
Rotates the image clockwise.
- Аргументы
-
float | $angle | |
Image\Color | null | $bgColor | |
- Возвращает
- bool
См. определение в файле Image.php строка 99
◆ save()
Saves the image to the current file.
- Аргументы
-
int | $quality | Percents, normalized to 95 on incorrect values. |
- Возвращает
- bool
См. определение в файле Image.php строка 220
◆ saveAs()
saveAs |
( |
| $file, |
|
|
| $quality = 95, |
|
|
| $format = null ) |
Saves the image to the specified file.
- Аргументы
-
string | $file | Physical file. |
int | $quality | Percents, normalized to 95 on incorrect values. |
int | null | $format | One of the Image::FORMAT_* constants. |
- Возвращает
- bool
См. определение в файле Image.php строка 243
◆ setEngine()
Sets image processing engine.
- Аргументы
-
См. определение в файле Image.php строка 55
◆ setFileAttributes()
setFileAttributes |
( |
| $file | ) |
|
|
protected |
◆ setOrientation()
setOrientation |
( |
| $orientation | ) |
|
Sets the image orientation.
- Аргументы
-
- Возвращает
- bool
См. определение в файле Image.php строка 171
◆ $engine
◆ $file
◆ FORMAT_BMP
const FORMAT_BMP = \IMAGETYPE_BMP |
◆ FORMAT_GIF
const FORMAT_GIF = \IMAGETYPE_GIF |
◆ FORMAT_JPEG
const FORMAT_JPEG = \IMAGETYPE_JPEG |
◆ FORMAT_PNG
const FORMAT_PNG = \IMAGETYPE_PNG |
◆ FORMAT_WEBP
const FORMAT_WEBP = \IMAGETYPE_WEBP |
◆ RESIZE_EXACT
◆ RESIZE_PROPORTIONAL
const RESIZE_PROPORTIONAL = 1 |
◆ RESIZE_PROPORTIONAL_ALT
const RESIZE_PROPORTIONAL_ALT = 0 |