Image_Tools
[ class tree: Image_Tools ] [ index: Image_Tools ] [ all elements ]

File: Thumbnail.php

Source Location: /Image_Tools-1.0.0RC1/Image/Tools/Thumbnail.php

Classes:

Image_Tools_Thumbnail
This class provide thumbnail creating tool for manipulating an image

Page Details:

This is a driver file contains the Image_Tools_Thumbnail class

PHP versions 4 and 5

LICENSE:

Copyright (c) 2006-2008 Ildar N. Shaimordanov <ildar-sh@mail.ru>

This source file is subject to the BSD License license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://www.opensource.org/licenses/bsd-license.php If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to pear-dev@list.php.net so we can send you a copy immediately.

  • Author: Ildar N. Shaimordanov <ildar-sh@mail.ru>
  • Version: CVS: $Id: Thumbnail.php,v 1.8 2008/05/26 06:26:17 firman Exp $
  • Copyright: Copyright (c) 2006-2008 Ildar N. Shaimordanov <ildar-sh@mail.ru>
  • Since: File available since Release 0.4.0
  • License: BSD License

Includes:

require_once('Image/Tools.php') [line 34]
Image_Tools
require_once('Image/Tools/Utils.php') [line 39]
Image_Tools_Utils

IMAGE_TOOLS_THUMBNAIL_ALIGN_BOTTOM [line 65]

IMAGE_TOOLS_THUMBNAIL_ALIGN_BOTTOM = +1

[ Top ]



IMAGE_TOOLS_THUMBNAIL_ALIGN_CENTER [line 61]

IMAGE_TOOLS_THUMBNAIL_ALIGN_CENTER = 0
Align constants

[ Top ]



IMAGE_TOOLS_THUMBNAIL_ALIGN_LEFT [line 62]

IMAGE_TOOLS_THUMBNAIL_ALIGN_LEFT = -1

[ Top ]



IMAGE_TOOLS_THUMBNAIL_ALIGN_RIGHT [line 63]

IMAGE_TOOLS_THUMBNAIL_ALIGN_RIGHT = +1

[ Top ]



IMAGE_TOOLS_THUMBNAIL_ALIGN_TOP [line 64]

IMAGE_TOOLS_THUMBNAIL_ALIGN_TOP = -1

[ Top ]



IMAGE_TOOLS_THUMBNAIL_METHOD_CROP [line 56]

IMAGE_TOOLS_THUMBNAIL_METHOD_CROP = 2
Cropping of fragment

[ Top ]



IMAGE_TOOLS_THUMBNAIL_METHOD_SCALE_MAX [line 46]

IMAGE_TOOLS_THUMBNAIL_METHOD_SCALE_MAX = 0
Maximal scaling

[ Top ]



IMAGE_TOOLS_THUMBNAIL_METHOD_SCALE_MIN [line 51]

IMAGE_TOOLS_THUMBNAIL_METHOD_SCALE_MIN = 1
Minimal scaling

[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:22:20 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.