A lightweight, embeddable crop view with similar manual crop gestures; choose it for a minimal library without the full UCrop activity.
A simple image cropping library for Android.
- 2.5k
- Java
- MIT
Android image cropping
uCrop is an Android image cropping library that provides a flexible, gesture-based UI for scaling, rotating, and cropping images.
Same problem, same approach. Swapping one for another is a config change, not a rewrite.
A lightweight, embeddable crop view with similar manual crop gestures; choose it for a minimal library without the full UCrop activity.
A simple image cropping library for Android.
Solves the same problem with a different architecture or at a different layer. Expect to rewrite the integration.
Automatically crops based on image content or saliency; choose when you want smart auto-cropping instead of manual control.
A content-aware cropping library for Android
An earlier or more limited way to do the job. Still the right call when you need something small, proven, or CPU-only.
An older, archived crop activity library that is simpler but less maintained; choose it if you need a very basic crop UI matching older Android APIs.
Android library project for cropping images
A narrow replacement for the deprecated Android system crop action; choose it only to replicate the old Intent-based crop behavior.
Replacement for deprecated official Android crop image function