constant IMAGEAPI_OPTIMIZE_STORAGE_NORMAL in Image Optimize (or ImageAPI Optimize) 7.2
Image pipeline constant for user presets in the database.
3 uses of IMAGEAPI_OPTIMIZE_STORAGE_NORMAL
- imageapi_optimize_menu in ./
imageapi_optimize.module - Implements hook_menu().
- imageapi_optimize_pipelines in ./
imageapi_optimize.module - Gets an array of all pipelines and their settings.
- theme_imageapi_optimize_pipeline_list in ./
imageapi_optimize.admin.inc - Returns HTML for the page containing the list of image pipelines.
File
- ./
imageapi_optimize.module, line 12
Code
define('IMAGEAPI_OPTIMIZE_STORAGE_NORMAL', 1);