<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>TheWebFellas - Ruby on Rails Development Specialists UK - ImageScience on Windows without the pain Comments</title>
  <id>tag:thewebfellas.com,2008:/blog/2008/2/18/imagescience-on-windows-without-the-pain/comments</id>
  <generator version="0.7.3" uri="http://mephistoblog.com">Mephisto Noh-Varr</generator>
  <link href="http://thewebfellas.com/blog/2008/2/18/imagescience-on-windows-without-the-pain/comments.xml" rel="self" type="application/atom+xml"/>
  <link href="/blog/2008/2/18/imagescience-on-windows-without-the-pain" rel="alternate" type="text/html"/>
  <updated>2008-11-07T04:32:27Z</updated>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>iioiooioo</name>
    </author>
    <id>tag:thewebfellas.com,2008-02-18:333:2295</id>
    <published>2008-11-07T04:32:27Z</published>
    <updated>2008-11-07T04:32:27Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2008/2/18/imagescience-on-windows-without-the-pain" rel="alternate" type="text/html"/>
    <title>Comment on 'ImageScience on Windows without the pain' by iioiooioo</title>
<content type="html">&lt;p&gt;Thanks!&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Sunil</name>
    </author>
    <id>tag:thewebfellas.com,2008-02-18:333:1432</id>
    <published>2008-08-25T07:15:13Z</published>
    <updated>2008-08-25T07:15:13Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2008/2/18/imagescience-on-windows-without-the-pain" rel="alternate" type="text/html"/>
    <title>Comment on 'ImageScience on Windows without the pain' by Sunil</title>
<content type="html">&lt;p&gt;Yeah, looks like I also had a non windows version of the gem. Uninstalling and reinstalling the gem fixed it. Thanks.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Rob Anderton</name>
    </author>
    <id>tag:thewebfellas.com,2008-02-18:333:1412</id>
    <published>2008-08-24T16:30:35Z</published>
    <updated>2008-08-24T16:30:35Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2008/2/18/imagescience-on-windows-without-the-pain" rel="alternate" type="text/html"/>
    <title>Comment on 'ImageScience on Windows without the pain' by Rob Anderton</title>
<content type="html">&lt;p&gt;It looks like maybe you're not using the Win32 version of the ImageScience gem. On my system it installed itself into the &lt;kbd&gt;lib\ruby\gems\1.8\gems\image_science-1.1.3-x86-mswin32&lt;/kbd&gt; folder of my Ruby installation, and it contains a file called &lt;kbd&gt;Inline_ImageScience_aa58.so&lt;/kbd&gt; in the &lt;kbd&gt;lib\inline&lt;/kbd&gt; folder of the gem (this is the precompiled bit that means you don't need cl).&lt;/p&gt;

&lt;p&gt;It might be worth uninstalling all versions of the gem using &lt;kbd&gt;gem uninstall&lt;/kbd&gt; and then re-downloading the &lt;a href=&quot;http://mmediasys.com/ruby/&quot; title=&quot;Download the gem&quot;&gt;pre-compiled gem&lt;/a&gt; and install as per step 3 of my instructions.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Sunil</name>
    </author>
    <id>tag:thewebfellas.com,2008-02-18:333:1393</id>
    <published>2008-08-24T03:39:32Z</published>
    <updated>2008-08-24T03:39:32Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2008/2/18/imagescience-on-windows-without-the-pain" rel="alternate" type="text/html"/>
    <title>Comment on 'ImageScience on Windows without the pain' by Sunil</title>
<content type="html">&lt;p&gt;Looks like the problem is I don't have cl. But I am not sure why it is trying to compile anything. I have the FreeImage.dll in windows/system32.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Sunil</name>
    </author>
    <id>tag:thewebfellas.com,2008-02-18:333:1392</id>
    <published>2008-08-24T00:17:39Z</published>
    <updated>2008-08-24T00:17:39Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2008/2/18/imagescience-on-windows-without-the-pain" rel="alternate" type="text/html"/>
    <title>Comment on 'ImageScience on Windows without the pain' by Sunil</title>
<content type="html">&lt;p&gt;Thanks for these easy instruction, but I hit a road block. I get this error when I do require 'image_science'. Any idea what I am screwing up? the only diffrence I can see is versions. I am rubyinline version 3.7.0 and Imagesceince 3.11.0. Thanks for any help.&lt;/p&gt;

