Image_science 1.0.0 Released

image_science version 1.0.0 has been released!

http://rubyforge.org/projects/seattlerb

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. :slight_smile:

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

Changes:

== 1.0.0 / 2006-12-01

Hi Ryan,

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

image_science version 1.0.0 has been released!

http://rubyforge.org/projects/seattlerb

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. :slight_smile:

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


Bob H. – blogs at <http://www.recursive.ca/
hutch/>
Recursive Design Inc. – http://www.recursive.ca/
Raconteur – http://www.raconteur.info/
xampl for Ruby – http://rubyforge.org/projects/xampl/

On Dec 15, 2006, at 10:15, Bob H. wrote:

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/ImageScience.html


Eric H. - [email protected] - http://blog.segment7.net

I LIT YOUR GEM ON FIRE!

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 - [email protected]
Print Quality Consultant
Doppelganger, LLC - http://www.doplganger.com/

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

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/ImageScience.html

On Dec 15, 2006, at 10:15 AM, Bob H. 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/ImageScience.html

Ryan D. 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/ImageScience.html

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 M.

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

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/index.php?
func=detail&aid=7290&group_id=1513&atid=5921>

Cheers,
Bob

–Dale M.


Bob H. – blogs at <http://www.recursive.ca/
hutch/>
Recursive Design Inc. – http://www.recursive.ca/
Raconteur – http://www.raconteur.info/
xampl for Ruby – http://rubyforge.org/projects/xampl/

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

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/ImageScience.html