Tagged Questions
The iphoto tag has no wiki summary.
3
votes
1answer
860 views
How do I perform a flip and grow animation like in iPhoto 09?
I'm developing a Cocoa application and want to be able to click a button in one of the views in my NSCollectionView and have a details view flip open and position to the middle of the screen like it ...
3
votes
1answer
145 views
Is there a resource to explain how to export photos to a web site, for example like iPhoto to Facebook Export?
I am trying to understand the process of exporting from iPhoto to a web site. This would website would be a content management system. I have already located the iPhoto SDK for Exporting but cannot ...
2
votes
1answer
349 views
NSCollectionView with sections - like in iPhoto
I'd like to build a NSCollectionView similar to the one in iPhoto '11. I want to group several pictures in section, and create a section header as well. The section header of a specific section is ...
2
votes
1answer
361 views
NSNetService Bonjour Mimicking iPhoto
I am trying to mimic iPhoto sharing and have gotten as far as publishing the service using the iPhoto service name "_dpap._tcp.". iPhoto sees my bogus "share", but it is grayed out. I'm watching ...
2
votes
2answers
959 views
iPhoto '11 plugins possible to develop?
Can't find any information on iPhoto's plugin development for iPhoto 11. Did Apple abandoned iPhoto SDK effort completely?
2
votes
2answers
549 views
iPhoto album transition
I am trying to implement the same scrolling effect in the apple iphoto album. Hope you have seen in apple iphoto that when we move the mouse over the album, the images inside it will be shown one by ...
2
votes
1answer
143 views
Extend iPhoto to post pictures to a different web service?
Currently iPhoto lets me upload pictures to Facebook and Flickr.
Is there any way (perhaps write a plugin) to extend this so that I can post photos to a different web service e.g. Picasa?
1
vote
0answers
74 views
Read from iPhoto Library programatically
I want to create an Application that connects to the iPhoto Library. So now I would like to read the Events and the pictures themselves from the library.
Is there an elegant / easy way to do this or ...
1
vote
1answer
218 views
Get iPhoto to Enhance thousands of photographs?
I've discovered that thousands of the photos in my iPhoto library do not have proper icons. I've tried rebuilding the database and that hasn't worked. However, one technique that does work is simply ...
1
vote
1answer
562 views
AppleScript Syntax for iPhoto Automation
I've been looking around via Google for some pointers to get me going on something I need to do in iPhoto via AppleScript, but so far haven't found a whole lot. There are various old discussions of ...
1
vote
2answers
341 views
How to create albums using iPhoto library in iPad/iPhone
Is there any direct APIs to create a my own album using images in the photo library.
If not, is there any other method to do this.
1
vote
0answers
318 views
iphoto style album stack for ipad application ipoto
I am looking to develop a video and image gallery in my app. The thing I found useful to be used for the videos is the FLOW COVER option available at http://www.chaosinmotion.com/flowcover.m. However, ...
1
vote
2answers
682 views
Creating iPhoto albums using Cocoa Scripting Bridge
I'm tearing my hair out trying to create a new album from a Cocoa Application. In applescript it's a nice simple procedure:
tell application "iPhoto"
new album name "Album"
end tell
But I can't ...
1
vote
1answer
720 views
iphoto-like thumbnail view with jquery
I'd like to create an iphoto-like album thumbnail viewer, just with words, not photos.
For example, when you mouseover over a div box, the div box text changes as you incrementally move right with ...
1
vote
2answers
509 views
how to get names of Photos in PhotoLibrary in iphone?
i need to get the information of photos like the path of the image, name and so on...in iphone. is there a way to get this programmatically using SDKs done on non jailbroken iphone.
Thanks
Satish
1
vote
1answer
303 views
How to check for and remove a photo from an iPhoto album using AppleScript
I want to write an AppleScript to import a photo into an album. If a photo with the same file-name already exists in the given album, I want to remove the existing one first, then proceed with the ...
1
vote
2answers
128 views
Is there an API that I can use to duplicate the “Places” functionality of iPhoto '09?
I saw the Apple keynote address and was very impressed by the new Places functionality that's been added to iPhoto '09. In short, it takes the geocode information from a photo and translates it into a ...
0
votes
1answer
74 views
iOS: Store new photos using UIImagePickerController NOT in default album
I am using UIImageWriteToSavedPhotosAlbum to store a new photo on the iPhone (code see below).
UIImageWriteToSavedPhotosAlbum(image, self, @selector(image:didFinishSavingWithError:contextInfo:), ...
0
votes
0answers
37 views
any web photo gallery apps that have an iphoto plugin? [closed]
For a long time I used coppermine to host photos on my personal web server. I'm wondering if there is anything better, preferably one that has an associated iphoto plugin for easy uploading to the ...
0
votes
1answer
39 views
iPhoto-like cropping of an image?
I've been struggling over this for several days now and can't crack it. How do I achieve that neat photo cropping you see in iPhoto?
I tried using an NSImageView with a semi transparent CALayer ...
0
votes
0answers
38 views
How to decode GUID in AlbumData.xml (iPhoto)
I tried to parse AlbumData.xml and found strange GUID string value, how to convert it to integer value ?
eg : f7hWRm%xSMiYVfEynRpo7g = 4.29497e+09
Thanks in advance
0
votes
0answers
47 views
Script Bridge and iPhoto - lat/lon info is NSInteger only?
I am trying to access the GPS info in iPhoto images using Script Bridge in Obj-C (XCode 4.1, SDK 10.7). Here is a code snippet:
iPhotoApplication *iPhoto = [SBApplication ...
0
votes
0answers
64 views
Applescript mount disc images and import photos into iphoto library
I have series of disc images that were made from memory cards from my digital camera. So, basically, a bunch of photos and videos in a DCIM folder.
It seems to me that there should be a way to have ...
0
votes
1answer
87 views
how to upload a picture in iphoto to a webserver?
I want to take a photo or pick a picture from iphoto library and then upload it to webserver.
Use imagePickerController I can only get a UIImage Object,I can't know it's file path or file ...
0
votes
1answer
95 views
How can I select pictures from iPhoto into my Cocoa application using Applescript / Automator
I have a image editing Cocoa Mac application that takes a few image files (jpeg, png, tiff, gif etc.) as input. I would like to provide the user with a button in my application to get these input ...
0
votes
0answers
114 views
iPhoto Plugin develop
I am developing Iphoto plugin.
I was able to find the SDK, although Apple removed it from their site.
My problem is that I have to develop the plugin for different retailers, but i can not find a ...
0
votes
1answer
244 views
NSOpenPanel limit selection to iPhoto library
When using NSOpenPanel to open files, I am trying to let the user only select iPhoto libraries. An Aperture library, for example, has the extension .aplibrary. An iPhoto library, however, seems to ...
0
votes
1answer
383 views
No thumbnail in iPhoto for images saved with UIImageWriteToSavedPhotosAlbum
My application downloads JPEG images from the web and save them to the device using UIImageWriteToSavedPhotosAlbum. All works fine except for one issue: when I browse iPhone's photo library with ...
0
votes
2answers
270 views
Delete an Image in iPhoto having the Filename (incl. path)
How I can delete an image (move it into the trash) from applescript by giving the filename and path of the image locate on the drive.
This script will be started from the shell and may get the ...
0
votes
2answers
421 views
access music database from cocoa
How do I access the iTunes database from my application. I seems apple can access iphone and itunes from their apps. How do I do the same?