|
|
|
|
|
by Darthy
1725 days ago
|
|
Since the halftone dots are in a matrix that is at an angle, can't you just write a small program that measures the size of each halftone dot and stores that measurement? Then map the measured size to a grey value (supersmall = near white, big = black), and you have recovered all the information in that image. Then just counter the rotation of the matrix to get the best possible right-side-up scan. |
|