/CORE/system/command/image.cmd.php

Description

This Command is specialized for sending and manipulating images to clients.

It can create thumbnails on the fly, which will be cached for further use. To create resized Image versions, simply add one (or both) of the following Parameters to your request:

  • resizeWidth
  • resizeHeight
If you submit only one value the other one will be automatically calculated from the Original Image Dimensions.

If you use the deprecated Parameter "resize", it will be handled like "resizeWidth".

For example:

  • /bigace/image/10/image.jpg?resizeWidth=100
  • /bigace/image/10/image.jpg?resizeHeight=100
  • /bigace/image/10/image.jpg?resizeWidth=100&resizeHeight=200
For further information visit http://www.bigace.de.

  • version: $Id: image.cmd.php,v 1.10 2006/11/26 22:04:22 kpapst Exp $
  • copyright: Copyright (C) 2002-2006 Kevin Papst
  • author: Kevin Papst
  • license: GNU Public License
Constants
_PARAM_IMAGE_NEW_HEIGHT = 'resizeHeight' (line 65)

Constant for the Height Parameter.

_PARAM_IMAGE_NEW_WIDTH = 'resizeWidth' (line 61)

Constant for the Width Parameter.

_PARAM_IMAGE_OLD_WIDTH = 'resize' (line 56)
  • deprecated: use _PARAM_IMAGE_NEW_WIDTH instead!

Documentation generated by phpDocumentor 1.3.1