Zebra_Image Zebra_Image

Element index for Zebra_Image

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

_

__construct
in file Zebra_Image.php, method Zebra_Image::__construct()
    Constructor of the class.
top

a

$auto_handle_exif_orientation
in file Zebra_Image.php, variable Zebra_Image::$auto_handle_exif_orientation
    If set to true, JPEG images will be auto-rotated according to the Exif Orientation Tag so that they are always shown correctly.
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

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

c

$chmod_value
in file Zebra_Image.php, variable Zebra_Image::$chmod_value
    Indicates 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_images
    If 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::$error
    In 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_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

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_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

w

$webp_quality
in file Zebra_Image.php, variable Zebra_Image::$webp_quality
    Indicates the quality level of the output image.
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