-1

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.

Vijay
  • 7
  • 1
  • 3

1 Answers1

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