Features
Customizations
This library helps to scan a document like CamScanner. And with new version you can create your own activity with your own layout!
Give the right first impression with just a glimpse! Instead of center cropping images blindly, leverage Glimpse's eye to catch the right spot.
An Android library that lets you implement image crop.
The library is a small widget for image cropping in Instagram-like style. Written in Kotlin.
This is an Android library for cropping images. Move images smoothly, and crop images precisely.
Enjoy cropping!
Library that allows you to scale, rotate, crop, alter aspect ratios, change brightness and contrast.
A View
for cropping images that is similar to Instagram's crop. Also an Activity
for cropping is included.
Simple image cropping tool derived from Crop Image.
Features:
Android library to crop images by moving & scaling image.
Powerful (Zoom, Rotation, Multi-Source), customizable (Shape, Limits, Style), optimized (Async, Sampling, Matrix) and simple image cropping library for Android.
A light-weight image cropping layout, allowing UI customization and cropping box update listener. Image and the selected area (cropping box) is scale and fit into the predefined area.
This project aims to provide an ultimate and flexible image cropping experience.
PhotoCropper is a light-weight but sharp and smart tool to help you cropping photos on android devices. By providing a simple callback interface for developers and encapsulating the tricky things of cropping photos into a library. It makes the logic much more easier and simpler.
This library analyses a best crop position and size by calculating some features (edge, skin tone, staturation and face).
This is a lightweight Image Cropper for Android which also supports no-crop feature.
The SimpleCropView is an image cropping library for Android. It simplify your code for cropping image and provides easily customizable UI.
One of the popular scaletype configurations used in Android is the "centerCrop". However, it is limited to just center cropping. This usually crops off the faces of people from images that have an aspect ratio height > width.
JCropImageView is a lightweight extension of the centercrop feature to provide additional control over how the images are displayed.
The PhotoCrop is an image cropping tool. It provides a way to set an image in XML and programmatically, and displays a resizable crop window on top of the image. Calling the method getCroppedImage()
will then return the Bitmap marked by the crop window.
A practical tool which helps users to slice and share their pictures.
Features:
An ImageView that supports different kind of cropping rather than the only Android is currently supporting: centerCrop
Using this library, you can crop your desired image by sides described below:
There are many image cropping tools that can be implemented in Android, but the only problem is that they only crop out square or rectangular parts on an image. So, this example will show my implementation of an image cropping tool where it crops out non-rectangular images.
Replacement for deprecated official Android crop image function.
An Android library project to provide a simple image cropping Activity, based on code from AOSP.