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 >
