Skip to content

fix: 이미지 리사이징 시 퀄리티 1 -> 0.8로 수정#427

Merged
dh2906 merged 1 commit intodevelopfrom
feat/image-resize-quality
Mar 21, 2026
Merged

fix: 이미지 리사이징 시 퀄리티 1 -> 0.8로 수정#427
dh2906 merged 1 commit intodevelopfrom
feat/image-resize-quality

Conversation

@dh2906
Copy link
Contributor

@dh2906 dh2906 commented Mar 21, 2026

🔍 개요


🚀 주요 변경 내용


💬 참고 사항


✅ Checklist (완료 조건)

  • 코드 스타일 가이드 준수
  • 테스트 코드 포함됨
  • Reviewers / Assignees / Labels 지정 완료
  • 보안 및 민감 정보 검증 (API 키, 환경 변수, 개인정보 등)

@dh2906 dh2906 self-assigned this Mar 21, 2026
@dh2906 dh2906 merged commit 2914b7f into develop Mar 21, 2026
2 checks passed
@dh2906 dh2906 deleted the feat/image-resize-quality branch March 21, 2026 13:38
@coderabbitai
Copy link

coderabbitai bot commented Mar 21, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: b7b332a1-ab95-410b-a1e4-b1396aa52498

📥 Commits

Reviewing files that changed from the base of the PR and between 9f7c264 and d8a5e09.

📒 Files selected for processing (1)
  • src/main/java/gg/agit/konect/domain/upload/service/ImageConversionService.java

📝 Walkthrough

Walkthrough

ImageConversionService의 WebP 인코딩 품질 상수가 1.0f에서 0.8f로 감소했습니다. 이는 WebP 변환 및 정규화 경로에서 이미지 품질 설정에 영향을 미칩니다.

Changes

Cohort / File(s) Summary
WebP 품질 상수 조정
src/main/java/gg/agit/konect/domain/upload/service/ImageConversionService.java
DEFAULT_WEBP_QUALITY 상수값을 1.0f에서 0.8f로 변경하여 WebP 이미지 변환 및 정규화 시 적용되는 품질 수준 감소

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested labels

버그

Poem

🐰 품질의 바람이 살랑살랑~
한 점 이 로 변했네요,
0.8의 이야기 속에
WebP의 새로운 숨결이~
압축의 미학, 변화의 시작! ✨

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/image-resize-quality

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant