<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.hoku.emelibrary.org/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://wiki.hoku.emelibrary.org/feed.php">
        <title> - basic_level:enhancement</title>
        <description></description>
        <link>https://wiki.hoku.emelibrary.org/</link>
        <image rdf:resource="https://wiki.hoku.emelibrary.org/_media/wiki:logo.png" />
       <dc:date>2026-05-26T04:06:55+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.hoku.emelibrary.org/basic_level:enhancement:blur_sharpen?rev=1750928569&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.hoku.emelibrary.org/basic_level:enhancement:invert?rev=1750887269&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.hoku.emelibrary.org/basic_level:enhancement:pack?rev=1750928185&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.hoku.emelibrary.org/basic_level:enhancement:stretch?rev=1750928476&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.hoku.emelibrary.org/_media/wiki:logo.png">
        <title></title>
        <link>https://wiki.hoku.emelibrary.org/</link>
        <url>https://wiki.hoku.emelibrary.org/_media/wiki:logo.png</url>
    </image>
    <item rdf:about="https://wiki.hoku.emelibrary.org/basic_level:enhancement:blur_sharpen?rev=1750928569&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-26T09:02:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>blur_sharpen</title>
        <link>https://wiki.hoku.emelibrary.org/basic_level:enhancement:blur_sharpen?rev=1750928569&amp;do=diff</link>
        <description>Enhancement – Blur, Sharpen

”Blur” by 4 pixels (left). Original, no change (middle). Sharpen, contrast of 4 (right).

[ ]</description>
    </item>
    <item rdf:about="https://wiki.hoku.emelibrary.org/basic_level:enhancement:invert?rev=1750887269&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-25T21:34:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>invert</title>
        <link>https://wiki.hoku.emelibrary.org/basic_level:enhancement:invert?rev=1750887269&amp;do=diff</link>
        <description>Invert

Inverts or flips over the pixel values. 
For integers, the output is calculated by subtracting the pixel value from the the maximum value.
For 8-bit images, the output is 255-value.  
For 16-bit images, the output is 65535-value.
For 32-bit integers, the output is 4294967295L-value.</description>
    </item>
    <item rdf:about="https://wiki.hoku.emelibrary.org/basic_level:enhancement:pack?rev=1750928185&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-26T08:56:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>pack</title>
        <link>https://wiki.hoku.emelibrary.org/basic_level:enhancement:pack?rev=1750928185&amp;do=diff</link>
        <description>Enhancement – Pack


”Pack” will adjust the contrast of the input image and convert it to an 8-bit unsigned integers.  By default, it looks at the “statistics” of the whole image and linearly stretches the values to maximize the visibility. You may indicate a ”window” from which ”Pack” will get the data to compute the statistics for the image.  Instead of “statistics”, you can use the “extremes” and stretch between the max and min values. Also, you can convert the output to 16-bit integer values…</description>
    </item>
    <item rdf:about="https://wiki.hoku.emelibrary.org/basic_level:enhancement:stretch?rev=1750928476&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-26T09:01:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>stretch</title>
        <link>https://wiki.hoku.emelibrary.org/basic_level:enhancement:stretch?rev=1750928476&amp;do=diff</link>
        <description>Enhancement – Stretch

”Stretch” will adjust the contrast of the input image.  

Linear


A ”linear” stretch will stretch the values of the image pixels between specified minimum and maximum values, and black and white. The output will be the same form as the input, either unsigned integers or floating point numbers. The min and max values can be specified. If left blank, the stretch will be between the min and max values of the input.</description>
    </item>
</rdf:RDF>
