Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 485 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 485 Bytes

Content Aware Image Resizing

Content aware image resizing using seam carving

Installation

⚠️ Requires pipenv (Install it with pip install pipenv)

For development

pipenv install --dev

For production

pipenv install

Usage

Start the shell

pipenv shell

Note: Set linter from the virtual environment for any editor

python main.py <inputfile> -a <axis> -p <no of pixels to be removed>