mglagola / MGInstagram

A Simple and Easy to use iOS Instagram Utility for posting images to Instagram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

isImageCorrectSize is off

jamolama opened this issue · 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