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

Image scaling in IG

cde010 opened this issue · comments

I am using your fantastic example code to add IG posting to my iPhone wallpaper app. I've got it working but the code doesn't seen to support image scaling once it's in Instagram. It just crops and centers the image, which is an issue because all of the wallpapers are 640X1136 and they appear off center in IG. I need the entire image sent to IG so the user can zoom and scale. Is there a work-around? Thanks!!

@cde010 sadly this is a limitation of the Instagram iOS hooks in which the api only supports skipping the scaling state and going straight to the filters state (It wasn't always like this).

You could try an alternative like having the user scale their image prior to sending them to instagram.