image.admin.inc
Version 1.16 (checked in on 2009/11/08 at 13:23:41 by webchick)
Administration pages for image settings.
Functions
| Name | Description |
|---|---|
| image_crop_form | Form structure for the image crop form. |
| image_effect_color_validate | Element validate handler to ensure a hexadecimal color value. |
| image_effect_delete_form | Form builder; Form for deleting an image effect. |
| image_effect_delete_form_submit | Submit handler to delete an image effect. |
| image_effect_form | Form builder; Form for adding and editing image effects. |
| image_effect_form_submit | Submit handler for updating an image effect. |
| image_effect_integer_validate | Element validate handler to ensure an integer pixel value. |
| image_effect_scale_validate | Element validate handler to ensure that either a height or a width is specified. |
| image_resize_form | Form structure for the image resize form. |
| image_rotate_form | Form structure for the image rotate form. |
| image_scale_form | Form structure for the image scale form. |
| image_style_add_form | Form builder; Form for adding a new image style. |
| image_style_add_form_submit | Submit handler for adding a new image style. |
| image_style_delete_form | Form builder; Form for deleting an image style. |
| image_style_delete_form_submit | Submit handler to delete an image style. |
| image_style_form | Form builder; Edit an image style name and effects order. |
| image_style_form_add_submit | Submit handler for adding a new image effect to an image style. |
| image_style_form_add_validate | Validate handler for adding a new image effect to an image style. |
| image_style_form_override_submit | Submit handler for overriding a module-defined style. |
| image_style_form_submit | Submit handler for saving an image style. |
| image_style_list | Menu callback; Listing of all current image styles. |
| image_style_name_validate | Element validate function to ensure unique, URL safe style names. |
| image_style_revert_form | Confirmation form to revert a database style to its default. |
| image_style_revert_form_submit | Submit handler to convert an overridden style to its default. |
| theme_image_anchor | Theme callback for displaying a grid of checkboxes. |
| theme_image_crop_summary | Theme callback for image crop effect summary output. |
| theme_image_resize_summary | Theme callback for image resize effect summary output. |
| theme_image_rotate_summary | Theme callback for image rotate effect summary output. |
| theme_image_scale_summary | Theme callback for image scale effect summary output. |
| theme_image_style_effects | Theme callback for listing the effects within a specific image style. |
| theme_image_style_list | Display the page containing the list of image styles. |
| theme_image_style_preview | Theme callback for displaying a preview of an image style. |
