aryarohit07 / PicassoFaceDetectionTransformation

A memory efficient Android image transformation library providing cropping above Face Detection (Face Centering) for Picasso.
847 stars 98 forks source link

Please add sample #2

Closed AndroidDeveloperLB closed 7 years ago

AndroidDeveloperLB commented 7 years ago

To show that it works nicely. Maybe make a RecyclerView that has 3 images per row: original, center-crop, and using your library. And, the images will be from the device itself (like the gallery app).

aryarohit07 commented 7 years ago

I have already added samples in the readme. It contains all three image versions i.e., original, center-crop and face-center-crop.

AndroidDeveloperLB commented 7 years ago

I meant a real sample, that we can run on the device. Not screenshots.