/Slimming

An algorithm for intelligently resizing images using dynamic programming

Primary LanguageC

By Gustin Julien & Sebati Ilias

Slimming project

How to use :

  • Get into src/ repectory
  • Type make
  • Then
./slimming "input-file" "output-file" nbOfPixel-to-reduce

Example of using

./slimming ../pnm/07.pnm ../pnmOutput/test07.pnm 500


(a) is the original image, (b) crushed's image (naive), (c) crushed's image with slimming