[PhpThumb] element index

Package indexes

All elements
a c d e f g h i l m n o p r s t v w _
_
top
$_implementations
PhpThumb::$_implementations in PhpThumb.inc.php
What implementations are available
$_instance
PhpThumb::$_instance in PhpThumb.inc.php
Instance of self
$_registry
PhpThumb::$_registry in PhpThumb.inc.php
The plugin registry
__call
ThumbBase::__call() in ThumbBase.inc.php
Calls plugin / imported functions
__construct
ThumbBase::__construct() in ThumbBase.inc.php
Class constructor
__construct
GdThumb::__construct() in GdThumb.inc.php
Class Constructor
__destruct
GdThumb::__destruct() in GdThumb.inc.php
Class Destructor
a
top
adaptiveResize
GdThumb::adaptiveResize() in GdThumb.inc.php
Adaptively Resizes the Image
c
top
$currentDimensions
GdThumb::$currentDimensions in GdThumb.inc.php
The current dimensions of the image
calcHeight
GdThumb::calcHeight() in GdThumb.inc.php
Calculates a new width and height for the image based on $this->maxWidth and the provided dimensions
calcImageSize
GdThumb::calcImageSize() in GdThumb.inc.php
Calculates the new image dimensions
calcImageSizePercent
Calculates new dimensions based on $this->percent and the provided dimensions
calcImageSizeStrict
Calculates new image dimensions, not allowing the width and height to be less than either the max width or height
calcPercent
GdThumb::calcPercent() in GdThumb.inc.php
Calculates a new width and height for the image based on $this->percent and the provided dimensions
calcWidth
GdThumb::calcWidth() in GdThumb.inc.php
Calculates a new width and height for the image based on $this->maxWidth and the provided dimensions
create
thumbnail::create() in thumbnail.class.php
Factory Function
crop
GdThumb::crop() in GdThumb.inc.php
Vanilla Cropping - Crops from x,y with specified width and height
cropFromCenter
GdThumb::cropFromCenter() in GdThumb.inc.php
Crops an image from the center with provided dimensions
$currentDimensions
GdReflectionLib::$currentDimensions in gd_reflection.inc.php
createReflection
GdReflectionLib::createReflection() in gd_reflection.inc.php
d
top
$defaultImplemenation
thumbnail::$defaultImplemenation in thumbnail.class.php
Which implemenation of the class should be used by default
determineFormat
GdThumb::determineFormat() in GdThumb.inc.php
Determines the file format by mime-type
e
top
$errorMessage
ThumbBase::$errorMessage in ThumbBase.inc.php
The last error message raised
f
top
$fileName
ThumbBase::$fileName in ThumbBase.inc.php
The name of the file we're manipulating
$format
ThumbBase::$format in ThumbBase.inc.php
What the file format is (mime-type)
fileExistsAndReadable
Checks to see if $this->fileName exists and is readable
g
top
GdThumb.inc.php
GdThumb.inc.php in GdThumb.inc.php
gd_reflection.inc.php
gd_reflection.inc.php in gd_reflection.inc.php
GdThumb
GdThumb in GdThumb.inc.php
GdThumb Class Definition
getCurrentDimensions
Returns $currentDimensions.
getErrorMessage
ThumbBase::getErrorMessage() in ThumbBase.inc.php
Returns $errorMessage.
getFileName
ThumbBase::getFileName() in ThumbBase.inc.php
Returns $fileName.
getFormat
ThumbBase::getFormat() in ThumbBase.inc.php
Returns $format.
getHasError
ThumbBase::getHasError() in ThumbBase.inc.php
Returns $hasError.
getImported
ThumbBase::getImported() in ThumbBase.inc.php
Returns $imported.
getImportedFunctions
Returns $importedFunctions.
getInstance
PhpThumb::getInstance() in PhpThumb.inc.php
Returns an instance of self
getMaxHeight
GdThumb::getMaxHeight() in GdThumb.inc.php
Returns $maxHeight.
getMaxWidth
GdThumb::getMaxWidth() in GdThumb.inc.php
Returns $maxWidth.
getNewDimensions
GdThumb::getNewDimensions() in GdThumb.inc.php
Returns $newDimensions.
getOldImage
GdThumb::getOldImage() in GdThumb.inc.php
Returns $oldImage.
getOptions
GdThumb::getOptions() in GdThumb.inc.php
Returns $options.
getPercent
GdThumb::getPercent() in GdThumb.inc.php
Returns $percent.
getPluginRegistry
PhpThumb::getPluginRegistry() in PhpThumb.inc.php
Returns the plugin registry for the supplied implementation
getWorkingImage
GdThumb::getWorkingImage() in GdThumb.inc.php
Returns $workingImage.
GdReflectionLib
GdReflectionLib in gd_reflection.inc.php
GD Reflection Lib Plugin
h
top
$hasError
ThumbBase::$hasError in ThumbBase.inc.php
Whether or not the current instance has any errors
hex2rgb
GdReflectionLib::hex2rgb() in gd_reflection.inc.php
Converts a hex color to rgb tuples
i
top
$imported
ThumbBase::$imported in ThumbBase.inc.php
All imported objects
$importedFunctions
ThumbBase::$importedFunctions in ThumbBase.inc.php
All imported object functions
importPlugins
ThumbBase::importPlugins() in ThumbBase.inc.php
Imports plugins in $registry to the class
imports
ThumbBase::imports() in ThumbBase.inc.php
Imports a plugin
isValidImplementation
Returns whether or not $implementation is valid (available)
imageFlipVertical
GdReflectionLib::imageFlipVertical() in gd_reflection.inc.php
Flips the image vertically
l
top
loadPlugins
PhpThumb::loadPlugins() in PhpThumb.inc.php
Loads all the plugins in $pluginPath
m
top
$maxHeight
GdThumb::$maxHeight in GdThumb.inc.php
The maximum height an image can be after resizing (in pixels)
$maxWidth
GdThumb::$maxWidth in GdThumb.inc.php
The maximum width an image can be after resizing (in pixels)
n
top
$newDimensions
GdThumb::$newDimensions in GdThumb.inc.php
The new, calculated dimensions of the image
$newImage
GdReflectionLib::$newImage in gd_reflection.inc.php
o
top
$oldImage
GdThumb::$oldImage in GdThumb.inc.php
The prior image (before manipulation)
$options
GdThumb::$options in GdThumb.inc.php
The options for this class
$options
GdReflectionLib::$options in gd_reflection.inc.php
p
top
PhpThumb.inc.php
PhpThumb.inc.php in PhpThumb.inc.php
$percent
GdThumb::$percent in GdThumb.inc.php
The percentage to resize the image by
$pluginPath
thumbnail::$pluginPath in thumbnail.class.php
Where the plugins can be loaded from
PhpThumb
PhpThumb in PhpThumb.inc.php
PhpThumb Object
preserveAlpha
GdThumb::preserveAlpha() in GdThumb.inc.php
Preserves the alpha or transparency for PNG and GIF files
$parentInstance
GdReflectionLib::$parentInstance in gd_reflection.inc.php
Instance of GdThumb passed to this class
r
top
$remoteImage
ThumbBase::$remoteImage in ThumbBase.inc.php
Whether or not the image is hosted remotely
registerPlugin
PhpThumb::registerPlugin() in PhpThumb.inc.php
Registers a plugin in the registry
resize
GdThumb::resize() in GdThumb.inc.php
Resizes an image to be no larger than $maxWidth or $maxHeight
resizePercent
GdThumb::resizePercent() in GdThumb.inc.php
Resizes an image by a given percent uniformly
rotateImage
GdThumb::rotateImage() in GdThumb.inc.php
Rotates image either 90 degrees clockwise or counter-clockwise
rotateImageNDegrees
Rotates image specified number of degrees
s
top
save
GdThumb::save() in GdThumb.inc.php
Saves an image
setCurrentDimensions
Sets $currentDimensions.
setErrorMessage
ThumbBase::setErrorMessage() in ThumbBase.inc.php
Sets $errorMessage.
setFileName
ThumbBase::setFileName() in ThumbBase.inc.php
Sets $fileName.
setFormat
ThumbBase::setFormat() in ThumbBase.inc.php
Sets $format.
setHasError
ThumbBase::setHasError() in ThumbBase.inc.php
Sets $hasError.
setMaxHeight
GdThumb::setMaxHeight() in GdThumb.inc.php
Sets $maxHeight.
setMaxWidth
GdThumb::setMaxWidth() in GdThumb.inc.php
Sets $maxWidth.
setNewDimensions
GdThumb::setNewDimensions() in GdThumb.inc.php
Sets $newDimensions.
setOldImage
GdThumb::setOldImage() in GdThumb.inc.php
Sets $oldImage.
setOptions
GdThumb::setOptions() in GdThumb.inc.php
Sets $this->options to $options
setPercent
GdThumb::setPercent() in GdThumb.inc.php
Sets $percent.
setWorkingImage
GdThumb::setWorkingImage() in GdThumb.inc.php
Sets $workingImage.
show
GdThumb::show() in GdThumb.inc.php
Shows an image
t
top
ThumbBase.inc.php
ThumbBase.inc.php in ThumbBase.inc.php
thumbnail.class.php
thumbnail.class.php in thumbnail.class.php
THUMBLIB_BASE_PATH
THUMBLIB_BASE_PATH in thumbnail.class.php
THUMBLIB_PLUGIN_PATH
THUMBLIB_PLUGIN_PATH in thumbnail.class.php
ThumbBase
ThumbBase in ThumbBase.inc.php
ThumbBase Class Definition
thumbnail
thumbnail in thumbnail.class.php
PhpThumbFactory Object
triggerError
ThumbBase::triggerError() in ThumbBase.inc.php
Sets $this->errorMessage to $errorMessage and throws an exception
v
top
verifyFormatCompatiblity
Makes sure the correct GD implementation exists for the file type
w
top
$workingImage
GdThumb::$workingImage in GdThumb.inc.php
The working image (used during manipulation)
$workingImage
GdReflectionLib::$workingImage in gd_reflection.inc.php
a c d e f g h i l m n o p r s t v w _