I made a bulk image cropper with cropperjs! #825
danfickle
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Links
What I made
I made a mass image cropper that makes use of cropperjs. Users start by uploading multiple images (or use sample images) and selecting a desired size or aspect ratio. Then they select a crop mask for each image using cropperjs. Finally, the cropped images are zipped (in-browser) and can be downloaded.
Who is it for
The program (which can easily be deployed on any web server) is designed for people who need to create a group of images with the same size or aspect ratio. Typical examples include carousels, sliders, galleries, etc. I imagine web agencies and developers could refer it to their clients when they have such a requirement.
Challenges
Feedback
I'm posting this here in the hope that someone might find it of use. Feel free to provide feedback or constructive criticism via this discussion or issues on the repository. Even better, fork the code and see what you can do with it. I'd love to see what someone with some design skills could do with the UI!
Thanks,
@danfickle.
Beta Was this translation helpful? Give feedback.
All reactions