popcoder
popcoder

Reputation: 3070

Drop , crop and resize images

I want to drag and drop an image to image holder divs of different shapes. While dropping, it should crop it according to the div shape (without user interaction on cropping). The divs should be rotatable or movable too with the dropped image. How can i do this? Any help would be much appreciated.

Thanks.

Upvotes: 0

Views: 958

Answers (1)

pnuts
pnuts

Reputation: 276

This is not the scope of jquery.

To crop images or div to different sharps, you need HTML5 or SVG or RIA. (Css3 can also help you do some simple work like rotate.)

If you just want a drag-drop function, suggest you look at jquery ui

Upvotes: 1

Related Questions