-
Notifications
You must be signed in to change notification settings - Fork 1
feat: 이미지 리사이징 로직 추가 #426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
feat: 이미지 리사이징 로직 추가 #426
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
8bc9915
chore: gitignore 항목 추가
dh2906 9d49224
fix: JPEG 업로드 시 ImageReader 입력 바인딩 누락으로 인한 변환 실패를 방지
dh2906 4fa9bfe
test: 업로드 테스트 추가
dh2906 9d1915d
test: 다른 확장자에 대한 이미지 업로드 테스트
dh2906 185e88d
feat: 이미지 리사이징 로직 추가
dh2906 1bdb9cc
test: 리사이징 검증 테스트 추가
dh2906 da8e899
test: 리사이징 단위 테스트 추가
dh2906 81ece64
chore: 인증 인터셉터 단위 테스트 패키지 이동
dh2906 169d2e5
chore: 코드 포맷팅
dh2906 3b25288
chore: gitignore 하위 디렉토리도 적용
dh2906 407e578
fix: webp 이미지도 리사이징 거치도록 수정
dh2906 287b095
fix: 리사이징에서 가로 최대 크기를 1800px로 수정
dh2906 583cfd8
fix: 이미지 리사이징 시 투명 픽셀이 검은 색으로 변하는 문제 해결
dh2906 7f9c732
chore: 코드 포맷팅
dh2906 37862c3
fix: 이미지 리사이징 시 품질, 크기 보수적으로 수정
dh2906 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -49,3 +49,5 @@ logs | |
| ### MCP Bridge ### | ||
| mcp-bridge/node_modules/ | ||
| mcp-bridge/.env | ||
|
|
||
| **/google-service-account.json | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...it/auth/AuthorizationInterceptorTest.java → ...uth/web/AuthorizationInterceptorTest.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.