coil-transformations
coil-transformations copied to clipboard
CropTransformation not cropping
trafficstars
hi,
i just tested the crop transformation and i get the same result for type top, center and bottom. also nothing gets cropped
i apply them like this
binding.image.load(url){transformations(CropTransformation(CropTransformation.CropType.TOP)) }
coil version is 2.5.0 lib version is 2.0.2
lg
same here
I have fixed the issue and make a PullRequest
You can temporarily use implementation("com.github.bonepeople.coil-transformations:transformations:2.0.3") instead of the original dependencies before the PR is merged.
Thanks! pushed 2.0.3