Class ImageStorage
- Inteve\SimpleImageStorage\ImageStorage uses Nette\SmartObject (not available)
public
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
#
getRealThumbnailPath( string $file, integer|null $width, integer|null $height, integer|null $flags = NULL, integer|null $quality = NULL )
|
public
string
|
#
getPublicThumbnailPath( string $file, integer|null $width, integer|null $height, integer|null $flags = NULL, integer|null $quality = NULL )
|
public
string
|
integer |
SHRINK_ONLY
only shrinks images |
#
1
|
integer |
STRETCH
will ignore aspect ratio |
#
2
|
integer |
FIT
fits in given area so its dimensions are less than or equal to the required dimensions |
#
0
|
integer |
FILL
fills given area so its dimensions are greater than or equal to the required dimensions |
#
4
|
integer |
EXACT
fills given area exactly |
#
8
|