<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Graphical images script</title>
	<link>http://ask.metafilter.com/11725/Graphical-images-script/</link>
	<description>Comments on Ask MetaFilter post Graphical images script</description>
	<pubDate>Fri, 12 Nov 2004 12:29:01 -0800</pubDate>
	<lastBuildDate>Fri, 12 Nov 2004 12:29:01 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Graphical images script</title>
		<link>http://ask.metafilter.com/11725/Graphical-images-script</link>	
		<description>I am looking for a simple script (perl,php,whatever) or even binary utility that can programatically render graphical images in this manner: take XYZ font (true-type/postscript/whatever) and render an image with the text ABC.&lt;br&gt;
&lt;br&gt;
Does such a thing exist?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2004:site.11725</guid>
		<pubDate>Fri, 12 Nov 2004 12:23:24 -0800</pubDate>
		<dc:creator>xmutex</dc:creator>
		
			<category>perl</category>
		
			<category>php</category>
		
			<category>scripting</category>
		
			<category>script</category>
		
			<category>imagescript</category>
		
			<category>graphicalscripting</category>
		
	</item> <item>
		<title>By: Eamon</title>
		<link>http://ask.metafilter.com/11725/Graphical-images-script#205509</link>	
		<description>What platform are you using? I know that &lt;a href=&quot;http://www.imagemagick.org/&quot;&gt;ImageMagick&lt;/a&gt; can do this on the command line. It also has bindings for most scripting languages, and is available on every platform.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.11725-205509</guid>
		<pubDate>Fri, 12 Nov 2004 12:29:01 -0800</pubDate>
		<dc:creator>Eamon</dc:creator>
	</item><item>
		<title>By: jpburns</title>
		<link>http://ask.metafilter.com/11725/Graphical-images-script#205512</link>	
		<description>By render, I don&apos;t suppose you&apos;d be happy with it rendered in a browser window (easy to do with JavaScript)?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.11725-205512</guid>
		<pubDate>Fri, 12 Nov 2004 12:31:40 -0800</pubDate>
		<dc:creator>jpburns</dc:creator>
	</item><item>
		<title>By: RustyBrooks</title>
		<link>http://ask.metafilter.com/11725/Graphical-images-script#205514</link>	
		<description>I&apos;ve used ImageMagick and GD for these things, both work OK.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.11725-205514</guid>
		<pubDate>Fri, 12 Nov 2004 12:33:00 -0800</pubDate>
		<dc:creator>RustyBrooks</dc:creator>
	</item><item>
		<title>By: xmutex</title>
		<link>http://ask.metafilter.com/11725/Graphical-images-script#205517</link>	
		<description>Unix platform. Not wanting it to render in a browser, but to output files. Think like a GIF-based blog.&lt;br&gt;
&lt;br&gt;
But not annoying!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.11725-205517</guid>
		<pubDate>Fri, 12 Nov 2004 12:35:11 -0800</pubDate>
		<dc:creator>xmutex</dc:creator>
	</item><item>
		<title>By: terrapin</title>
		<link>http://ask.metafilter.com/11725/Graphical-images-script#205521</link>	
		<description>I was thinking you were looking for a way to create spam-proof email addresses on the fly.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.11725-205521</guid>
		<pubDate>Fri, 12 Nov 2004 12:43:59 -0800</pubDate>
		<dc:creator>terrapin</dc:creator>
	</item><item>
		<title>By: Eamon</title>
		<link>http://ask.metafilter.com/11725/Graphical-images-script#205522</link>	
		<description>If you&apos;re going to be writing a LOT of text (e.g., for a &quot;GIF-based blog&quot;), you may want to look into using LaTeX. &lt;br&gt;
