From f16f54d6ce37e644fb3ff64bb329f1ed480cb060 Mon Sep 17 00:00:00 2001 From: Frank Zago Date: Sun, 3 Mar 2002 09:17:27 +0000 Subject: [PATCH] Fixed a typo. Changed a description. --- doc/sceptre/s1200.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/sceptre/s1200.txt b/doc/sceptre/s1200.txt index ac0dd1add..2c04bc5da 100644 --- a/doc/sceptre/s1200.txt +++ b/doc/sceptre/s1200.txt @@ -81,14 +81,14 @@ GET DATA BUFFER STATUS Returns: - byte 0 to 7: ? (these bytes looks rather standard) - byte 8 to 11: total size left to read - - byte 12 to 13: number of lines (constant diuring a scan) - - byte 14 to 15: pixels per line (constant diuring a scan) + - byte 12 to 13: number of lines (constant during a scan) + - byte 14 to 15: pixels per line (constant during a scan) /*--------------------------------------------------------------------------*/ Color shifts -Color order returned by the scanner is Blue, then Green then Red. There is a color shift, meaning the lines for the Red is not on the same line than the Green. +Color order returned by the scanner is Red, then Green, then Blue. There is a color shift, meaning the raster for the Red is not followed by the Green raster for the same line. The shifts are: dpi lines per color 1200 16 @@ -105,3 +105,5 @@ The shifts are: 50 0 Some resolution give garbage. However that table might not be complete. + +