Snap & Sketch: Ideas & Feedback: "I'm always eager to hear your ideas, concerns or anything else regarding Snap & Sketch. You can post comments here to give me feedback o..."
I'm Yann and I work as a journalist in France. I have a blog dedicated to the iPhoneography, one of the few existing in France by the way, and I wanted to test your promising app, XXXXXXXXX. Would you send me a promo code so I could give my opinion and talk more about you app on my blog ? You can see the first paper, announcing your app, here :
Unfortunately I can't promise an iPad version for the time being. However it is a possibility some time in the future. You can still download and use the app with an iPad using the iPhone mode.
Hi Luis and thank you for feedback and code! That's correct. 'My Photo Planets' app is limited to landscape but it's actually intended behaviour. Wide photos cause less stretching distortion in the image when it gets morphed into a planet. Portraits would work, but they wouldn't look as good as photos taken in landscape. So the app only supports landscape to maximise the image quality for the end user.
Hi, I've loved Snap & Sketch for quite a while now but recently I can't get out of a sketch if I don't want to save it. All the buttons to go back to the Menu are gone. Is there a way I can fix that? Thanks! --Judy
Hi,
VastaaPoistaI'm Yann and I work as a journalist in France. I have a blog dedicated to the iPhoneography, one of the few existing in France by the way, and I wanted to test your promising app, XXXXXXXXX. Would you send me a promo code so I could give my opinion and talk more about you app on my blog ? You can see the first paper, announcing your app, here :
http://icommephoto.com/2011/02/25/nouvelle-appli-snap-sketch-une-de-plus/
Here is my e-mail : iphotographe@free.fr
Best regards,
Yann
i comme photo
Hi iphotographe.
VastaaPoistaI'm glad you're interested in the app.
I sent you an email.
-Teemu
Hi,
VastaaPoistaCan you provide an update that supports iPad, please.
Thanks
Unfortunately I can't promise an iPad version for the time being. However it is a possibility some time in the future.
PoistaYou can still download and use the app with an iPad using the iPhone mode.
Hi!
VastaaPoistaIn your fantastic App: My Photo Planets
Maybe these lines avoid rotation to Portrait in iPhone:
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
// Only LandScape Mode
return ((interfaceOrientation == UIInterfaceOrientationLandscapeLeft) ||
(interfaceOrientation == UIInterfaceOrientationLandscapeRight));
}
Hi Luis and thank you for feedback and code!
PoistaThat's correct. 'My Photo Planets' app is limited to landscape but it's actually intended behaviour.
Wide photos cause less stretching distortion in the image when it gets morphed into a planet. Portraits would work, but they wouldn't look as good as photos taken in landscape.
So the app only supports landscape to maximise the image quality for the end user.
Hi,
VastaaPoistaI've loved Snap & Sketch for quite a while now but recently I can't get out of a sketch if I don't want to save it. All the buttons to go back to the Menu are gone. Is there a way I can fix that?
Thanks!
--Judy