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

Image transformations for Coil

Results 6 coil-transformations issues
Sort by recently updated
recently updated
newest added

Migration Guide: https://developer.android.com/guide/topics/renderscript/migrate Also handles #10

See https://github.com/Commit451/coil-transformations/pull/9#discussion_r824124771

I'm using your `MaskTransformation` however it doesn't resize according to my ImageView. I think it's resizing based on the image size.

https://blog.oversecured.com/Introducing-MavenGate-a-supply-chain-attack-method-for-Java-and-Android-applications/ Gradle task ```bash ./gradlew --write-verification-metadata pgp,sha256 --export-keys ``` ```xml ``` did not find a pgp public key in a remote repository or the artifact is not signed. A fix...

hi, i just tested the crop transformation and i get the same result for type top, center and bottom. also nothing gets cropped ![image](https://github.com/Commit451/coil-transformations/assets/7085596/53f05bc7-f4e5-483a-b967-2ecbb01f31d3) i apply them like this `...

I'd need a transformation that rotates the picture using - +/- 90° - +/- 180° - +/- 270° Thanks in advance~