Package: Zebra_Image

Element index for package Zebra_Image

[ a ] [ c ] [ e ] [ f ] [ j ] [ p ] [ r ] [ s ] [ t ] [ z ]

a

apply_filter
in file Zebra_Image.php, method Zebra_Image::apply_filter()Applies one or more filters to the image given as source_path and outputs it as the file specified as target_path.
top

c

$chmod_value
in file Zebra_Image.php, variable Zebra_Image::$chmod_valueIndicates the file system permissions to be set for newly created images.
crop
in file Zebra_Image.php, method Zebra_Image::crop()Crops a portion of the image given as source_path and outputs it as the file specified as target_path.
top

e

$enlarge_smaller_images
in file Zebra_Image.php, variable Zebra_Image::$enlarge_smaller_imagesIf set to FALSE, images having both width and height smaller than the required width and height, will be left untouched (jpeg_quality and png_compression will still apply).
$error
in file Zebra_Image.php, variable Zebra_Image::$errorIn case of an error read this property's value to see the error's code.
top

f

flip_both
in file Zebra_Image.php, method Zebra_Image::flip_both()Flips both horizontally and vertically the image given as source_path and outputs the resulted image as target_path
flip_horizontal
in file Zebra_Image.php, method Zebra_Image::flip_horizontal()Flips horizontally the image given as source_path and outputs the resulted image as target_path
flip_vertical
in file Zebra_Image.php, method Zebra_Image::flip_vertical()Flips vertically the image given as source_path and outputs the resulted image as target_path
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

r

resize
in file Zebra_Image.php, method Zebra_Image::resize()Resizes the image given as source_path and outputs the resulted image as target_path.
rotate
in file Zebra_Image.php, method Zebra_Image::rotate()Rotates the image given as source_path and outputs the resulted image as target_path.
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