seamcarving 0.0.1

Content-aware image resizing using the seam carving algorithm. Allows changing the aspect ratio of an image without distorting its contents.
Documentation
# seamcarving

A rust library for
**content-aware image resizing** using [seam carving](https://en.wikipedia.org/wiki/Seam_carving).

## Examples

Original | Resized
--- | ---
![waterfall original]./examples/waterfall.png | ![waterfall resized with liquid rescaling]./examples/waterfall_resized.png 
![butterfly original]./examples/butterfly.png | ![butterfly resized with liquid rescaling]./examples/butterfly_resized.png