We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
ImageRequest.Builder에 transformations(CircleCropTransformation())를 추가해서 이미지를 circle로 저장하는 것은 어떨까요?
ImageRequest.Builder
transformations(CircleCropTransformation())
coil 이슈를 봐서는 지금은 가득채워지지 않는 게 정상(?)인 것 같습니다.
Sorry, something went wrong.
그렇군요 사용한 shape 방식이랑 다른 부분을 찾아봐야겠네요. 다른 이미지들은 잘되는 것도 신기하네요
thx @fornewid
원본이미지가 세로가 긴 경우 contentScale이 Fit이면 첫번째 사진처럼 지정되어 원으로 clip 했을 때 잘리는 것 같은데 contentScale을 FillWidth로 하여 자르는 방법은 어떨까요? 두 번째 사진은 그 결과입니다.
contentScale
Fit
FillWidth
@hongbeomi 확인 감사합니다. 송성현님의 이미지는 원본 자체를 수정하는 것으로 대응하겠습니다.
No branches or pull requests
Kind (Required)
Overview (Required)
The text was updated successfully, but these errors were encountered: