Element index for package ImageManager
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ p ]
[ q ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ _ ]
_
- _checkGDLibrary
- in file ImageManager.php, method ImageManager::_checkGDLibrary()
Check the GD library functionality.
- _checkIMLibrary
- in file ImageManager.php, method ImageManager::_checkIMLibrary()
- _delDir
- in file ImageManager.php, method ImageManager::_delDir()
Delete directories recursively.
- _deletePictureInDatabase
- in file ImageManager.php, method ImageManager::_deletePictureInDatabase()
- _delFile
- in file ImageManager.php, method ImageManager::_delFile()
Delete the relative file, and any thumbnails.
- _dirs
- in file ImageManager.php, method ImageManager::_dirs()
Recursively travese the directories to get a list of accessable directories.
- _get_ave_color
- in file api.watermark.php, method watermark::_get_ave_color()
- _get_image_color
- in file api.watermark.php, method watermark::_get_image_color()
- _insertPictureInDatabase
- in file ImageManager.php, method ImageManager::_insertPictureInDatabase()
Insert the uploaded picture in the database.
- _processFiles
- in file ImageManager.php, method ImageManager::_processFiles()
Process upload files. The file must be an
- $_uid
- in file ImageEditor.php, variable ImageEditor::$_uid
user based on IP address
top
top
c
- $config
- in file ImageManager.php, variable ImageManager::$config
Configuration array.
- closeWindowAfterUpload
- in file images.php, function closeWindowAfterUpload()
- countFiles
- in file ImageManager.php, method ImageManager::countFiles()
Count the number of files and directories in a given folder minus the thumbnail folders and thumbnails.
- create_watermark
- in file api.watermark.php, method watermark::create_watermark()
- config.inc.php
- procedural page config.inc.php
- cleanUp
- in file ImageEditor.php, method ImageEditor::cleanUp()
Delete any tmp image files.
- createUnique
- in file ImageEditor.php, method ImageEditor::createUnique()
Create unique tmp image file name.
- copyFile
- in file Files.php, method Files::copyFile()
Copy a file from source to destination. If unique == true, then if the destination exists, it will be renamed by appending an increamenting counting number.
- createFolder
- in file Files.php, method Files::createFolder()
Create a new folder.
- createThumbnail
- in file Thumbnail.php, method Thumbnail::createThumbnail()
Create a thumbnail.
top
d
- $dirs
- in file ImageManager.php, variable ImageManager::$dirs
Array of directory information.
- deleteDirs
- in file ImageManager.php, method ImageManager::deleteDirs()
Delete and specified directories.
- deleteFiles
- in file ImageManager.php, method ImageManager::deleteFiles()
Delete and specified files.
- drawDirs
- in file images.php, function drawDirs()
Draw the directory.
- drawErrorBase
- in file images.php, function drawErrorBase()
No directories and no files.
- drawFiles
- in file images.php, function drawFiles()
Draw the files in an table.
- drawNoResults
- in file images.php, function drawNoResults()
No directories and no files.
- delFile
- in file Files.php, method Files::delFile()
Delete a file.
- delFolder
- in file Files.php, method Files::delFolder()
Delete folder(s), can delete recursively.
- $driver
- in file Thumbnail.php, variable Thumbnail::$driver
Graphics driver, GD, NetPBM or ImageMagick.
top
e
- editor.php
- procedural page editor.php
- editorFrame.php
- procedural page editorFrame.php
- escape
- in file Files.php, method Files::escape()
Escape the filenames, any non-word characters will be replaced by an underscore.
top
f
- FILE_COPY_OK
- in file Files.php, constant FILE_COPY_OK
- FILE_ERROR_COPY_FAILED
- in file Files.php, constant FILE_ERROR_COPY_FAILED
- FILE_ERROR_DST_DIR_FAILED
- in file Files.php, constant FILE_ERROR_DST_DIR_FAILED
- FILE_ERROR_NO_SOURCE
- in file Files.php, constant FILE_ERROR_NO_SOURCE
File Utilities.
- Files.php
- procedural page Files.php
- $filesaved
- in file ImageEditor.php, variable ImageEditor::$filesaved
- Files
- in file Files.php, class Files
File Utilities
- fixPath
- in file Files.php, method Files::fixPath()
Append a / to the path if required.
- formatSize
- in file Files.php, method Files::formatSize()
Format the file size, limits to Mb.
- free
- in file Thumbnail.php, method Thumbnail::free()
Free up the graphic driver resources.
top
g
- getBaseDir
- in file ImageManager.php, method ImageManager::getBaseDir()
Get the base directory.
- getBaseURL
- in file ImageManager.php, method ImageManager::getBaseURL()
Get the base URL.
- getDefaultThumb
- in file ImageManager.php, method ImageManager::getDefaultThumb()
Get the default thumbnail.
- getDirs
- in file ImageManager.php, method ImageManager::getDirs()
Get the sub directories in the base dir.
- getFiles
- in file ImageManager.php, method ImageManager::getFiles()
Get all the files and directories of a relative path.
- getFileURL
- in file ImageManager.php, method ImageManager::getFileURL()
Get the URL of the relative file.
- getFullPath
- in file ImageManager.php, method ImageManager::getFullPath()
Get the fullpath to a relative file.
- getImageInfo
- in file ImageManager.php, method ImageManager::getImageInfo()
Get image size information.
- getThumbnail
- in file ImageManager.php, method ImageManager::getThumbnail()
Get the thumbnail url to be displayed.
- getThumbName
- in file ImageManager.php, method ImageManager::getThumbName()
For a given image file, get the respective thumbnail filename no file existence check is done.
- getThumbURL
- in file ImageManager.php, method ImageManager::getThumbURL()
Similar to getThumbName, but returns the URL, base on the
- getTmpPrefix
- in file ImageManager.php, method ImageManager::getTmpPrefix()
Get the tmp file prefix.
- genericManager.php
- procedural page genericManager.php
- getAction
- in file ImageEditor.php, method ImageEditor::getAction()
Get the action GET parameter
- getDefaultSaveFile
- in file ImageEditor.php, method ImageEditor::getDefaultSaveFile()
Get the default save file name, used by editor.php.
- getImageType
- in file ImageEditor.php, method ImageEditor::getImageType()
Get the image type base on an image file.
- getSaveFileName
- in file ImageEditor.php, method ImageEditor::getSaveFileName()
Get the file name base on the save name and the save type.
- getUniqueFilename
- in file ImageEditor.php, method ImageEditor::getUniqueFilename()
Get a unique filename. If the file exists, the filename base is appended with an increasing integer.
top
top
i
- ImageManager
- in file ImageManager.php, method ImageManager::ImageManager()
Constructor. Create a new Image Manager instance.
- ImageManager
- in file ImageManager.php, class ImageManager
ImageManager Class.
- IMAGE_CLASS
- in file config.inc.php, constant IMAGE_CLASS
- IMAGE_TRANSFORM_LIB_PATH
- in file config.inc.php, constant IMAGE_TRANSFORM_LIB_PATH
- isThumb
- in file ImageManager.php, method ImageManager::isThumb()
Check if the file contains the thumbnail prefix.
- isThumbDir
- in file ImageManager.php, method ImageManager::isThumbDir()
Check if the given directory is a thumbnail directory.
- isTmpFile
- in file ImageManager.php, method ImageManager::isTmpFile()
Check if the given file is a tmp file.
- isValidBase
- in file ImageManager.php, method ImageManager::isValidBase()
- ImageEditor.php
- procedural page ImageEditor.php
- ImageManager.php
- procedural page ImageManager.php
- images.php
- procedural page images.php
- ImageEditor
- in file ImageEditor.php, method ImageEditor::ImageEditor()
Create a new ImageEditor instance. Editing requires a
- ImageEditor
- in file ImageEditor.php, class ImageEditor
Handles the basic image editing capbabilities.
- isFileSaved
- in file ImageEditor.php, method ImageEditor::isFileSaved()
Did we save a file?
- isGDEditable
- in file ImageEditor.php, method ImageEditor::isGDEditable()
Check if the specified image can be edit by GD
- isGDGIFAble
- in file ImageEditor.php, method ImageEditor::isGDGIFAble()
Check if GIF can be edit by GD.
top
top
m
- manager.php
- procedural page manager.php
- $manager
- in file ImageEditor.php, variable ImageEditor::$manager
ImageManager instance.
- makeRelative
- in file ImageEditor.php, method ImageEditor::makeRelative()
Specifiy the original relative path, a new filename and return the new filename with relative path.
- makeFile
- in file Files.php, method Files::makeFile()
Similar to makePath, but the second parameter is not only a path, it may contain say a file ending.
- makePath
- in file Files.php, method Files::makePath()
Concat two paths together. Basically $pathA+$pathB
top
p
- processNewDir
- in file ImageManager.php, method ImageManager::processNewDir()
Create new directories.
- processUploads
- in file ImageManager.php, method ImageManager::processUploads()
Process uploaded files, assumes the file is in $_FILES['upload'] and $_POST['dir'] is set.
- processAction
- in file ImageEditor.php, method ImageEditor::processAction()
Process the actions, crop, scale(resize), rotate, flip, and save.
- processImage
- in file ImageEditor.php, method ImageEditor::processImage()
Process the image, if not action, just display the image.
- $proportional
- in file Thumbnail.php, variable Thumbnail::$proportional
Thumbnail is proportional
top
top
top
top
u
- uniqueStr
- in file ImageEditor.php, method ImageEditor::uniqueStr()
Generate a unique string based on md5(microtime()).
top
top
w
- watermark
- in file api.watermark.php, class watermark
Watermarking API
- $width
- in file Thumbnail.php, variable Thumbnail::$width
Thumbnail default width.
top
|
|