&lt;br&gt;
It will typeset your text and produce a DVI file, which can then be converted to GIF. This way, you won&apos;t have to worry about things like line-breaks. Don&apos;t worry, LaTeX isn&apos;t hard to learn for simple prose. Anyone who knows HTML should be able to pick it up in minutes.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.11725-205522</guid>
		<pubDate>Fri, 12 Nov 2004 12:44:56 -0800</pubDate>
		<dc:creator>Eamon</dc:creator>
	</item><item>
		<title>By: mathowie</title>
		<link>http://ask.metafilter.com/11725/Graphical-images-script#205525</link>	
		<description>photomatt has been doing this for a while on his blog (&lt;a href=&quot;http://photomatt.net/2004/07/28/color-schemes/&quot;&gt;here&apos;s a random entry&lt;/a&gt;). The title is a graphic, which I&apos;m guessing imagemagik did on the fly using the GD php libraries.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.11725-205525</guid>
		<pubDate>Fri, 12 Nov 2004 12:47:23 -0800</pubDate>
		<dc:creator>mathowie</dc:creator>
	</item><item>
		<title>By: xmutex</title>
		<link>http://ask.metafilter.com/11725/Graphical-images-script#205529</link>	
		<description>Thanks all. ImageMagick seems to be the solution. Time to go hack away.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.11725-205529</guid>
		<pubDate>Fri, 12 Nov 2004 12:53:14 -0800</pubDate>
		<dc:creator>xmutex</dc:creator>
	</item><item>
		<title>By: delfuego</title>
		<link>http://ask.metafilter.com/11725/Graphical-images-script#205532</link>	
		<description>A List Apart did an article about this, &lt;a href=&quot;http://www.alistapart.com/articles/dynatext/&quot;&gt;Dynamic Text Replacement&lt;/a&gt;.  Looks like just want you want.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.11725-205532</guid>
		<pubDate>Fri, 12 Nov 2004 12:56:50 -0800</pubDate>
		<dc:creator>delfuego</dc:creator>
	</item><item>
		<title>By: holloway</title>
		<link>http://ask.metafilter.com/11725/Graphical-images-script#205608</link>	
		<description>Use PHP GD. The standard builds include it and it&apos;s apparently 6 lines of code to make one, here:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;&lt;br&gt;
header (&quot;Content-type: image/png&quot;); &lt;br&gt;
$img_handle = ImageCreate (250, 80) or die (&quot;Cannot Create image&quot;);&lt;br&gt;
$back_color = ImageColorAllocate ($img_handle, 0, 10, 10);&lt;br&gt;
$txt_color = ImageColorAllocate ($img_handle, 255, 255, 255);&lt;br&gt;
ImageString ($img_handle, 31, 50, 5,  &quot;GET UP OFFA THAT THING&quot;, $txt_color);&lt;br&gt;
ImagePng ($img_handle); &lt;br&gt;
&lt;/code&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.11725-205608</guid>
		<pubDate>Fri, 12 Nov 2004 16:40:39 -0800</pubDate>
		<dc:creator>holloway</dc:creator>
	</item><item>
		<title>By: holloway</title>
		<link>http://ask.metafilter.com/11725/Graphical-images-script#205609</link>	
		<description>Oh, and then you could just wget that &lt;tt&gt;webserver/makeimage.php?text=GET%20UP%20OFFA%20THAT%20THING&lt;/tt&gt; to get a local copy.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.11725-205609</guid>
		<pubDate>Fri, 12 Nov 2004 16:43:26 -0800</pubDate>
		<dc:creator>holloway</dc:creator>
	</item><item>
		<title>By: Nothing</title>
		<link>http://ask.metafilter.com/11725/Graphical-images-script#205626</link>	
		<description>You may want to look into &lt;a href=&quot;http://www.mikeindustries.com/blog/archive/2004/10/sifr-2.0-release-candidate&quot;&gt;sIFR&lt;/a&gt;, which uses javascript and flash.  Advantages: pulls the text straight out of the web page. Disadvantages: without javascript or flash available, plain text is displayed.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.11725-205626</guid>
		<pubDate>Fri, 12 Nov 2004 17:33:25 -0800</pubDate>
		<dc:creator>Nothing</dc:creator>
	</item><item>
		<title>By: Civil_Disobedient</title>
		<link>http://ask.metafilter.com/11725/Graphical-images-script#205663</link>	
		<description>I have used the &quot;dynamic text replacement&quot; script on ALA, and it works like a charm, provided your internet provider has enabled the GD image library in PHP.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.11725-205663</guid>
		<pubDate>Fri, 12 Nov 2004 21:21:11 -0800</pubDate>
		<dc:creator>Civil_Disobedient</dc:creator>
	</item>
	</channel>
</rss>
