diff --git a/UIImage+Resize.m b/UIImage+Resize.m index 60e4ea9..fb2d462 100644 --- a/UIImage+Resize.m +++ b/UIImage+Resize.m @@ -76,7 +76,7 @@ -(UIImage*)resizedImageToSize:(CGSize)dstSize ///////////////////////////////////////////////////////////////////////////// // The actual resize: draw the image on a new context, applying a transform matrix - UIGraphicsBeginImageContextWithOptions(dstSize, NO, self.scale); + UIGraphicsBeginImageContextWithOptions(dstSize, NO, 0.0); CGContextRef context = UIGraphicsGetCurrentContext();