odyniec / imgareaselect

ImgAreaSelect is a jQuery plugin for selecting a rectangular area of an image. It allows web developers to easily implement image cropping functionality, as well as other user interface features, such as photo notes (like those on Flickr).
http://odyniec.net/projects/imgareaselect/
686 stars 197 forks source link

Image rotating #75

Open vadik49b opened 9 years ago

vadik49b commented 9 years ago

Hi,

I need to add image rotating feature. I am rotating images with css transformations, but I faced this http://goo.gl/CwBKIw problem after cropper initialisation. $img.width (innerWidth) ignores transformations.

Does adding of some option (options.perpendicular) that will be flag to use all width, height replaced is only way to resolve this problem?

Thanks, Vadim