|
$image |
global |
documentation-6.x/developer/globals.php |
Current image tag used by aggregator. |
|
image.inc |
file |
drupal-6.x/includes/image.inc |
API for manipulating images. |
|
image_crop |
function |
drupal-6.x/includes/image.inc |
Crop an image to the rectangle specified by the given rectangle. |
|
image_scale |
function |
drupal-6.x/includes/image.inc |
Scales an image to the given width and height while maintaining aspect
ratio. |
|
theme_image |
function |
drupal-6.x/includes/theme.inc |
Return a themed image. |
|
image.gd.inc |
file |
drupal-6.x/includes/image.gd.inc |
GD2 toolkit for image manipulation within Drupal. |
|
image_resize |
function |
drupal-6.x/includes/image.inc |
Resize an image to the given dimensions (ignoring aspect ratio). |
|
image_rotate |
function |
drupal-6.x/includes/image.inc |
Rotate an image by the given number of degrees. |
|
image_gd_info |
function |
drupal-6.x/includes/image.gd.inc |
Retrieve information about the toolkit. |
|
image_gd_crop |
function |
drupal-6.x/includes/image.gd.inc |
Crop an image using the GD toolkit. |
|
image_gd_open |
function |
drupal-6.x/includes/image.gd.inc |
GD helper function to create an image resource from a file. |
|
Image toolkits |
group |
drupal-6.x/includes/image.inc |
Drupal's image toolkits provide an abstraction layer for common image file
manipulations like scaling, cropping, and rotating. The abstraction frees
module authors from the need to support multiple image libraries, and it
allows site… |
|
image_get_info |
function |
drupal-6.x/includes/image.inc |
Get details about an image. |
|
image_gd_close |
function |
drupal-6.x/includes/image.gd.inc |
GD helper to write an image resource to a destination file. |
|
image_gd_resize |
function |
drupal-6.x/includes/image.gd.inc |
Scale an image to the specified size using GD. |
|
image_gd_rotate |
function |
drupal-6.x/includes/image.gd.inc |
Rotate an image the given number of degrees. |
|
image_get_toolkit |
function |
drupal-6.x/includes/image.inc |
Retrieve the name of the currently used toolkit. |
|
image_gd_settings |
function |
drupal-6.x/includes/image.gd.inc |
Retrieve settings for the GD2 toolkit. |
|
theme_image_button |
function |
drupal-6.x/includes/form.inc |
Theme a form image button. |
|
image_toolkit_invoke |
function |
drupal-6.x/includes/image.inc |
Invokes the given method using the currently selected toolkit. |
|
image_scale_and_crop |
function |
drupal-6.x/includes/image.inc |
Scales an image to the exact width and height given. Achieves the
target aspect ratio by cropping the original image equally on both
sides, or equally on the top and bottom. This function is, for
example, useful to create uniform sized avatars from… |
|
_color_render_images |
function |
drupal-6.x/modules/color/color.module |
Render images that match a given palette. |
|
file_validate_is_image |
function |
drupal-6.x/includes/file.inc |
Check that the file is recognized by image_get_info() as an image. |
|
image_gd_check_settings |
function |
drupal-6.x/includes/image.gd.inc |
Verify GD2 settings (that the right version is actually installed). |
|
image_gd_settings_validate |
function |
drupal-6.x/includes/image.gd.inc |
Validate the submitted GD settings. |
|
form_type_image_button_value |
function |
drupal-6.x/includes/form.inc |
Helper function to determine the value for an image button form element. |
|
image_get_available_toolkits |
function |
drupal-6.x/includes/image.inc |
Return a list of available toolkits. |
|
system_image_toolkit_settings |
function |
drupal-6.x/modules/system/system.admin.inc |
Form builder; Configure site image toolkit usage. |
|
file_validate_image_resolution |
function |
drupal-6.x/includes/file.inc |
If the file is an image verify that its dimensions are within the specified
maximum and minimum dimensions. Non-image files will be ignored. |