feat: Image Transformation Support. #102
Replies: 4 comments 7 replies
-
Thanks for checking out Sveltia CMS, @jamaluddinrumi! I’ve been thinking about this, but honestly it’s becoming less of a priority as some popular frameworks like Next.js and Hugo already provide an image optimization method. One of my clients has been using Uploadcare for their SvelteKit site, but SvelteKit now also has an experimental image optimizer, so the third-party solution is no longer necessary. That said, I think a basic resizer/transformer/optimizer in the CMS is still useful, for example to prevent very large images from being uploaded by end users. And I understand that not all frameworks, including Vue I guess, provide such built-in functionality. I’ll keep this on my to-do list! See also decaporg/decap-cms#7107, decaporg/decap-cms#2808, decaporg/decap-cms#1322. |
Beta Was this translation helpful? Give feedback.
-
I have added an image conversion method to generate asset thumbnails. I’ll use it to support simple image transformations. Basically, for websites, we just need WebP quality 85 (or SVG). |
Beta Was this translation helpful? Give feedback.
-
[out of topic] the potential of monetizing |
Beta Was this translation helpful? Give feedback.
-
Image optimizer has landed in v0.68.0 😊 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
it's really promising when i take a look of how sveltia maximize utilizing github.
but, how about image transformation and then store them to disk? i think we need that feature for supporting dynamic srcset image generation for our img elements.
similar feature is provided by storyblok image.
Beta Was this translation helpful? Give feedback.
All reactions