Currently the Usage section of the cli states that the -p parameter in seam carving command is the percentage of width to be reatined but the program instead cuts that much percentage from the image.
Example:
./compressor -s -i input.png -o output.png -p 0.3 will cut 30% rather than retaining 30%.
Currently the Usage section of the cli states that the -p parameter in seam carving command is the percentage of width to be reatined but the program instead cuts that much percentage from the image.
Example:
./compressor -s -i input.png -o output.png -p 0.3
will cut 30% rather than retaining 30%.