<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.benhall.com/doku/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="http://www.benhall.com/doku/feed.php">
        <title>..., etc. photo</title>
        <description></description>
        <link>http://www.benhall.com/doku/</link>
        <image rdf:resource="http://www.benhall.com/doku/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-13T00:51:53-04:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.benhall.com/doku/doku.php?id=photo:tilt-shift&amp;rev=1267858479&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.benhall.com/doku/doku.php?id=photo:unicode_imgmgk&amp;rev=1385114564&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.benhall.com/doku/lib/tpl/dokuwiki/images/favicon.ico">
        <title>..., etc.</title>
        <link>http://www.benhall.com/doku/</link>
        <url>http://www.benhall.com/doku/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.benhall.com/doku/doku.php?id=photo:tilt-shift&amp;rev=1267858479&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-06T01:54:39-04:00</dc:date>
        <title>photo:tilt-shift</title>
        <link>http://www.benhall.com/doku/doku.php?id=photo:tilt-shift&amp;rev=1267858479&amp;do=diff</link>
        <description>For now, I just wanted to note that if a site were created to edit someone's video, it would make sense to upload the images and process them in a RAM disk on the server, processing will be much faster that way.

Tilt-shift a video file with ImageMagick</description>
    </item>
    <item rdf:about="http://www.benhall.com/doku/doku.php?id=photo:unicode_imgmgk&amp;rev=1385114564&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-11-22T05:02:44-04:00</dc:date>
        <title>photo:unicode_imgmgk</title>
        <link>http://www.benhall.com/doku/doku.php?id=photo:unicode_imgmgk&amp;rev=1385114564&amp;do=diff</link>
        <description>*  bash v3 does not support unicode output with the built-in printf, use MacPorts to install bash v4
	*  once in bash v4, printf “\u266D” gives “♭”
	*  to get a list of fonts in ImageMagick: convert -list font


bash-4.2$ cat chords.txt 
F
C	
G
D
A
E
B
F♯
G♭
C♯
D♭
G♯
A♭
D♯
E♭
A♯
B♭
bash-4.2$ for i in $(&lt;chords.txt);do convert -font &quot;Apple-Symbols-Ordinær&quot; -density 90 -pointsize 144 label:$i  tmp/$i.gif;done
bash-4.2$ ls tmp
A.gif    A♯.gif   B♭.gif   C♯.gif   D♭.gif   E.gif    F.gif    G.gif    …</description>
    </item>
</rdf:RDF>
