Closed jamolama closed 11 years ago
You are using size in pixels instead of points. Correct should be return (image.size.width >= 612/2.0 && image.size.height >= 612/2.0);
Yes, they are in points! I'll take a look at this tonight
Sorry, I didn't see this until today.
@jma256
You are using size in pixels instead of points. Correct should be return (image.size.width >= 612/2.0 && image.size.height >= 612/2.0);