[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

bitmap manipulation

Jim

2/16/2007 3:47:00 PM

I would normally use FreeImage, but I cannot find a Ruby wrapper for
this?

So if I can't find a wrapper for FreeImage is there any other suitable
libraries that I can use with Ruby?

Thanks,
Jim.

--
Posted via http://www.ruby-....

5 Answers

Alex LeDonne

2/16/2007 3:53:00 PM

0

On 2/16/07, Jim Bob <james_b@anytimenow.com> wrote:
> I would normally use FreeImage, but I cannot find a Ruby wrapper for
> this?
>
> So if I can't find a wrapper for FreeImage is there any other suitable
> libraries that I can use with Ruby?
>
> Thanks,
> Jim.

http://seattlerb.rubyforge.org/ImageSc...

appears to wrap FreeImage.

Tim Hunter

2/16/2007 3:53:00 PM

0

Jim Bob wrote:
> I would normally use FreeImage, but I cannot find a Ruby wrapper for
> this?
>
> So if I can't find a wrapper for FreeImage is there any other suitable
> libraries that I can use with Ruby?
>
> Thanks,
> Jim.

http://seattlerb.rubyforge.org/ImageSc...

--
Posted via http://www.ruby-....

Jim

2/16/2007 4:19:00 PM

0

No ImageScience uses Free Image but does not expose much of it, it
appears to be a simple lib for creating thumbnails.

Thanks,
Jim.


--
Posted via http://www.ruby-....

Alex LeDonne

2/16/2007 4:45:00 PM

0

On 2/16/07, Jim Bob <james_b@anytimenow.com> wrote:
> No ImageScience uses Free Image but does not expose much of it, it
> appears to be a simple lib for creating thumbnails.
>
> Thanks,
> Jim.
>

If you have ImageMagick or GraphicsMagick available, RMagick...
http://rmagick.ruby...

Jim

2/16/2007 4:58:00 PM

0

Rmagic looks like it will work a treat.

Many thanks again,
Jim.

--
Posted via http://www.ruby-....