Image optimization

Dynamically generate compressed image transformations via URL parameters, presets or URL-based rules

To load fast on any device around the world, images need to be resized, cropped and compressed. No need to push a 20-megapixel image to deliver a 1170px wide thumbnail on a smartphone. DAM will manipulate and transform your images dynamically and optimize for web delivery, thus saving you days in image management.

DAM's image manipulation and transformation features rely on DMO (Dynamic media optimization), a standalone media optimization CDN developed by Scaleflex.

circle-info

If you do not need storage for your origin (master) images and Digital Asset Management but just on-the-fly image and video transformation + CDN delivery, check-out Cloudimagearrow-up-right. Cloudimage is a media proxy pulling your media assets from your origin hosting (web server, S3 bucket, etc.), caching, compressing and delivering them over CDN.

We have documented the most common resizing functions here. If you have any requests for undocumented features, contact usarrow-up-right and we will do our best to help.

The basics

Everything starts with the basic URL format of a DAM URL:

circle-info

//token.filerobot.com/folder/filename?operations&filters&watermarks

token

Your Filerobot token

folder/filename

Here, you can use the full path to the image in your Filerobot container, e.g. demo/part2/image.jpg

operations

Image manipulation operations like width, height, crop, fit, rotate, and trim. For a full list, see .

filters

Use filters like contrast, pixellate, blur, grayscale, and sharpen to apply different effects to your image. All filters can be found in the .

watermarks

Place static or dynamic watermarks on your images, .

circle-info

The hostname token.filerobot.com can be replaced by a custom CNAME. Our Supportarrow-up-right team can set it up for you.

DAM automatically compresses these images into the most optimal delivery format (WebP, AVIF, ...) based on the user's device and context and accelerates them over multiple Content Delivery Networks from tier 1 CDN providers such as Akamai, Fastly, AWS Cloudfront and CDNetworks.

Examples

Last updated