Click to See Complete Forum and Search --> : Image manipulation


ihenman
10-14-2003, 06:26 AM
Hi All...I'm a Javascript newbie...and I've got what I feel is a pretty large task to develop.

I need to write a script that will resize images, allow you to drag, drop, copy and paste that image. All over another static picture.

I've been able to find some scripts that will resize, or move images, but can anyoen give me an idea if something like this is already available somewhere.

I've done some searching but I'm sure individuals who code with Javascript more so then I may have an idea. Let me know if you need more info then what I have provided?

Thanks.

lillu
10-14-2003, 07:08 AM
I think you should dvelve into a bit of DHTML.
Here's a link how to use drag and drop on layers and images.
http://www.walterzorn.com/dragdrop/dragdrop_e.htm

ihenman
10-14-2003, 07:18 AM
Lillu,

Thanks very much...I'll read this over. at first glance seems to be what I need.

I want to basically create an Iframe where users can cut paste insert/uplaod images then scale/skew, resize, drag adn drop etc. over a picture layout below.

It's for an interactive interior decorating site. They need to be able to place items in different places to get layout ideas.

Thanks