[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

[ANN] image_science 1.0.0 Released

Ryan Davis

12/13/2006 11:04:00 PM

image_science version 1.0.0 has been released!

http://rubyforge.org/projects...

ImageScience is a clean and happy Ruby library that generates
thumbnails -- and kicks the living crap out of RMagick. Oh, and it
doesn't leak memory like a sieve. :)

For more information including build steps, see http://
seattlerb.rubyforge.org/

Changes:

== 1.0.0 / 2006-12-01

* 1 major enhancement
* Birthday!

http://rubyforge.org/projects...


8 Answers

Bob Hutchison

12/15/2006 3:15:00 PM

0

Hi Ryan,

On 13-Dec-06, at 6:04 PM, Ryan Davis wrote:

> image_science version 1.0.0 has been released!
>
> http://rubyforge.org/projects...
>
> ImageScience is a clean and happy Ruby library that generates
> thumbnails -- and kicks the living crap out of RMagick. Oh, and it
> doesn't leak memory like a sieve. :)
>
> For more information including build steps, see http://
> seattlerb.rubyforge.org/

This is just what I was looking for. Perfect timing.

Am I the only person having an awful time getting FreeImage to link
on OS X? I finally got it going on the intel architecure, but no luck
with PPC.

No trouble on linux.

Cheers,
Bob

>
> Changes:
>
> == 1.0.0 / 2006-12-01
>
> * 1 major enhancement
> * Birthday!
>
> http://rubyforge.org/projects...
>
>

----
Bob Hutchison -- blogs at <http://www.rec...
hutch/>
Recursive Design Inc. -- <http://www.rec...>
Raconteur -- <http://www.raconteur...
xampl for Ruby -- <http://rubyforge.org/projects/...




Bill Birkett

12/15/2006 4:07:00 PM

0

Tried the latest (1.9) Makefile.osx, but would not link on PPC.

>Am I the only person having an awful time getting FreeImage to link
>on OS X? I finally got it going on the intel architecure, but no
>luck with PPC.

--

William B. Birkett - <wbirkett@doplganger.com>
Print Quality Consultant
Doppelganger, LLC - http://www.doplg...

48799 Meadow Drive, Plymouth, MI 48170 (USA)
Office: (734) 927-4232 FAX: (734) 468-0580
Cell: (734) 516-4790

Eric Hodel

12/15/2006 5:11:00 PM

0

On Dec 15, 2006, at 10:15, Bob Hutchison wrote:
> On 13-Dec-06, at 6:04 PM, Ryan Davis wrote:
>
>> image_science version 1.0.0 has been released!
>>
>> http://rubyforge.org/projects...
>>
>> ImageScience is a clean and happy Ruby library that generates
>> thumbnails -- and kicks the living crap out of RMagick. Oh, and it
>> doesn't leak memory like a sieve. :)
>>
>> For more information including build steps, see http://
>> seattlerb.rubyforge.org/
>
> This is just what I was looking for. Perfect timing.
>
> Am I the only person having an awful time getting FreeImage to link
> on OS X? I finally got it going on the intel architecure, but no
> luck with PPC.

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

--
Eric Hodel - drbrain@segment7.net - http://blog.se...

I LIT YOUR GEM ON FIRE!


Ryan Davis

12/15/2006 5:24:00 PM

0


On Dec 15, 2006, at 10:15 AM, Bob Hutchison wrote:

> This is just what I was looking for. Perfect timing.
>
> Am I the only person having an awful time getting FreeImage to link
> on OS X? I finally got it going on the intel architecure, but no
> luck with PPC.
>
> No trouble on linux.

As the instructions(*) state:

"NOTE: OSX builds a fat binary, so you need to have the 10.3.9 and
10.4 SDK's installed. They are in the "cross-compiling" section of
the xcode install options."

and:

"If that doesn't work, please file a bug and I'll try to help you
figure it out and get some notes up here."

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


Ryan Davis

12/15/2006 5:25:00 PM

0


On Dec 15, 2006, at 11:06 AM, Bill Birkett wrote:

> Tried the latest (1.9) Makefile.osx, but would not link on PPC.

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



Dale Martenson

12/15/2006 8:32:00 PM

0


Ryan Davis wrote:
> On Dec 15, 2006, at 11:06 AM, Bill Birkett wrote:
>
> > Tried the latest (1.9) Makefile.osx, but would not link on PPC.
>
> http://seattlerb.rubyforge.org/ImageSc...

My build of FreeImage ended with:

lipo -create libfreeimage-3.9.2.dylib-ppc libfreeimage-3.9.2.dylib-i386
-output libfreeimage-3.9.2.dylib
lipo: libfreeimage-3.9.2.dylib-ppc and libfreeimage-3.9.2.dylib-i386
have the same architectures (ppc) and can't be in the same fat output
file
make[1]: *** [libfreeimage-3.9.2.dylib] Error 1
make: *** [default] Error 2

Any ideas what I might be doing wrong?

--Dale Martenson

Ryan Davis

12/15/2006 8:49:00 PM

0


On Dec 15, 2006, at 3:35 PM, Dale Martenson wrote:

>
> Ryan Davis wrote:
>> On Dec 15, 2006, at 11:06 AM, Bill Birkett wrote:
>>
>>> Tried the latest (1.9) Makefile.osx, but would not link on PPC.
>>
>> http://seattlerb.rubyforge.org/ImageSc...
>
> My build of FreeImage ended with:
>
> lipo -create libfreeimage-3.9.2.dylib-ppc libfreeimage-3.9.2.dylib-
> i386
> -output libfreeimage-3.9.2.dylib
> lipo: libfreeimage-3.9.2.dylib-ppc and libfreeimage-3.9.2.dylib-i386
> have the same architectures (ppc) and can't be in the same fat output
> file
> make[1]: *** [libfreeimage-3.9.2.dylib] Error 1
> make: *** [default] Error 2
>
> Any ideas what I might be doing wrong?

As the instructions(*) state:

"NOTE: OSX builds a fat binary, so you need to have the 10.3.9 and
10.4 SDK's installed. They are in the "cross-compiling" section of
the xcode install options."

and:

"If that doesn't work, please file a bug and I'll try to help you
figure it out and get some notes up here."

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


Bob Hutchison

12/15/2006 9:49:00 PM

0


On 15-Dec-06, at 3:35 PM, Dale Martenson wrote:

>
> Ryan Davis wrote:
>> On Dec 15, 2006, at 11:06 AM, Bill Birkett wrote:
>>
>>> Tried the latest (1.9) Makefile.osx, but would not link on PPC.
>>
>> http://seattlerb.rubyforge.org/ImageSc...
>
> My build of FreeImage ended with:
>
> lipo -create libfreeimage-3.9.2.dylib-ppc libfreeimage-3.9.2.dylib-
> i386
> -output libfreeimage-3.9.2.dylib
> lipo: libfreeimage-3.9.2.dylib-ppc and libfreeimage-3.9.2.dylib-i386
> have the same architectures (ppc) and can't be in the same fat output
> file
> make[1]: *** [libfreeimage-3.9.2.dylib] Error 1
> make: *** [default] Error 2
>
> Any ideas what I might be doing wrong?


Nope. I have the same problem.

Filed a bug: <https://rubyforge.org/tracker/...
func=detail&aid=7290&group_id=1513&atid=5921>

Cheers,
Bob

>
> --Dale Martenson
>
>

----
Bob Hutchison -- blogs at <http://www.rec...
hutch/>
Recursive Design Inc. -- <http://www.rec...>
Raconteur -- <http://www.raconteur...
xampl for Ruby -- <http://rubyforge.org/projects/...