woowacourse-teams / 2023-festa-go

🎪 페스타고, 대학 축제를 더욱 즐겁게!
71 stars 8 forks source link

[BE] feat: ImageFileUploadService jpeg 확장자 지원 추가 (#946) #947

Closed seokjin8678 closed 5 months ago

seokjin8678 commented 6 months ago

📌 관련 이슈

✨ PR 세부 내용

ImageFileUploadService에서 jpeg, webp 확장자에 대한 지원을 추가했습니다.

참고로 webp 확장자가 좋은 점이, png에 비해 용량이 2~3배 정도 작습니다. (png 561kb, webp 204kb)

가능하다면 이미지 업로드는 webp로 변환한 뒤 올리는 게 좋을 것 같습니다.

webp 확장자 지원은 iOS 이슈로 인해 삭제하였습니다. 😂

github-actions[bot] commented 6 months ago

Test Results

226 files  226 suites   27s :stopwatch: 752 tests 752 :white_check_mark: 0 :zzz: 0 :x: 771 runs  771 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 2feb53ac.

:recycle: This comment has been updated with latest results.

seokjin8678 commented 5 months ago

리뷰 기간이 지났기에 머지 처리 하도록 하겠습니다!