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 » Fri Jan 24, 2014 2:06 pm

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: 14193
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: image library

Post by Klaus » Fri Jan 24, 2014 2:17 pm

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 » Fri Jan 24, 2014 6:38 pm

Hallo Klaus
Thank you for your information. And there is no extern library you know?

Klaus
Posts: 14193
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: image library

Post by Klaus » Fri Jan 24, 2014 6:39 pm

No, sorry, none that I knew of.

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

Re: image library

Post by emmefisch » Fri Jan 24, 2014 7:02 pm

Thanks Klaus.

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Contact:

Re: image library

Post by mwieder » Fri Jan 24, 2014 9:22 pm

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

Re: image library

Post by Klaus » Fri Jan 24, 2014 10:13 pm

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: 3581
Joined: Mon Jan 22, 2007 7:36 am
Contact:

Re: image library

Post by mwieder » Sat Jan 25, 2014 4:04 am

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