mglagola/MGInstagram

isImageCorrectSize is off

jamolama opened this issue · 1 comments

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