coil-transformations icon indicating copy to clipboard operation
coil-transformations copied to clipboard

CropTransformation not cropping

Open mensarb opened this issue 1 year ago • 1 comments
trafficstars

hi,

i just tested the crop transformation and i get the same result for type top, center and bottom. also nothing gets cropped image

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

mensarb avatar Dec 06 '23 12:12 mensarb

same here

YaminMahdi avatar Jan 16 '24 09:01 YaminMahdi

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.

bonepeople avatar May 07 '24 09:05 bonepeople

Thanks! pushed 2.0.3

Jawnnypoo avatar May 07 '24 20:05 Jawnnypoo