3
Feature Request: Add image rotation support to signed URLs (?rotate=90)
Source: supabase/supabase#38765 · opened by @mikesteinke
Problem In my app, users can rotate uploaded images (0°, 90°, 180°, 270°). I currently store the rotation degrees in the database and apply a client-side transform so images display correctly without modifying the underlying file. This works great for in-app usage. However, I also need to generate external documents (e.g., reports via an API). For that, I require a direct image URL where the rotation is already applied. Right now, the only way is to pre-process and upload rotated copies, which adds complexity and storage overhead. Proposal Support an optional query string parameter like: > Where rotate accepts multiples of 90 degrees. Benefits • Zero extra storage (no duplicate rotated copies). • Consistent handling between in-app views and external exports. • Faster user experience (no client-side heavy image manipulation before sending to external APIs). • Aligns with common CDN/image transformation patterns (resize, fit, for…
No pledges yet. Be the first to back this.
Comments
Similar requests
Add `signUploadObjectUrls()` for generating multiple signed upload URLs
1 vote · 0 comments
Signed upload URL for existing files in blob storage
3 votes · 0 comments
Add support for image transformations in bulk storage URL signing (getSignedUrls)
2 votes · 0 comments
Data URLs as redirect URLs
2 votes · 0 comments
Way to createSignedUrls with image transformation
7 votes · 0 comments
No comments yet.