galfar / deskew

Deskew is a command line tool for deskewing scanned text documents. It uses Hough transform to detect "text lines" in the image. As an output, you get an image rotated so that the lines are horizontal.
http://galfar.vevb.net/deskew
Mozilla Public License 2.0
164 stars 26 forks source link

Impossible to set background color to 100% transparent #44

Closed galfar closed 3 years ago

galfar commented 3 years ago

Parsing of given background color is not working correctly for some inputs and it's impossible to use e.g. 100% transparent black:

-b 00000000 => 0xff000000
-b 000000a2 => 0xffa2a2a2