foresterre / sic

🦜 Accessible image processing and conversion from the terminal. Front-end for image-rs/image.
Apache License 2.0
171 stars 6 forks source link

Crop whitespace from outer area of image. #97

Open clanghout opened 5 years ago

clanghout commented 5 years ago

When saving images, sometimes, the image size is bigger than the actual image. An example would be a logo on a white background. A functionality to automatically crop the image so that the boundaries of the image are aligned with the content can be very helpful.

foresterre commented 5 years ago

Thanks for the suggestion!