One thing you might try is to use the image as a background for a stack that has a fixed width:
stack(:height => 100, :width => 100) do background "a_big_image.jpg" end On Tue, Mar 3, 2009 at 8:19 PM, Rolando Abarca <[email protected]> wrote: > > Hi all, > I'm just starting with shoes, and after searching the mailing list archives > I'm asking here: is there a way to crop an image? Maybe using masks? I want > to copy a portion of an image and place it on another stack... > > thanks for any help :-) > -- > Rolando Abarca M. > > > >
