Element index for Zebra_Image
[ a ]
[ b ]
[ c ]
[ e ]
[ f ]
[ j ]
[ p ]
[ r ]
[ s ]
[ t ]
[ w ]
[ z ]
[ _ ]
top
top
b
- $bmp_compressed
- in file Zebra_Image.php, variable Zebra_Image::$bmp_compressed
Indicates whether BMP images should be compressed with run-length encoding (RLE), or not.
top
top
top
top
j
- $jpeg_interlace
- in file Zebra_Image.php, variable Zebra_Image::$jpeg_interlace
Indicates whether the created image should be saved as a progressive JPEG.
- $jpeg_quality
- in file Zebra_Image.php, variable Zebra_Image::$jpeg_quality
Indicates the quality of the output image (better quality means bigger file size).
top
p
- $png_compression
- in file Zebra_Image.php, variable Zebra_Image::$png_compression
Indicates the compression level of the output image (lower compression means bigger file size).
- $preserve_aspect_ratio
- in file Zebra_Image.php, variable Zebra_Image::$preserve_aspect_ratio
Specifies whether upon resizing images should preserve their aspect ratio.
- $preserve_time
- in file Zebra_Image.php, variable Zebra_Image::$preserve_time
Indicates whether a target file should preserve the source file's date/time.
top
top
s
- $sharpen_images
- in file Zebra_Image.php, variable Zebra_Image::$sharpen_images
Indicates whether the target image should have a sharpen filter applied to it.
- $source_path
- in file Zebra_Image.php, variable Zebra_Image::$source_path
Path to an image file to apply the transformations to.
top
t
- $target_path
- in file Zebra_Image.php, variable Zebra_Image::$target_path
Path (including file name) to where to save the transformed image.
top
top
z
- Zebra_Image
- in file Zebra_Image.php, class Zebra_Image
A single-file, lightweight PHP library designed for efficient image manipulation featuring methods for modifying images and applying filters Supports WEBP format.
- Zebra_Image.php
- procedural page Zebra_Image.php
- ZEBRA_IMAGE_BOXED
- in file Zebra_Image.php, constant ZEBRA_IMAGE_BOXED
Methods used with the resize() method.
- ZEBRA_IMAGE_CROP_BOTTOMCENTER
- in file Zebra_Image.php, constant ZEBRA_IMAGE_CROP_BOTTOMCENTER
- ZEBRA_IMAGE_CROP_BOTTOMLEFT
- in file Zebra_Image.php, constant ZEBRA_IMAGE_CROP_BOTTOMLEFT
- ZEBRA_IMAGE_CROP_BOTTOMRIGHT
- in file Zebra_Image.php, constant ZEBRA_IMAGE_CROP_BOTTOMRIGHT
- ZEBRA_IMAGE_CROP_CENTER
- in file Zebra_Image.php, constant ZEBRA_IMAGE_CROP_CENTER
- ZEBRA_IMAGE_CROP_MIDDLELEFT
- in file Zebra_Image.php, constant ZEBRA_IMAGE_CROP_MIDDLELEFT
- ZEBRA_IMAGE_CROP_MIDDLERIGHT
- in file Zebra_Image.php, constant ZEBRA_IMAGE_CROP_MIDDLERIGHT
- ZEBRA_IMAGE_CROP_TOPCENTER
- in file Zebra_Image.php, constant ZEBRA_IMAGE_CROP_TOPCENTER
- ZEBRA_IMAGE_CROP_TOPLEFT
- in file Zebra_Image.php, constant ZEBRA_IMAGE_CROP_TOPLEFT
- ZEBRA_IMAGE_CROP_TOPRIGHT
- in file Zebra_Image.php, constant ZEBRA_IMAGE_CROP_TOPRIGHT
- ZEBRA_IMAGE_NOT_BOXED
- in file Zebra_Image.php, constant ZEBRA_IMAGE_NOT_BOXED
top
|