image library

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
emmefisch
Posts: 27
Joined: Thu Jul 23, 2009 2:50 am

image library

Post 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
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: image library

Post 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... 8)


Best

Klaus
emmefisch
Posts: 27
Joined: Thu Jul 23, 2009 2:50 am

Re: image library

Post by emmefisch »

Hallo Klaus
Thank you for your information. And there is no extern library you know?
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: image library

Post by Klaus »

No, sorry, none that I knew of.
emmefisch
Posts: 27
Joined: Thu Jul 23, 2009 2:50 am

Re: image library

Post by emmefisch »

Thanks Klaus.
mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3582
Joined: Mon Jan 22, 2007 7:36 am
Contact:

Re: image library

Post 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...
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: image library

Post by Klaus »

Unfortunately there is no example stack that shows how to "skew" (is that the correct term?) images on Revonline.
mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3582
Joined: Mon Jan 22, 2007 7:36 am
Contact:

Re: image library

Post 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.
Post Reply