Image On The Fly (Version 5)


.../image/{filename}.{extension}
or
.../?IMG={filename}.{extension}

Supported Image Types
PNG, JPG, JPEG, GIF, BMP, TIFF

Parameters
NOIMG=???.???Image to return if the main image does not exist, or errors.No default
SKIPDEFAULT=?Skip returning a system supplied default image if the IMG or NOIMG is not foundDefault=False
HEIGHT=xxHeight of the image in Pixels.0 or auto calculated if only the WIDTH is supplied
WIDTH=xxWidth of the image in Pixels.0 or auto calculated if only the HEIGHT is supplied
QUALITY=xxImage Quality. 2 --> 255. Lower is better image but larger file size. Applies to JPG images onlyDefault=25.
AUTOTRIM=xxTrim off white space. 0 --> 255. The higher the number the more off-white of the image will be trimmed. Recommend 1Default=0
BORDER=xxxAfter doing an autotrim, how many pixels to add back to the border of the image.
Autotrim does not need to be specified.
Default=0
ACT=?Aspect Conversion Type. F=Fill, C=Crop or S=Stretch.Default=F.
COLOR=RRGGBBIf ACT=F, this is the colour to fill the space.
This colour will also be used to fill in the transparent background if the source image is a PNG and the target is a JPG or BMP.
Default=FFFFFF (white).

Notes:
1) All parameters must be in UPPERCASE. Mixed case is now permitted
2) If no height or width is specified, then the original image size is returned.
3) If either height or width is passed alone, the opposite dimension is defaulted to the value to maintain the original image aspect ratio.
4) IOFv5 supports the image type listed above. Images will be converted to the requested type based on the image file extension requested.
5) PNG and GIF images will contain transparent layer information, IF the source image from the ASC warehouse contains the transparent information.

Return the date & time of the source image
.../date/{filename}.{extension}