LogoLogo
BlogHelp CenterPrivacyLoginRegister
  • Let's optimize your images
  • Transformations
    • Input formats
    • Image operations
      • Width and height
      • Prevent enlargement
      • Crop
        • Automatic gravity crop
        • Positionable crop
        • Focal point crop
        • Face crop
        • Face hide
        • Aspect ratio crop
      • Fit
      • Cropfit
      • Bound
      • Boundmin
      • Cover
      • Device pixel ratio
      • Flip
      • Rotate
      • Trim
      • Rounded corners
      • Background removal
    • Image filters
      • Adjustment
        • Brightness
        • Contrast
        • Saturate
      • Color manipulation
        • Color overlay
        • Grayscale
        • Duotone
        • Sepia
        • Invert
      • Blur
      • Pixelate
      • Sharpen
      • Face blur
    • Image watermarking
      • Static watermark
      • Dynamic watermark
      • Text watermark
        • Text watermark fonts
    • Image compression
      • Image formats
      • Optipress
      • SVG compression
      • Color management
    • Static content
      • PDF to image
      • JS/CSS optimization
    • Video operations
  • Setup
    • Shortening URLs
      • Origin URL prefix
      • Aliases
      • Presets
      • Rules
    • Connecting storage bucket
      • Amazon S3
      • Google Cloud Storage
      • Microsoft Azure Blob
      • Basic authentication HTTP
    • Security
      • Token security
        • Domain whitelisting
        • URL signature
        • URL sealing
      • Account security
      • Origin security
  • Implementation
    • URL API implementation
    • Responsive images JS plugin
    • CMS plugins
      • Spryker
      • Drupal
      • Kontent.ai
      • Contentful
      • Adobe Commerce (Magento)
        • Basic implementation
        • Advanced implementation
      • Opencart
      • Prestashop
        • Prestashop tutorial
      • Shopware
      • Sylius
      • Wordpress
      • Shopify tutorial
        • Shopify integration
        • Theme files
        • FAQ
      • Commercetools tutorial
      • Ruby wrapper
    • Migrating from another image CDN
  • Caching and acceleration
    • CDN basics
    • Caching interval
    • Invalidation API
    • Warmup API
  • Analytics
    • Dashboards
      • Overview
      • Volumetry
      • Optimization
      • Delivery
      • Top-Ranking
      • RUM
      • Logs API
  • Cloudimage_v6 EOL
Powered by GitBook
LogoLogo

Resources

  • Help center
  • Contact support
  • Developers
  • cloudimage.io

Solutions

  • Media optimization
  • DAM
  • Performance report

Company

  • Blog
  • Service status
  • About us

Legal stuff

  • Terms & conditions
  • Privacy center
  • DMCA

Copyright © 2023 Scaleflex

On this page
  • Available filters
  • Combining filters

Was this helpful?

Export as PDF
  1. Transformations

Image filters

Apply image effects and adjustments

PreviousBackground removalNextAdjustment

Last updated 10 months ago

Was this helpful?

Filters allow you to modify images on the fly by applying different effects.

Available filters

Filter
Syntax
Description

bright=X | f=bright:X

adjusts the brightness of the image

contrast=X | f=contrast:X

adjusts the contrast of the image

saturate=X | f=saturate:X

adjusts the saturation of the image

gray=1 | f=gray | grey=1 | f=grey

converts the image to a black and white one

colorize=X | colourise=X

applies a color overlay

pixelate=X | f=pixelate:X | pixellate=X | f=pixellate:X

pixelates the image into X-pixel-sized blocks

blur=X | f=blur:X

applies Gaussian blur

sharp=X | f=sharp:X

applies unsharp mask to sharpen the image

blur_faces=X

detects all faces in the image and applies blur to conceal them

Combining filters

To use more than one filter, you can either use separate parameters or concatenate them with commas into the f parameter:

Preview
Syntax

Separate parameters:

Concatenate into the f parameter:

Brightness
Contrast
Saturate
Grayscale
Color overlay
Pixelate
Blur
Sharpen
Face blur
/sample.li/ny_doc.jpg?bright=15&contrast=30&gray=1
/sample.li/ny_doc.jpg?f=bright:15,contrast:30,gray