Skip to content

Commit 4be0960

Browse files
authored
Merge pull request #1865 from appwrite/image-transformation-blog-update
Update blog post
2 parents 6aed63d + 269567b commit 4be0960

File tree

1 file changed

+3
-3
lines changed
  • src/routes/blog/post/image-transformation-with-appwrite-storage

1 file changed

+3
-3
lines changed

src/routes/blog/post/image-transformation-with-appwrite-storage/+page.markdoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,10 @@ const webpImage = storage.getFilePreview(
277277
The above image is originally a PNG file. However, by setting the output format to WebP, Appwrite automatically converts the image to WebP format and returns the transformed image.
278278
You can confirm this by downloading the image or inspecting its source.
279279

280-
The `output` parameter supports `png`, `jpeg`, `webp`, `gif`, `heic`, and `avif`.
280+
The `output` parameter supports `png`, `jpeg`, `webp`, `gif`, and `heic`.
281281

282-
Choosing the right format can significantly impact your application's performance. For example, WebP and AVIF are modern formats that offer better compression and quality than JPEG and PNG.
283-
However, while these are compatible with most modern browsers, it's good practice to implement a fallback for older browsers.
282+
Choosing the right format can significantly impact your application's performance. For example, WebP is a modern format that offers better compression and quality than JPEG and PNG.
283+
However, while it's supported in most modern browsers, it's good practice to implement a fallback for older browsers.
284284

285285
# Final thoughts
286286

0 commit comments

Comments
 (0)