Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

IPhoto Text

Can you add any text to each individual slide to be seen in slideshow format?

PowerBook G4, Mac OS X (10.4.9)

Posted on Sep 12, 2009 7:42 AM

Reply
9 replies

Oct 13, 2009 12:35 PM in response to Skip Thela

To Whom It May Concern

I understand the new iPhoto 9 (may) allow text to be added ONLY in the Ken Burns, or standard templates. What about the other templates? IS there text software out there that will allow you to add text to any, or all photos in the slideshow, either before, or after you've edited. Thank you one and all for the help.
Greg Elliott <Edited by Host>

Oct 13, 2009 12:33 PM in response to woofer1010

Greg

If you want to add text to photographs you'll need an external editor:

In order of price here are some suggestions:

Seashore (free)
_[The Gimp|http://www.gimp.org/macintosh>_ also free
Graphic Coverter ($45 approx)
Acorn ($50 approx)
[Pixelmator|http://www.pixelmator.com> ($60 approx.)
Photoshop Elements ($75 approx)

There are many, many other options. Search on MacUpdate.

You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.

If you want to make text slides and use them in an iPhoto Slideshow: Simply create the text in an app like Pages, then print it to pdf and import the pdf to iPhoto.

Other Slideshow apps will allow you to create text slides or superimpose text on Photos: including: iMovie, PhotoToMovie, Final Cut Express. There are other options. Search on MacUpdate

Regards

TD

P.s. it's never a good idea to publish your email address on an internet forum

Oct 13, 2009 12:58 PM in response to woofer1010

Welcome to the Apple Discussions. If you want to add text to an image to use in a slideshow theme that doesn't offer the Description to be displayed you'll need to use a 3rd party image editor to add the text directly to the image. Terence lists several candidates in his post in this topic: http://discussions.apple.com/message.jspa?messageID=10358941#10358941. You can find more by searching VersionTracker.com and Macupdate.com.

There are 3rd party slideshow applications that offer many themes and to have the titles included. You can automatically copy your descriptions to the title field in iPhoto before using those 3rd party applications. Use the following Applescript while in iPhoto and the photos are selected:

try
tell application "iPhoto"
activate
copy (my selected_images()) to these_images
if these_images is false then error "Please select the images to include in the summary."

set the image_count to the count of these_images

repeat with i from 1 to the image_count
set this_photo to item i of these_images
tell this_photo
set the comment to the title
end tell
end repeat
end tell
on error error_message number error_number
tell application "iPhoto"
activate
if the error_number is not -128 then
display dialog error_message buttons {"OK"} default button 1
end if
end tell
end try

on selected_images()
tell application "iPhoto"
try
-- get selection
set these_items to the selection
-- check for single album selected
if the class of item 1 of these_items is album then error
-- return the list of selected photos
return these_items
on error
return false
end try
end tell
end selected_images


When you're finished with the slideshow you can set the title back to the file name by using the +Photos->Batch Change->Title to File Name+ menu option.

PhotoPresenter is one application that I use. It has over 25 animated themes and is seamlessly integrated with iPhoto and iTunes. Some of the themes can be seen here: PhotoPresenter Animated Slideshow Themes.



User uploaded file

IPhoto Text

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.