Interface Phpfox_Image_Interface

Description

Image Manipulation Library Template

  • author: Raymond Benc
  • version: $Id: interface.class.php 1687 2010-07-22 03:13:27Z Raymond_Benc $
  • copyright: [PHPFOX_COPYRIGHT]

Located in /include/library/phpfox/image/interface.class.php (line 18)


	
			
Method Summary
 mixed createThumbnail (string $sImage, string $sDestination, int $nMaxW, int $nMaxH, bool $bRatio, bool $bSkipCdn)
Methods
createThumbnail (line 31)

Create a thumbnail for an image

  • return: FALSE on failure, TRUE or NULL on success
  • access: public
mixed createThumbnail (string $sImage, string $sDestination, int $nMaxW, int $nMaxH, bool $bRatio, bool $bSkipCdn)
  • string $sImage: Full path of the original image
  • string $sDestination: Full path for the newly created thumbnail
  • int $nMaxW: Max width of the thumbnail
  • int $nMaxH: Max height of the thumbnail
  • bool $bRatio: TRUE to keep the aspect ratio and FALSE to not keep it
  • bool $bSkipCdn: Skip the CDN routine

Documentation generated on Tue, 28 Sep 2010 10:36:40 +0200 by phpDocumentor 1.4.0a2