uzysjung / UzysImageCropper

An alternative to the UIImagePickerController editor with extended features.
Other
77 stars 22 forks source link

Image is displaying in zooming mode. #4

Closed laxmanrizecorp closed 10 years ago

laxmanrizecorp commented 11 years ago

When a select the image in library or take photo the image is full of zooming mode open in cropping section. Image display in the full screen width. I need to display the image in non zooming mode.

uzysjung commented 11 years ago

You don't need Zoom Action . remove 'zoomAction' method

emreyanik commented 10 years ago

I think he needs Zoom Action, but he don't want to full zoomed image at crop screen like me. I changed UzysImageCropper.m line63: from=> _imageScale = 310/cropSize.width ; to => _imageScale = 310/_inputImage.size.width ;

works for me. Sorry about my English

uzysjung commented 10 years ago

Thanks EmreYanik89