SimulPiscator / AirSane

Publish SANE scanners to MacOS, Android, and Windows via Apple AirScan.
GNU General Public License v3.0
247 stars 26 forks source link

Fix issue with hardcoded Color/Grayscale names #27

Closed stackrainbow closed 4 years ago

stackrainbow commented 4 years ago

On my brother scanner the color scanning mode is called '24bit Color[Fast]'

The hardcoded Color check was causing the scan to fail with

/root/AirSane/server/scanjob.cpp, line 417: encoder bytesPerLine (832) differs from SANE bytes_per_line (2496)

I think this commit fixes this.