# Transformations

- [Input formats](https://docs.cloudimage.io/transformations/input-formats.md)
- [Asset Variation Builder](https://docs.cloudimage.io/transformations/asset-variation-builder.md): Create and preview image transformations directly in the Cloudimage UI - no code needed
- [Image operations](https://docs.cloudimage.io/transformations/image-operations.md): Basic image resizing operations
- [Width and height](https://docs.cloudimage.io/transformations/image-operations/width-and-height.md): Proportionally resize an image to the desired width or height
- [Prevent enlargement](https://docs.cloudimage.io/transformations/image-operations/prevent-enlargement.md): Do not upscale an image if target size is larger than the origin image
- [Crop](https://docs.cloudimage.io/transformations/image-operations/crop.md): Resize and crop to achieve the desired width and height
- [Automatic gravity crop](https://docs.cloudimage.io/transformations/image-operations/crop/automatic-gravity-crop.md): Automatically detects the focal point
- [Positionable crop](https://docs.cloudimage.io/transformations/image-operations/crop/positionable-crop.md): Crops by boundary coordinates
- [Focal point crop](https://docs.cloudimage.io/transformations/image-operations/crop/focal-point-crop.md): Sets the crop focal point coordinates
- [Face crop](https://docs.cloudimage.io/transformations/image-operations/crop/face-crop.md): Crop operation focusing only on one face
- [Face hide](https://docs.cloudimage.io/transformations/image-operations/crop/face-hide.md): Crop operation which removes faces from the top of the image
- [Aspect ratio crop](https://docs.cloudimage.io/transformations/image-operations/crop/aspect-ratio-crop.md): Crop by aspect ratio or aspect ratio range
- [Fit](https://docs.cloudimage.io/transformations/image-operations/fit.md): Fits the image in a box with padding when needed
- [Cropfit](https://docs.cloudimage.io/transformations/image-operations/cropfit.md): Automatic crop or fit based on origin dimensions
- [Bound](https://docs.cloudimage.io/transformations/image-operations/bound.md): Resize with maximum size constraints (fit in a box)
- [Boundmin](https://docs.cloudimage.io/transformations/image-operations/boundmin.md): Resize with minimum size constraints (to fill a box)
- [Cover](https://docs.cloudimage.io/transformations/image-operations/cover.md): Resize ignoring proportions
- [Device pixel ratio](https://docs.cloudimage.io/transformations/image-operations/device-pixel-ratio.md): Delivers the optimal size based on device pixel-ratio
- [Flip](https://docs.cloudimage.io/transformations/image-operations/flip.md): Mirror image
- [Rotate](https://docs.cloudimage.io/transformations/image-operations/rotate.md): Arbitrary angle rotation
- [Trim](https://docs.cloudimage.io/transformations/image-operations/trim.md): Image trimming
- [Rounded corners](https://docs.cloudimage.io/transformations/image-operations/rounded-corners.md): Apply rounded corners with specified radius
- [Background removal](https://docs.cloudimage.io/transformations/image-operations/background-removal.md): Isolate the main object in the image and remove the background
- [Image filters](https://docs.cloudimage.io/transformations/image-filters.md): Apply image effects and adjustments
- [Adjustment](https://docs.cloudimage.io/transformations/image-filters/adjustment.md): Modify brightness, contrast and saturation
- [Brightness](https://docs.cloudimage.io/transformations/image-filters/adjustment/brightness.md): Brightness correction
- [Contrast](https://docs.cloudimage.io/transformations/image-filters/adjustment/contrast.md): Brightness correction
- [Saturate](https://docs.cloudimage.io/transformations/image-filters/adjustment/saturate.md): Color saturation correction
- [Color manipulation](https://docs.cloudimage.io/transformations/image-filters/colorize.md): Color effects and filters
- [Color overlay](https://docs.cloudimage.io/transformations/image-filters/colorize/color-overlay.md): Colorize the image with an overlay
- [Grayscale](https://docs.cloudimage.io/transformations/image-filters/colorize/grayscale.md): Black and white conversion
- [Duotone](https://docs.cloudimage.io/transformations/image-filters/colorize/duotone.md): Duotone transform
- [Sepia](https://docs.cloudimage.io/transformations/image-filters/colorize/sepia.md): Sepia tone
- [Invert](https://docs.cloudimage.io/transformations/image-filters/colorize/invert.md): Color inversion
- [Blur](https://docs.cloudimage.io/transformations/image-filters/blur.md): Gaussian blur
- [Pixelate](https://docs.cloudimage.io/transformations/image-filters/pixelate.md): Mosaic filter
- [Sharpen](https://docs.cloudimage.io/transformations/image-filters/sharpen.md): Unsharp mask
- [Face blur](https://docs.cloudimage.io/transformations/image-filters/face-blur.md)
- [Image watermarking](https://docs.cloudimage.io/transformations/image-watermarking.md): Compose image or text layers over the main image
- [Static watermark](https://docs.cloudimage.io/transformations/image-watermarking/static-watermark.md): Statically defined image overlay
- [Dynamic watermark](https://docs.cloudimage.io/transformations/image-watermarking/dynamic-watermark.md): Dynamic (defined in URL) image overlay
- [Text watermark](https://docs.cloudimage.io/transformations/image-watermarking/text-watermark.md): Apply text overlay
- [Text watermark fonts](https://docs.cloudimage.io/transformations/image-watermarking/text-watermark/text-watermark-fonts.md): Fonts available to use for text watermarks
- [Image compression](https://docs.cloudimage.io/transformations/image-compression.md)
- [Image formats](https://docs.cloudimage.io/transformations/image-compression/image-formats.md): Supported output image formats
- [Optipress](https://docs.cloudimage.io/transformations/image-compression/optipress.md): Machine learning based image compression
- [SVG compression](https://docs.cloudimage.io/transformations/image-compression/svg-compression.md): Optimize filesize of SVG images
- [Color management](https://docs.cloudimage.io/transformations/image-compression/color-management.md): ICC profiles and sRGB compression
- [Static content](https://docs.cloudimage.io/transformations/static-content.md): Static file acceleration
- [PDF to image](https://docs.cloudimage.io/transformations/static-content/pdf-to-image.md): Convert a specific page from a PDF document to an image
- [JS/CSS optimization](https://docs.cloudimage.io/transformations/static-content/js-css-optimization.md): Minification of JS and CSS files
- [Video operations](https://docs.cloudimage.io/transformations/video-operations.md): Short clip resizing and delivery for websites and web applications
- [Video processing](https://docs.cloudimage.io/transformations/video-processing.md): Short clip optimization and transcoding for websites and web applications


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudimage.io/transformations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
