User Tools

Site Tools


bildbearbeitung:scan

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bildbearbeitung:scan [2023/02/16 19:20] – [Einseitig] msbildbearbeitung:scan [2025/02/19 22:02] (current) ms
Line 1: Line 1:
-====== Brother ADS-1200 ====== 
 === Nötige Pakete: sane-utils graphicsmagick-imagemagick-compat bzip2 === === Nötige Pakete: sane-utils graphicsmagick-imagemagick-compat bzip2 ===
 ''scanimage -L'' zeigt Scanner-Device\\ ''scanimage -L'' zeigt Scanner-Device\\
 ''scanimage -A'' zeigt spezifische optionen für den Scanner\\ ''scanimage -A'' zeigt spezifische optionen für den Scanner\\
 ''scanimage -h'' zeigt Hilfe an ''scanimage -h'' zeigt Hilfe an
 +
 +====== Brother ADS-1200 ======
  
 ==== Einseitig ==== ==== Einseitig ====
-''scanimage --resolution 600 --source 'Automatic Document Feeder(center aligned)' -x 210 -y 297 --format=tiff | bzip2 > bild.tiff.bz2''+<code> 
 +scanimage --resolution 600 --source 'Automatic Document Feeder(center aligned)-x 210 -y 297 --format=tiff --mode 'True Gray' -o bild.tiff 
 + 
 +scanimage --resolution 600 --source 'Automatic Document Feeder(center aligned)' -x 210 -y 297 --format=tiff | bzip2 > bild.tiff.bz2 
 +</code>
  
 Script zum einseitigen scannen (''scan1.sh''): Script zum einseitigen scannen (''scan1.sh''):
Line 83: Line 88:
 echo "mv /media/ramdisk/$name* " echo "mv /media/ramdisk/$name* "
 echo echo
 +</code>
 +
 +====== Canon CanoScan N1240U ======
 +<code>
 +scanimage --preview=yes -l 0 -t 0 -x 210 -y 297 -o scan.jpg
 +
 +scanimage --resolution 150 -l 0 -t 0 -x 210 -y 297 --format=jpeg -o scan.jpg
 +convert scan.jpg scan.pdf
 </code> </code>
bildbearbeitung/scan.1676571623.txt.gz · Last modified: 2023/02/16 19:20 by ms

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki