<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Sniptools - Latest Comments in Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools2.disqus.com/</link><description>Tech notes.</description><atom:link href="https://sniptools2.disqus.com/thumbnailing_with_netpbm_and_movable_type/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sun, 14 Dec 2008 12:30:34 -0000</lastBuildDate><item><title>Re: Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools.com/vault/thumbnailing-with-netpbm-and-movable-type#comment-13097227</link><description>&lt;p&gt;I followed these instructions to get NETPBM working, but I messed up somewhere&lt;/p&gt;&lt;p&gt;Here is the mt-config:&lt;/p&gt;&lt;p&gt;ImageDriver NetPBM&lt;br&gt;NetPBMPath http://76.124.218.15:1226/cgi-bin/mt/netpbm&lt;/p&gt;&lt;p&gt;The NetPMB folder is in the cgi-bin\mt\forlder&lt;/p&gt;&lt;p&gt;IPC is in the mt/extlib folder&lt;br&gt;IPC is in the perl/site/lib folder&lt;br&gt;IPC is in the perl/lib folder&lt;/p&gt;&lt;p&gt;When I run perl -Iextlib -MIPC::Run -e 1&lt;br&gt;I get prototype mismatch errors&lt;/p&gt;&lt;p&gt;When I try to upload an image, I get no option to create a thumbnail.&lt;/p&gt;&lt;p&gt;What am I doing wrong?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phill Mayer</dc:creator><pubDate>Sun, 14 Dec 2008 12:30:34 -0000</pubDate></item><item><title>Re: Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools.com/vault/thumbnailing-with-netpbm-and-movable-type#comment-13097226</link><description>&lt;p&gt;Thanks, worked great on the jumpline redhat VDS servers!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Justin Kalweit</dc:creator><pubDate>Thu, 02 Oct 2008 16:15:32 -0000</pubDate></item><item><title>Re: Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools.com/vault/thumbnailing-with-netpbm-and-movable-type#comment-13097225</link><description>&lt;p&gt;this worked perfectly, thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aidan</dc:creator><pubDate>Thu, 04 Sep 2008 07:58:44 -0000</pubDate></item><item><title>Re: Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools.com/vault/thumbnailing-with-netpbm-and-movable-type#comment-13097220</link><description>&lt;p&gt;When using NetPBM and png's you need to change line 1xx (122 I think) in &lt;a href="http://Image.pm" rel="nofollow noopener" target="_blank" title="Image.pm"&gt;Image.pm&lt;/a&gt;:&lt;/p&gt;&lt;p&gt;my %Types = (jpg =&amp;gt; 'jpeg', gif =&amp;gt; 'gif');&lt;/p&gt;&lt;p&gt;To&lt;/p&gt;&lt;p&gt;my %Types = (jpg =&amp;gt; 'jpeg', gif =&amp;gt; 'gif', png =&amp;gt; 'png');&lt;/p&gt;&lt;p&gt;Otherwise you will might get a "file not found: /users/home/etc/netpbm/topnm"&lt;/p&gt;&lt;p&gt;&lt;a href="http://forums.sixapart.com/index.php?showtopic=54246" rel="nofollow noopener" target="_blank" title="http://forums.sixapart.com/index.php?showtopic=54246"&gt;http://forums.sixapart.com/...&lt;/a&gt; &amp;gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Niklas Bivald</dc:creator><pubDate>Tue, 31 Jul 2007 02:16:08 -0000</pubDate></item><item><title>Re: Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools.com/vault/thumbnailing-with-netpbm-and-movable-type#comment-13097219</link><description>&lt;p&gt;Arrghhh&lt;br&gt;I used your instructions with ultimate succsess on my OLD MT installation.&lt;br&gt;Then I installed 3.2 and.....well Net Pbm DOES NOT work in that either....!! So I tried first with MT s soluton (only IPC) broken pipe- I did your solution with new files and all an I get broken pipe12.  I really have tried everything, checked that I didn't di any mistakes in mt.cfg or whatever, and uploaded fresh files again in binary mode etc etc.&lt;br&gt;IS there anything else I could do?&lt;br&gt;Does NOBODY really know what is wrong? In this?&lt;br&gt;Hopeful&lt;br&gt;u&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ulrika</dc:creator><pubDate>Sun, 23 Jul 2006 04:04:34 -0000</pubDate></item><item><title>Re: Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools.com/vault/thumbnailing-with-netpbm-and-movable-type#comment-13097217</link><description>&lt;p&gt;At you the excellent site, a lot of useful info and good design, thank.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jane</dc:creator><pubDate>Mon, 10 Jul 2006 02:59:01 -0000</pubDate></item><item><title>Re: Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools.com/vault/thumbnailing-with-netpbm-and-movable-type#comment-13097216</link><description>&lt;p&gt;Your plug-in works great! I was able to install it successfully. Thanks for the tutorial!&lt;/p&gt;&lt;p&gt;I do wonder though if there is a way to customize NetPBM so that it generates the thumbnail image code and then *inserts the code into the entry* so that you don't have to to click "show me the html."&lt;/p&gt;&lt;p&gt;I know that clicking "create new entry" inserts the thumbnail image code into the entry, but lets say you want to upload multiple pictures into the same entry and you want the code for each thumbnail image you upload to be inserted into the entry.&lt;/p&gt;&lt;p&gt;Is there a way to customize NetPBM do what i described above?&lt;/p&gt;&lt;p&gt;A live example of this description would be in Typepad. When you insert an image in a post, the image code is inserted for you into the entry, and you can upload multiple images and Typepad continues to insert the image code for each image uploaded into the single entry.&lt;/p&gt;&lt;p&gt;I would appreciate any pointers or resources to check out.&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Laurea</dc:creator><pubDate>Fri, 09 Jun 2006 05:02:51 -0000</pubDate></item><item><title>Re: Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools.com/vault/thumbnailing-with-netpbm-and-movable-type#comment-13097215</link><description>&lt;p&gt;Nick, sure, you can link to the article and make the zipped file downloadable.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sniptools</dc:creator><pubDate>Thu, 30 Mar 2006 04:05:12 -0000</pubDate></item><item><title>Re: Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools.com/vault/thumbnailing-with-netpbm-and-movable-type#comment-13097213</link><description>&lt;p&gt;Thank you so so much. It took some monkeying around but, I finally got the sucker installed right. I have two questions for you though:&lt;/p&gt;&lt;p&gt;1.) Are there any features in netpbm that will allow the user to look at a preview of the thumbnail before they upload it, I'd think it would be ideal to get a preview function, cause as it is now, I am really guessing on the right percentages of my thumbnails.&lt;/p&gt;&lt;p&gt;2.) Do you mind if I link to your downloads link to the netpbm zipped file, if you do would you mind if I uploaded the file to my own server and let them download it from there.  Pretty much the situation is, I have just started messing around with MT and figured as I figured out certain things I'd post blog/tutorials on the very same blog I was working on. I'd give the link to this article if you wanted, I just wanted to get the ok, don't wanna step on anybody's toes.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nick</dc:creator><pubDate>Thu, 30 Mar 2006 03:31:26 -0000</pubDate></item><item><title>Re: Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools.com/vault/thumbnailing-with-netpbm-and-movable-type#comment-13097212</link><description>&lt;p&gt;Thank you so so much. It took some monkeying around but, I finally got the sucker installed right. I have two questions for you though:&lt;/p&gt;&lt;p&gt;1.) Are there any features in netpbm that will allow the user to look at a preview of the thumbnail before they upload it, I'd think it would be ideal to get a preview function, cause as it is now, I am really guessing on the right percentages of my thumbnails.&lt;/p&gt;&lt;p&gt;2.) Do you mind if I link to your downloads link to the netpbm zipped file, if you do would you mind if I uploaded the file to my own server and let them download it from there.  Pretty much the situation is, I have just started messing around with MT and figured as I figured out certain things I'd post blog/tutorials on the very same blog I was working on. I'd give the link to this article if you wanted, I just wanted to get the ok, don't wanna step on anybody's toes.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nick G</dc:creator><pubDate>Thu, 30 Mar 2006 03:30:16 -0000</pubDate></item><item><title>Re: Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools.com/vault/thumbnailing-with-netpbm-and-movable-type#comment-13097211</link><description>&lt;p&gt;Still working like a champ!!! Had to do the IPC part, and it immediately fixed it!&lt;/p&gt;&lt;p&gt;Thanks a ton!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike</dc:creator><pubDate>Fri, 17 Mar 2006 14:52:48 -0000</pubDate></item><item><title>Re: Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools.com/vault/thumbnailing-with-netpbm-and-movable-type#comment-13097210</link><description>&lt;p&gt;Hey these instructions helped a lot.  Thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">andy</dc:creator><pubDate>Fri, 03 Feb 2006 04:01:34 -0000</pubDate></item><item><title>Re: Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools.com/vault/thumbnailing-with-netpbm-and-movable-type#comment-13097209</link><description>&lt;p&gt;Wow. This worked like a charm. The big thing - putting the two lines inthe mt.cfg file on two lines.&lt;/p&gt;&lt;p&gt;mageDriver NetPBM&lt;br&gt;NetPBMPath /cgi-bin/mt/netpbm&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jay Brewer</dc:creator><pubDate>Wed, 25 Jan 2006 12:43:32 -0000</pubDate></item><item><title>Re: Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools.com/vault/thumbnailing-with-netpbm-and-movable-type#comment-13097208</link><description>&lt;p&gt;hello&lt;br&gt;your post are very coool&lt;br&gt;i install netpdm in 20 min.&lt;/p&gt;&lt;p&gt;works really good.&lt;/p&gt;&lt;p&gt;very thks.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nidia Berenice</dc:creator><pubDate>Wed, 11 Jan 2006 08:27:47 -0000</pubDate></item><item><title>Re: Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools.com/vault/thumbnailing-with-netpbm-and-movable-type#comment-13097207</link><description>&lt;p&gt;Works like a charm. Thanks a lot! Great work.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">George</dc:creator><pubDate>Wed, 07 Sep 2005 19:57:40 -0000</pubDate></item><item><title>Re: Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools.com/vault/thumbnailing-with-netpbm-and-movable-type#comment-13097206</link><description>&lt;p&gt;I seem to be getting the same error as Greenlander and sam !&lt;/p&gt;&lt;p&gt;I get the thumbnail option to show up now, but when I hit “popup” or “embed” the next screen I see is:&lt;br&gt;Broken pipe: write ((gibberish gibberish gibberish lots and lots of gibberish))&lt;br&gt;at extlib/IPC/Run/&lt;a href="http://IO.pm" rel="nofollow noopener" target="_blank" title="IO.pm"&gt;IO.pm&lt;/a&gt; line 582&lt;/p&gt;&lt;p&gt;Any thoughts for this unresolved problem?&lt;br&gt;Thanks a lot !&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mathieu</dc:creator><pubDate>Tue, 16 Aug 2005 00:33:17 -0000</pubDate></item><item><title>Re: Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools.com/vault/thumbnailing-with-netpbm-and-movable-type#comment-13097205</link><description>&lt;p&gt;Excellent tutorial.  Was able to get this up and running on my site in minutes, after spending hours tring to get ImageMagick to work.&lt;/p&gt;&lt;p&gt;Thanks a ton!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Henry</dc:creator><pubDate>Tue, 14 Jun 2005 15:52:29 -0000</pubDate></item><item><title>Re: Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools.com/vault/thumbnailing-with-netpbm-and-movable-type#comment-13097204</link><description>&lt;p&gt;Hi Runa,&lt;/p&gt;&lt;p&gt;Those are warnings rather than errors. Do they block NetPBM from working at all?&lt;/p&gt;&lt;p&gt;[Rant]This &lt;a href="http://Socket.pm" rel="nofollow noopener" target="_blank" title="Socket.pm"&gt;Socket.pm&lt;/a&gt; problem is one of the many reasons Perl is a PITA and many people use the ilk of PHP. [/Rant]&lt;/p&gt;&lt;p&gt;I frankly don't have time to help out any more, but a meaningless question - have you tried Image::Magick? It could be a lot simpler yet help you do whatever you want to do with NetPBM.&lt;/p&gt;&lt;p&gt;Shashank&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sniptools</dc:creator><pubDate>Fri, 20 May 2005 16:47:25 -0000</pubDate></item><item><title>Re: Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools.com/vault/thumbnailing-with-netpbm-and-movable-type#comment-13097203</link><description>&lt;p&gt;Hello Shashank:&lt;/p&gt;&lt;p&gt;Perl version: 5.8.6&lt;/p&gt;&lt;p&gt;--R.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Runa</dc:creator><pubDate>Sun, 08 May 2005 15:44:35 -0000</pubDate></item><item><title>Re: Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools.com/vault/thumbnailing-with-netpbm-and-movable-type#comment-13097202</link><description>&lt;p&gt;Hello Runa, what version of Perl are you using?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sniptools</dc:creator><pubDate>Sun, 08 May 2005 15:34:18 -0000</pubDate></item><item><title>Re: Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools.com/vault/thumbnailing-with-netpbm-and-movable-type#comment-13097201</link><description>&lt;p&gt;Hello there Shashank:&lt;/p&gt;&lt;p&gt;I tried to install the NetPBM tool following your instructions but it does not work.  I am running MT 3.16 with dynamic publishing on a Windows 2003 Server, running php.&lt;/p&gt;&lt;p&gt;In the mt.cfg file, here is what I have:&lt;/p&gt;&lt;p&gt;ImageDriver NetPBM&lt;br&gt;NetPBMPath /cgi-bin/mt/netpbm&lt;/p&gt;&lt;p&gt;Should I have uploaded the NetPBM files to /mt-static, which is outside the cgi-bin folder, instead of the above?&lt;/p&gt;&lt;p&gt;I have also uploaded the IPC files to:&lt;/p&gt;&lt;p&gt;/cgi-bin/mt/extlib/IPC&lt;/p&gt;&lt;p&gt;Then in /cgi-bin/mt/ I ran this command:&lt;/p&gt;&lt;p&gt;perl -Iextlib -MIPC::Run -e 1&lt;/p&gt;&lt;p&gt;and this is the error I get:&lt;/p&gt;&lt;p&gt;Prototype mismatch: sub Socket::IPPROTO_TCP &amp;gt; none at c:/Perl/lib/&lt;a href="http://Socket.pm" rel="nofollow noopener" target="_blank" title="Socket.pm"&gt;Socket.pm&lt;/a&gt; line 395.&lt;/p&gt;&lt;p&gt;Any help will be much appreciated.&lt;/p&gt;&lt;p&gt;Indebted to you.&lt;/p&gt;&lt;p&gt;--R.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Runa</dc:creator><pubDate>Sun, 08 May 2005 10:16:24 -0000</pubDate></item><item><title>Re: Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools.com/vault/thumbnailing-with-netpbm-and-movable-type#comment-13097200</link><description>&lt;p&gt;Hello Shashank and thanks for this usufull tutorial, I don't know if you still answer to the problems concerning this tutorial or not, but I have to try anyways!&lt;/p&gt;&lt;p&gt;I have done all what you said (except the 6th one because I don't have Shell access to my server), Now I can see thumbnail choice in upload image popup but when I click thumbnail it gives me this error message:&lt;/p&gt;&lt;p&gt;exec failed: Permission denied at lib/MT/&lt;a href="http://Image.pm" rel="nofollow noopener" target="_blank" title="Image.pm"&gt;Image.pm&lt;/a&gt; line 126 at lib/MT/&lt;a href="http://Image.pm" rel="nofollow noopener" target="_blank" title="Image.pm"&gt;Image.pm&lt;/a&gt; line 126 exec failed: Permission denied at lib/MT/&lt;a href="http://Image.pm" rel="nofollow noopener" target="_blank" title="Image.pm"&gt;Image.pm&lt;/a&gt; line 126 at lib/MT/&lt;a href="http://Image.pm" rel="nofollow noopener" target="_blank" title="Image.pm"&gt;Image.pm&lt;/a&gt; line 126&lt;/p&gt;&lt;p&gt;I saw that someone else had the same problem but couldn't find any answer from you in the comments. would be really gratefull if you can help me in this regard...&lt;/p&gt;&lt;p&gt;thanks again&lt;br&gt;cheers&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alius Maximus</dc:creator><pubDate>Wed, 13 Apr 2005 03:52:52 -0000</pubDate></item><item><title>Re: Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools.com/vault/thumbnailing-with-netpbm-and-movable-type#comment-13097199</link><description>&lt;p&gt;Sorry, I meant when trying to access &lt;a href="http://www.shrued.com/mt.cgi" rel="nofollow noopener" target="_blank" title="http://www.shrued.com/mt.cgi"&gt;http://www.shrued.com/mt.cgi&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jonathan</dc:creator><pubDate>Thu, 03 Mar 2005 23:57:54 -0000</pubDate></item><item><title>Re: Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools.com/vault/thumbnailing-with-netpbm-and-movable-type#comment-13097198</link><description>&lt;p&gt;My host said "netpbm is install and all commands are in /usr/local/bin," yet when I take out the #'s in the mt.cfg file, I receive the following when try to access mt.cfg.&lt;/p&gt;&lt;p&gt;Got an error: ./mt.cfg:317: variable 'NetPBM' not defined&lt;/p&gt;&lt;p&gt;What's that about?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jonathan</dc:creator><pubDate>Thu, 03 Mar 2005 23:57:11 -0000</pubDate></item><item><title>Re: Thumbnailing with NetPBM and Movable Type</title><link>http://sniptools.com/vault/thumbnailing-with-netpbm-and-movable-type#comment-13097197</link><description>&lt;p&gt;I'm utterly frustrated that your straightforward instructions don't seem to help me.  I emailed you, Shanx, and I hope you have a chance to respond to me sometime soon.&lt;/p&gt;&lt;p&gt;Many thanks.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jummy</dc:creator><pubDate>Sat, 12 Feb 2005 20:25:12 -0000</pubDate></item></channel></rss>