&lt;pre&gt;&lt;code class=&quot;ruby&quot;&gt;Errno::ENOENT: No such file or directory - cl -nologo -LD   -MD -Zi -O2b2xg- -G6 -I C:/ruby/lib/ruby/1.8/i386-mswin32  -I C:/ruby/include -LC:/ruby/lib -o &amp;quot;C:\\Documents and Settings\\sunil/.ruby_inline/Inline_ImageScience_aa58.so&amp;quot; &amp;quot;C:/Docu
ments and Settings/sunil/.ruby_inline/Inline_ImageScience_aa58.c&amp;quot; -lfreeimage -lstdc++  -link /LIBPATH:&amp;quot;C:/ruby/lib&amp;quot; /DEFAULTLIB:&amp;quot;msvcrt-ruby18.lib&amp;quot; /INCREMENTAL:no /EXPORT:Init_Inline_ImageScience_aa58
        from C:/ruby/lib/ruby/gems/1.8/gems/RubyInline-3.7.0/lib/inline.rb:444:in ``'
        from C:/ruby/lib/ruby/gems/1.8/gems/RubyInline-3.7.0/lib/inline.rb:444:in `build'
        from C:/ruby/lib/ruby/gems/1.8/gems/RubyInline-3.7.0/lib/inline.rb:654:in `inline'
        from C:/ruby/lib/ruby/gems/1.8/gems/image_science-1.1.3/lib/image_science.rb:84
        from C:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `gem_original_require'
        from C:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `require'
        from (irb):1&lt;/code&gt;&lt;/pre&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Rob Anderton</name>
    </author>
    <id>tag:thewebfellas.com,2008-02-18:333:1266</id>
    <published>2008-08-15T08:53:12Z</published>
    <updated>2008-08-15T08:53:12Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2008/2/18/imagescience-on-windows-without-the-pain" rel="alternate" type="text/html"/>
    <title>Comment on 'ImageScience on Windows without the pain' by Rob Anderton</title>
<content type="html">&lt;p&gt;What is the error?&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Manjula</name>
    </author>
    <id>tag:thewebfellas.com,2008-02-18:333:1252</id>
    <published>2008-08-13T09:08:24Z</published>
    <updated>2008-08-13T09:08:24Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2008/2/18/imagescience-on-windows-without-the-pain" rel="alternate" type="text/html"/>
    <title>Comment on 'ImageScience on Windows without the pain' by Manjula</title>
<content type="html">&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;This is a wonderful article. I have followed the ways to install. But i'm getting error. Don't know where i'm going wrong. According to the 3rd step i've my ruby folder in the path D:\installation\ruby. So i've copied the gem to this folder and installed. Installation was successful. But when i run or when i test through irb require &quot;image_science&quot; it throwing error. &lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>milton</name>
    </author>
    <id>tag:thewebfellas.com,2008-02-18:333:1222</id>
    <published>2008-08-06T09:02:38Z</published>
    <updated>2008-08-06T09:02:38Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2008/2/18/imagescience-on-windows-without-the-pain" rel="alternate" type="text/html"/>
    <title>Comment on 'ImageScience on Windows without the pain' by milton</title>
<content type="html">&lt;p&gt;You are blessed so much.  Thank you.  Perfect for beginner!&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Barry</name>
    </author>
    <id>tag:thewebfellas.com,2008-02-18:333:1213</id>
    <published>2008-08-04T13:14:14Z</published>
    <updated>2008-08-04T13:14:14Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2008/2/18/imagescience-on-windows-without-the-pain" rel="alternate" type="text/html"/>
    <title>Comment on 'ImageScience on Windows without the pain' by Barry</title>
<content type="html">&lt;p&gt;thank you so much ... was just about to give up after almost 2 days trying to get this bloody thing to work!!!&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Jason Black</name>
    </author>
    <id>tag:thewebfellas.com,2008-02-18:333:1124</id>
    <published>2008-07-07T21:40:47Z</published>
    <updated>2008-07-07T21:40:47Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2008/2/18/imagescience-on-windows-without-the-pain" rel="alternate" type="text/html"/>
    <title>Comment on 'ImageScience on Windows without the pain' by Jason Black</title>
<content type="html">&lt;p&gt;Bless you, bless you, god bless you, sir!&lt;/p&gt;

&lt;p&gt;After pounding my head against rmagick for a long time (damn thing just refuses to work with rails for me), I said &quot;screw it, I'll switch to Image Science&quot;  Your simple, clear 30 second instructions did the job and now attachment_fu us happy.&lt;/p&gt;

&lt;p&gt;You rock.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>rdogg</name>
    </author>
    <id>tag:thewebfellas.com,2008-02-18:333:982</id>
    <published>2008-06-06T23:43:59Z</published>
    <updated>2008-06-06T23:43:59Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2008/2/18/imagescience-on-windows-without-the-pain" rel="alternate" type="text/html"/>
    <title>Comment on 'ImageScience on Windows without the pain' by rdogg</title>
<content type="html">&lt;p&gt;Thank you !!! , i installed image_science gem using the gem utility, and i was having problems, after i downloaded the one of your article everything is working :)&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Antony</name>
    </author>
    <id>tag:thewebfellas.com,2008-02-18:333:931</id>
    <published>2008-05-22T05:46:02Z</published>
    <updated>2008-05-22T05:46:02Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2008/2/18/imagescience-on-windows-without-the-pain" rel="alternate" type="text/html"/>
    <title>Comment on 'ImageScience on Windows without the pain' by Antony</title>
<content type="html">&lt;p&gt;Thank you so much for posting this, it took me hours to try to figure out FreeImage until I found the posting.  You are a god!!&lt;/p&gt;

