I am currently using Amazon S3 server, in that i am able to upload images from iPhone. Is there a possibility to manipulate (cropping, transformations, effects, face detection) the images that i get from amazon server.
Asked
Active
Viewed 35 times
-1
-
Yes. Yes there is. Normally by programming. Have you tried anything? – Abizern Jan 11 '15 at 00:31
1 Answers
0
There are no services in Amazon Web Services that provide image manipulation.
If you wish to manipulate images, you will need to write your own code (eg on a web server, using graphics libraries) or within your iPhone app.

John Rotenstein
- 241,921
- 22
- 380
- 470