mglagola / MGInstagram

A Simple and Easy to use iOS Instagram Utility for posting images to Instagram
MIT License
89 stars 25 forks source link

isImageCorrectSize is off #1

Closed jamolama closed 11 years ago

jamolama commented 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);

mglagola commented 11 years ago

Yes, they are in points! I'll take a look at this tonight

Sorry, I didn't see this until today.

@jma256