Two comments... first, I haven't tried (or really looked into it), but
on OS X I would recommend using the CoreImage/CoreGraphics frameworks
through RubyCocoa. It works much the same as RMagick, but is faster
and less prone to leaks. That said, the reason I haven't tried is
because I feel like something that requires the full power of RMagick
is probably beyond the scope of Shoes...I don't foresee a Photoshop
clone in Shoes future.
Maybe if you tell us what features of RMagick you're looking to use,
we could recommend alternatives? or consider those as feature requests
for future Shoes versions?
- Josh
On Nov 23, 2008, at 7:14 PM, Tieg Zaharia wrote:
I haven't been able to get the rmagick gem installed on Shoes on
Leopard (it's an older build of Shoes), but I'd recommend just using
backticks instead of RMagick (ie `mogrify bla bla`) to avoid mem
leaks.
-tieg
On Sun, Nov 23, 2008 at 7:10 PM, Devyn Cairns
<[EMAIL PROTECTED]> wrote:
What platform are you on??? Windows, Linux or Mac?
On Sat, Nov 22, 2008 at 5:46 PM, Ryan Baxter <[EMAIL PROTECTED]>
wrote:
> I don't mind saving the images to disk temporarily. I'm stuck
just trying
> to referencing it. The method below doesn't seem to work.
>
> Shoes.setup do
> gem 'rmagick'
> end
>
>
> On Sat, Nov 22, 2008 at 1:01 PM, Devyn Cairns <[EMAIL PROTECTED]
>
> wrote:
>>
>> For that to happen, there would have to be a way to load an image
from
>> a string, or you would have to use Tempfile. I think the former
would
>> be better because it opens up so many other possibilities.
>>
>> On Sat, Nov 22, 2008 at 9:05 AM, Ryan Baxter <[EMAIL PROTECTED]>
wrote:
>> > Is there a way to use RMagick in a Shoes app?
>> >
>>
>>
>>
>> --
>> ~devyn
>
>
--
~devyn