XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de l'espace de nommage Internal

Description détaillée

Mapper support for BMP

/Mappers

Mapper class for GD files

/Mappers

Mapper class for GD2 files

/Mappers

Mapper class for GIF files

/Mappers

Mapper class for JPEG files

/Mappers

Mapper class for PNG files

/Mappers

Mapper support for TGA

/Mappers

Mapper class for WEBP files

/Mappers

Auteur
Tomasz Kapusta

This file is part of WideImage.

WideImage is free software; you can redistribute it and/or modify

it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

WideImage is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with WideImage; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

/Operations

Noise filter

/Operations

ApplyConvolution operation class

/Operations

ApplyFilter operation class

/Operations

ApplyMask operation class

/Operations

AsGrayscale operation class

/Operations

AsNegative operation class

/Operations

AutoCrop operation

/Operations

CopyChannelsPalette operation class

This operation is intended to be used on palette images

/Operations

CopyChannelsTrueColor operation class

Used to perform CopyChannels operation on truecolor images

/Operations

CorrectGamma operation class

/Operations

Crop operation class

/Operations

An Exception for when an invalid fit method is passed

/Operations

An Exception for when an invalid resize dimensions are passed

/Operations

Flip operation class

/Operations

GetMask operation class

/Operations

Merge operation class

/Operations

Mirror operation class

/Operations

Resize operation class

/Operations

ResizeCanvas operation class

/Operations

Rotate operation class

/Operations

Unsharp filter

This filter was taken from http://vikjavev.no/computing/ump.php, the original author Torstein Hønsi. Adapted to fit better within the Wideimage package.

/Operations

DOC-SIGNATURE

This file is part of WideImage.

WideImage is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.

WideImage is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with WideImage; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

  @package Internal/Mappers

External code for BMP

Adapted for use in WideImage. Code used with permission from the original author de77. http://de77.com/php/read-and-write-bmp-in-php-imagecreatefrombmp-imagebmp

Auteur
de77 @license MIT @url de77.com
Version
21.08.2010

/Mappers

DOC-SIGNATURE

This file is part of WideImage.

WideImage is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.

WideImage is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with WideImage; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

  @package Internal/Mappers

External code for TGA

Adapted for use in WideImage. Code used with permission from the original author de77. http://de77.com/php/open-tga-with-php-imagecreatefromtga

Auteur
de77 @license MIT
Version
24.08.2010 @url http://de77.com

/Mappers