&lt;p&gt;Antony&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Maarten</name>
    </author>
    <id>tag:thewebfellas.com,2008-02-18:333:927</id>
    <published>2008-05-20T12:44:00Z</published>
    <updated>2008-05-20T12:44:00Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2008/2/18/imagescience-on-windows-without-the-pain" rel="alternate" type="text/html"/>
    <title>Comment on 'ImageScience on Windows without the pain' by Maarten</title>
<content type="html">&lt;p&gt;Thank you so much for writing this down, very helpful for a beginner.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Max RB</name>
    </author>
    <id>tag:thewebfellas.com,2008-02-18:333:913</id>
    <published>2008-05-15T00:26:58Z</published>
    <updated>2008-05-15T00:26:58Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2008/2/18/imagescience-on-windows-without-the-pain" rel="alternate" type="text/html"/>
    <title>Comment on 'ImageScience on Windows without the pain' by Max RB</title>
<content type="html">&lt;p&gt;Thanks - exactly what I needed&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Mike Costa</name>
    </author>
    <id>tag:thewebfellas.com,2008-02-18:333:801</id>
    <published>2008-04-02T09:59:11Z</published>
    <updated>2008-04-02T09:59:11Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2008/2/18/imagescience-on-windows-without-the-pain" rel="alternate" type="text/html"/>
    <title>Comment on 'ImageScience on Windows without the pain' by Mike Costa</title>
<content type="html">&lt;p&gt;Thank u! Works perfect!&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Abhik</name>
    </author>
    <id>tag:thewebfellas.com,2008-02-18:333:794</id>
    <published>2008-04-01T05:26:08Z</published>
    <updated>2008-04-01T05:26:08Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2008/2/18/imagescience-on-windows-without-the-pain" rel="alternate" type="text/html"/>
    <title>Comment on 'ImageScience on Windows without the pain' by Abhik</title>
<content type="html">&lt;p&gt;Worked perfectly. Thanks a lot!&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Rafael Mueller</name>
    </author>
    <id>tag:thewebfellas.com,2008-02-18:333:523</id>
    <published>2008-03-07T15:16:05Z</published>
    <updated>2008-03-07T15:16:05Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2008/2/18/imagescience-on-windows-without-the-pain" rel="alternate" type="text/html"/>
    <title>Comment on 'ImageScience on Windows without the pain' by Rafael Mueller</title>
<content type="html">&lt;p&gt;Works like a charm, thank you!&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Rob</name>
    </author>
    <id>tag:thewebfellas.com,2008-02-18:333:499</id>
    <published>2008-03-05T08:52:26Z</published>
    <updated>2008-03-05T08:52:26Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2008/2/18/imagescience-on-windows-without-the-pain" rel="alternate" type="text/html"/>
    <title>Comment on 'ImageScience on Windows without the pain' by Rob</title>
<content type="html">&lt;p&gt;Thanks Richard, I’ve updated the post. On my system I don’t need to explicitly &lt;code&gt;require 'rubygems'&lt;/code&gt; because I used the &lt;a href=&quot;http://rubyforge.org/projects/rubyinstaller/&quot; title=&quot;Download the one-click installer&quot;&gt;one-click installer&lt;/a&gt; which sets the &lt;a href=&quot;http://www.rubygems.org/read/chapter/3#page70&quot; title=&quot;Read about RUBYOPT&quot;&gt;&lt;code&gt;RUBYOPT&lt;/code&gt; environment variable&lt;/a&gt;.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Richard</name>
    </author>
    <id>tag:thewebfellas.com,2008-02-18:333:493</id>
    <published>2008-03-04T21:59:50Z</published>
    <updated>2008-03-04T21:59:50Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2008/2/18/imagescience-on-windows-without-the-pain" rel="alternate" type="text/html"/>
    <title>Comment on 'ImageScience on Windows without the pain' by Richard</title>
<content type="html">&lt;p&gt;Very helpful. Two minor edits:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;gem install needs quotes, i.e.
gem install &quot;c:\Program Files\Ruby\image_science-1.1.3-i386-mswin32.gem&quot;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;test on irb only works if you've already done &quot;require rubygems&quot;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Thanks!&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://thewebfellas.com/">
    <author>
      <name>Pedro</name>
    </author>
    <id>tag:thewebfellas.com,2008-02-18:333:364</id>
    <published>2008-02-23T13:27:04Z</published>
    <updated>2008-02-23T13:27:04Z</updated>
    <category term="Blog"/>
    <link href="http://thewebfellas.com/blog/2008/2/18/imagescience-on-windows-without-the-pain" rel="alternate" type="text/html"/>
    <title>Comment on 'ImageScience on Windows without the pain' by Pedro</title>
<content type="html">&lt;p&gt;Insanely useful! Thank you very much!&lt;/p&gt;

&lt;p&gt;There's always 'that' time when the only thing you have is a windows station, and when that time comes... this is an extremely helpful tutorial.&lt;/p&gt;

&lt;p&gt;You should update the previous post (with the older method) and link to this one at the top. PageRank is much higher on the other one&lt;/p&gt;</content>  </entry>
</feed>
