itouch2 / PhotoTweaks

Drag, Rotate, Scale and Crop
MIT License
1.26k stars 167 forks source link

Image cropped size #33

Open ivanlomy opened 6 years ago

ivanlomy commented 6 years ago

version 1.0.3

Lets say image size is 2448x3264, and do the crop on screen of the the width as 1224x3264, but the final output image size is 2448x6157, this is a bug?

hyunwoo3008 commented 5 years ago

You can modify outputSize in the - (CGImageRef)newTransformedImage method.