[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/includes/ -> image.gd.inc (summary)

(no description)

File Size: 220 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 9 functions

  image_gd_info()
  image_gd_settings()
  image_gd_settings_validate()
  image_gd_check_settings()
  image_gd_resize()
  image_gd_rotate()
  image_gd_crop()
  image_gd_open()
  image_gd_close()

Functions
Functions that are not part of a class:

image_gd_info()   X-Ref
Retrieve information about the toolkit.


image_gd_settings()   X-Ref
Retrieve settings for the GD2 toolkit.


image_gd_settings_validate($form, &$form_state)   X-Ref
Validate the submitted GD settings.


image_gd_check_settings()   X-Ref
Verify GD2 settings (that the right version is actually installed).

return:

image_gd_resize($source, $destination, $width, $height)   X-Ref
Scale an image to the specified size using GD.


image_gd_rotate($source, $destination, $degrees, $background = 0x000000)   X-Ref
Rotate an image the given number of degrees.


image_gd_crop($source, $destination, $x, $y, $width, $height)   X-Ref
Crop an image using the GD toolkit.


image_gd_open($file, $extension)   X-Ref
GD helper function to create an image resource from a file.

param: $file
param: $extension
return:

image_gd_close($res, $destination, $extension)   X-Ref
GD helper to write an image resource to a destination file.

param: $res
param: $destination
param: $extension
return:



Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7