add image-convert-scale-bun

This commit is contained in:
2026-05-18 01:23:53 +08:00
parent 7bb3313b79
commit 013da7eb01
6 changed files with 258 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
1. this is a bun project
2. read document https://bun.com/docs/runtime/image
3. load images including (heic,jpeg, png and other formats)
4. convert to jpeg or png file(user can assign the format, default jpeg)
5. user can 等比例 scale image, user can assign width or height
6. user can assign one or multiple images one time