Page 1 of 1
image library
Posted: Fri Jan 24, 2014 2:06 pm
by emmefisch
I have to manipulate images in that way, that the left height and the right height are different - perspective view like a painting on a wall see from side. How can I do this LiveCode? Thanks for any help.
Fredi
Re: image library
Posted: Fri Jan 24, 2014 2:17 pm
by Klaus
Grüezi Fredi,
sorry, no, image objects are always rectangular in Livecode.
You need to manipulate the image(s) in an image editor and
then import them into LC.
Maybe in one of the future versions of LC...
Best
Klaus
Re: image library
Posted: Fri Jan 24, 2014 6:38 pm
by emmefisch
Hallo Klaus
Thank you for your information. And there is no extern library you know?
Re: image library
Posted: Fri Jan 24, 2014 6:39 pm
by Klaus
No, sorry, none that I knew of.
Re: image library
Posted: Fri Jan 24, 2014 7:02 pm
by emmefisch
Thanks Klaus.
Re: image library
Posted: Fri Jan 24, 2014 9:22 pm
by mwieder
...although you might look at
http://livecodeshare.runrev.com (search on "image") to see if any of the user-generated image manipulation stacks suit your needs...
Re: image library
Posted: Fri Jan 24, 2014 10:13 pm
by Klaus
Unfortunately there is no example stack that shows how to "skew" (is that the correct term?) images on Revonline.
Re: image library
Posted: Sat Jan 25, 2014 4:04 am
by mwieder
Out of my league when it comes to graphics stuff, but if this is limited to OSX then I think Quartz might have these capabilities built in. Obleo Beck posted a stack utilizing some Quartz features. I just did a search for "Quartz" on revOnline and came up with it. I can't swear that the perspective view is available through Quartz, but given some of the OSX features (Time Machine, etc) I would think there's a good chance.