Does anyone out there have experience with dealing with photo taken with the internal camera on iOS? I’m designing an app that would store images taken with the camera (hopefully) in a database. Since the new iPhones and iPads create big image files I’m hoping to scale them down to a usable size/resolution. Before I get invested too much I’m hoping someone has done this so I know if my concept is practical. Thanks.
Yes this is definitely possible. You can use my camera classes in iOSKit to take the picture, scale the pictures with a method in the Extensions module of iOSKit, and then get a data representation which you save to a database. I know of at least one person currently doing this. They might stop by and provide some specific points on the database part since that’s not my area of strength.