Supported image file formats

Refer to the description of the IC (Image Converter) utility for a complete list of supported file formats.

Applications that require image data in multiple different resolutions perform best when using the Dynamic Media pyramid TIFF (PTIF) multi-resolution format. The IC utility is used to create PTIF images from any supported image format.

Examples

Accessing an image and an ICC profile in two different image catalogs

Retrieve the image ’ myImage’ in the image catalog identified as ’ myCatalog’ and attach the ICC profile ’ sRGB’ located in the image catalog named ’ myProfiles’:

http:// *server*/myCatalog/myImage?icc=myProfiles/sRGB&iccEmbed=true

Using a single image catalog with layering

Build a simple composite image consisting of three layers, all retrieved from ’ myCatalog’:

http:// *server*/myCatalog?layer=0&src=img0&layer=1&src=img1&layer=2&src=img2&wid=200

Accessing image files directly while still using a catalog to provide attributes

Access my/image/path/myImage.tif, using the default jpg attributes configured in myImageCatalog:

http://server/myImageCatalog/my/image/path/myImage.tif?wid=200

See also

IC Utility, src=, mask=, attribute::FullMatch

Experience Manager