IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label photos. Show all posts
Showing posts with label photos. Show all posts

Friday, March 8, 2013

Saving pictures to custom photos album then reloading


I'm trying to save an image to the photos album. But then I want to save some kind of reference to where it is, so that I can save it (using NSKeyedArchiver), close the app... and then be able to open the app again and reload the image. I'm not seeing how to do this. This is how I'm saving the image... how do I save a reference to it. I tried to save the assetURL variable within the completion block, but I was unable to do so... Would appreciate any help.




[self writeImageToSavedPhotosAlbum:image.CGImage orientationALAssetOrientation)image.imageOrientation


                        completionBlock:^(NSURL* assetURL, NSError* error) {


                             


                          //error handling


                          if (error!=nil) {


                              completionBlock(error);


                              return;


                          }


                          


                           


                      }];


View the original article here

Re: Saving pictures to custom photos album then reloading

I was able to save the assetURL within the completion block. I was having "not assignable" issues before. Seems to work now.


View the original article here

Thursday, January 17, 2013

Photo restoration service website, need a way for customer to upload photos to my site.

I have a digital photo restoration service in need of a website.  Is there a webiste plugin that will allow customer to upload photo to my website for quote?  Go Daddy, and Wordpress/MintThemes said it isn't something they support with their themes.  Other photo restoration website have the upload option.  Please advise. 


View the original article here