go-dims supports a variety of image transformation operations that can be chained together in the URL path. Below is a quick index โ click any operation to learn more.
Operation | Description |
---|
resize | Resize image dimensions |
crop | Crop to specific region |
thumbnail | Fit within bounding box (smart crop) |
flipflop | Flip horizontally and vertically |
rotate | Rotate by degrees |
๐จ Adjustmentsโ
๐งพ Output Optionsโ
Operation | Description |
---|
format | Set output format (jpg, png, etc.) |
quality | Adjust compression quality |
strip | Strip metadata |
๐ง Specialโ
Operation | Description |
---|
watermark | Overlay a watermark |
Want to learn more? Click any operation above to view usage examples, parameter options, and gotchas.