Element index for package Zebra_Image
[ a ]
[ c ]
[ e ]
[ f ]
[ j ]
[ p ]
[ r ]
[ s ]
[ t ]
[ z ]
top
top
top
top
j
- $jpeg_quality
- in file Zebra_Image.php, variable Zebra_Image::$jpeg_qualityIndicates 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_compressionIndicates 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_ratioSpecifies whether, upon resizing, images should preserve their aspect ratio.
- $preserve_time
- in file Zebra_Image.php, variable Zebra_Image::$preserve_timeIndicates whether a target files should preserve the source file's date/time.
top
top
s
- $sharpen_images
- in file Zebra_Image.php, variable Zebra_Image::$sharpen_imagesIndicates whether the target image should have a "sharpen" filter applied to it.
- $source_path
- in file Zebra_Image.php, variable Zebra_Image::$source_pathPath to an image file to apply the transformations to.
top
t
- $target_path
- in file Zebra_Image.php, variable Zebra_Image::$target_pathPath (including file name) to where to save the transformed image.
top
z
- Zebra_Image
- in file Zebra_Image.php, class Zebra_ImageA compact, lightweight, object-oriented image manipulation library written in and for PHP, that provides methods for performing several types of image manipulation operations. It doesn't require any external libraries other than the GD2 extension (with which PHP usually comes precompiled with).
- Zebra_Image
- in file Zebra_Image.php, method Zebra_Image::Zebra_Image()Constructor of the class.
- Zebra_Image.php
- procedural page Zebra_Image.php
- ZEBRA_IMAGE_BOXED
- in file Zebra_Image.php, constant ZEBRA_IMAGE_BOXEDMethods 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
|