Re: Object is not an image when Crop command

2010-05-11 Thread JosepM
Hi, http://runtime-revolution.278305.n4.nabble.com/Object-is-not-an-image-when-Crop-command-tp2171784p2181900.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: Object is not an image when Crop command

2010-05-11 Thread Scott Rossi
Recently, JosepM wrote: > I have a image and some graphics "polygons" over. > The user select one of them and extract the image inside the edges of the > graphic. > And then the user can move if they want or duplicate. > > "the selectedobject" is the polygon > > on mouseUp >lock screen >

Re: Object is not an image when Crop command

2010-05-11 Thread JosepM
//runtime-revolution.278305.n4.nabble.com/Object-is-not-an-image-when-Crop-command-tp2171784p2173518.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Object is not an image when Crop command

2010-05-11 Thread JosepM
ion of rgb pixels... Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Object-is-not-an-image-when-Crop-command-tp2171784p2173505.html Sent from the Revolution - User mailing list archive at Nabble.com. _

Re: Object is not an image when Crop command

2010-05-10 Thread Scott Rossi
Recently, Devin Asay wrote: >> OK. Now is imported into imagedata, but now say that is not a rectangle... :( >> buf... >> >> It's posible to export or copy a portion of the image but with a irregular >> shape? >> >> Maybe I trying something not posible... > > Crop only works with a rectangle.

Re: Object is not an image when Crop command

2010-05-10 Thread Wilhelm Sanke
JosepM jmyepes at mac.com wrote: OK. Now is imported into imagedata, but now say that is not a rectangle... :( buf... It's posible to export or copy a portion of the image but with a irregular shape? and Scott Rossi scott at tactilemedia.com answered: Recently, Devin Asay wrote: > Cro

Re: Object is not an image when Crop command

2010-05-10 Thread Scott Rossi
Recently, JosepM wrote: > I understand you but I don't know the "hidden point" technique :) > Where add a space in the polygon's list? A polygon is derived from a list of points, one per line: 23,181 42,190 36,195 23,181 Adding an empty line between points in the list adds an invisible point to

Re: Object is not an image when Crop command

2010-05-10 Thread JosepM
nice stuff... :P Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Object-is-not-an-image-when-Crop-command-tp2171784p2172800.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-

Re: Object is not an image when Crop command

2010-05-10 Thread JosepM
Hi, Thanks for the replies.. I see the sample Spotlight, very cool. I understand you but I don't know the "hidden point" technique :) Where add a space in the polygon's list? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Ob

Re: Object is not an image when Crop command

2010-05-10 Thread Scott Rossi
Recently, Devin Asay wrote: > Crop only works with a rectangle. There may be others on the list who have > figured out how to use an irregular shape as an image mask. You can't. You can only group the graphic and image and use combined ink effects. Very limiting. You can see the Spotlight demo

Re: Object is not an image when Crop command

2010-05-10 Thread Michael Kann
If Scott Rossi doesn't know how, it can't be done. --- On Mon, 5/10/10, Devin Asay wrote: > From: Devin Asay > Subject: Re: Object is not an image when Crop command > To: "How to use Revolution" > Date: Monday, May 10, 2010, 12:54 PM > > On M

Re: Object is not an image when Crop command

2010-05-10 Thread Devin Asay
On May 10, 2010, at 11:36 AM, JosepM wrote: > > OK. Now is imported into imagedata, but now say that is not a rectangle... :( > buf... > > It's posible to export or copy a portion of the image but with a irregular > shape? > > Maybe I trying something not posible... Crop only works with a r

Re: Object is not an image when Crop command

2010-05-10 Thread JosepM
05.n4.nabble.com/Object-is-not-an-image-when-Crop-command-tp2171784p2172668.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubs

Re: Object is not an image when Crop command

2010-05-10 Thread Devin Asay
; Devin >> >> Devin Asay >> Humanities Technology and Research Support Center >> Brigham Young University >> >> _______ >> use-revolution mailing list >> [hidden email] >> Please visit this url to subscr

Re: Object is not an image when Crop command

2010-05-10 Thread JosepM
evin > > Devin Asay > Humanities Technology and Research Support Center > Brigham Young University > > ___ > use-revolution mailing list > [hidden email] > Please visit this url to subscribe, unsubscribe and manage your > sub

Re: Object is not an image when Crop command

2010-05-10 Thread Devin Asay
On May 10, 2010, at 10:22 AM, JosepM wrote: > > Hi List, > > I try to crop a image with the rect of a graphic. > > tObject is a graphic selected by the user. > img "picture" is a image loaded by the user from disk > > The user move the graphic over the image and crop it, but only I get "Error

Object is not an image when Crop command

2010-05-10 Thread JosepM
irregular polygon, I mean that is not a rectangle or a box.. The code: put the rect of the selectedobject into tObject crop img "picture" to rect tObject Any idea? :) Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Object-is-