
Advanced Features: Transformations and Integrations
Supabase Storage goes beyond simple file uploads. It offers powerful features to transform your files on the fly and integrate seamlessly with other parts of your application and even external services. Let's explore some of these advanced capabilities.
A standout feature is the integration with Cloudflare Images. This allows you to perform common image manipulations directly when serving your images, without needing to store multiple versions. This is incredibly efficient and saves storage space.
You can achieve this by appending query parameters to your image URLs. These parameters are interpreted by Supabase's underlying infrastructure (which leverages Cloudflare's edge network) to transform the image before it's delivered to the user.
Common transformations include:
- Resizing: Specify width and height.
- Cropping: Define regions to extract from the image.
- Format Conversion: Serve images in different formats like WebP for better compression.