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. 
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/seattlerb
Hi Ryan,
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. 
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
···
On 13-Dec-06, at 6:04 PM, Ryan Davis wrote:
Changes:
== 1.0.0 / 2006-12-01
* 1 major enhancement
* Birthday!
http://rubyforge.org/projects/seattlerb
----
Bob Hutchison -- 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/>
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.doplganger.com/
48799 Meadow Drive, Plymouth, MI 48170 (USA)
Office: (734) 927-4232 FAX: (734) 468-0580
Cell: (734) 516-4790
http://seattlerb.rubyforge.org/ImageScience.html
···
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/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. 
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.
--
Eric Hodel - drbrain@segment7.net - http://blog.segment7.net
I LIT YOUR GEM ON FIRE!
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
···
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.
http://seattlerb.rubyforge.org/ImageScience.html
···
On Dec 15, 2006, at 11:06 AM, Bill Birkett wrote:
Tried the latest (1.9) Makefile.osx, but would not link on PPC.
Ryan Davis 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 Martenson
···
On Dec 15, 2006, at 11:06 AM, Bill Birkett wrote:
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
···
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/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?
Ryan Davis 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?
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
···
On 15-Dec-06, at 3:35 PM, Dale Martenson wrote:
On Dec 15, 2006, at 11:06 AM, Bill Birkett wrote:
--Dale Martenson
----
Bob Hutchison -- 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/>