<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.mtacs.de/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.mtacs.de/feed.php">
        <title>msdoc bildbearbeitung</title>
        <description></description>
        <link>https://www.mtacs.de/</link>
        <image rdf:resource="https://www.mtacs.de/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-11T06:40:25+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.mtacs.de/doku.php?id=bildbearbeitung:allgemein&amp;rev=1700223240&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.mtacs.de/doku.php?id=bildbearbeitung:passbilder&amp;rev=1673465370&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.mtacs.de/doku.php?id=bildbearbeitung:scan&amp;rev=1739998965&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.mtacs.de/lib/tpl/dokuwiki/images/favicon.ico">
        <title>msdoc</title>
        <link>https://www.mtacs.de/</link>
        <url>https://www.mtacs.de/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.mtacs.de/doku.php?id=bildbearbeitung:allgemein&amp;rev=1700223240&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-17T12:14:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>bildbearbeitung:allgemein</title>
        <link>https://www.mtacs.de/doku.php?id=bildbearbeitung:allgemein&amp;rev=1700223240&amp;do=diff</link>
        <description>Bilder umbenennen

*.JPG in *.jpg umbenennen

for i in *.JPG; do mv &quot;$i&quot; &quot;${i/.JPG}&quot;.jpg; done

neu durchnummerieren

n=1; for i in *.jpg; do a=&quot;000$n&quot;; mv $i bild_${a:(-3)}.jpg; ((n=n+1)); done

nach Datum/Uhrzeit sortiern und umbenennen

Im Verzeichnis Bilder:</description>
    </item>
    <item rdf:about="https://www.mtacs.de/doku.php?id=bildbearbeitung:passbilder&amp;rev=1673465370&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-11T19:29:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>bildbearbeitung:passbilder</title>
        <link>https://www.mtacs.de/doku.php?id=bildbearbeitung:passbilder&amp;rev=1673465370&amp;do=diff</link>
        <description>Bearbeitung mit Gimp

Passbild 35 x 45 mm

Original: 2896 x 1944 Pixel mit 300 ppi



Output: 35 x 45 mm (350 x 450 Pixel mit 254 ppi)

Output: 35 x 45 mm (175 x 225 Pixel mit 127 ppi)


1. Canvas Size

With: 1400 px

Hight: 1800 px

Center genau setzen</description>
    </item>
    <item rdf:about="https://www.mtacs.de/doku.php?id=bildbearbeitung:scan&amp;rev=1739998965&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-19T21:02:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>bildbearbeitung:scan</title>
        <link>https://www.mtacs.de/doku.php?id=bildbearbeitung:scan&amp;rev=1739998965&amp;do=diff</link>
        <description>Nötige Pakete: sane-utils graphicsmagick-imagemagick-compat bzip2

scanimage -L zeigt Scanner-Device

scanimage -A zeigt spezifische optionen für den Scanner

scanimage -h zeigt Hilfe an

Brother ADS-1200

Einseitig


scanimage --resolution 600 --source &#039;Automatic Document Feeder(center aligned)&#039; -x 210 -y 297 --format=tiff --mode &#039;True Gray&#039; -o bild.tiff

scanimage --resolution 600 --source &#039;Automatic Document Feeder(center aligned)&#039; -x 210 -y 297 --format=tiff | bzip2 &gt; bild.tiff.bz2</description>
    </item>
</rdf:RDF>
