Bridge CS4 - Save/Print Photos from Web Gallery

I have only been using Bridge CS4 for the last couple months to put web galleries on a web page.  I don't know how to change the settings to allow people to save/print the photos from the web gallery once it is posted on the website.  I used to create the photo album in Macromedia with "create web photo album" but this was apparently replaced with Bridge, but the old method allowed for saving and printing.  Any help is appreciated on allowing this to happen with Bridge web gallery.

Solved!
This works for Windows.  I imagine the Mac solution is similar. Props to William Zauscher for helping find an answer.
I take no responsibliity for any damage caused to your computer, Photoshop or Bridge...
In Windows, browse to C:\Program Files\Common Files\Adobe\Bridge CS5 Extensions\Adobe  Output Module\mediagallery\resources\scripts
In the file named "galleryCreator.jsxinc" replace the lines:
AOM.AmgGalleryCreator.createUniqueFileName = function(filePath, jpgFile,  createMode)
    var alteredName;
    while (true)
         alteredName = "_";
        for (var i=0; i<10; i++)
             alteredName += Math.floor(Math.random() * 10);
         alteredName += ".jpg";
        var f = new File(filePath +  alteredName);
        if (!f.exists)
            break;
     return alteredName;
...with the following:
AOM.AmgGalleryCreator.createUniqueFileName = function(filePath, jpgFile, createMode)
                var alteredName;
                while (true)
                                alteredName = "_";
                                alteredName += jpgFile += ".jpg";
                                var f = new File(filePath + alteredName);
                                if (!f.exists)
                                                break;
                return alteredName;
You can cut and paste the above.  Just save a version of the original file somewhere in case of screwups...
Cheers!
-Mark

Similar Messages

  • Captioning and Keywords NOT retained on download of photos from Web Gallery

    I noticed that the CAPTIONING information for photos on a web gallery ARE viewable while on the web gallery page(clicking on info), but are NOT included if you choose to download the photo. Not seen in the photo on download by viewing EXIF info, or "get info" from the Finder, nor available if I reimported the downloaded photo back into iPhoto 8.
    Am I missing something regarding the way to store information. I had uploaded a lot of photos with important information for family members downloading embedded in the captioning??
    BTW, the keywords ALSO were not downloaded or retained.

    Scott:
    When published to a web gallery that information is not added to the file but to the slideshow files. The only time that info is written to the files is upon export with the checkbox selected to add Title and Keywords and Comments.
    Even if the metadata is written to the files at the time they are imported into iPhoto, the files that get uploaded to the iDisk have that metadata stripped out of the file.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Can someone download photos from web gallery?

    Can someone download individual photos from my web gallery? I am posting about 40 photos in the web gallery.I want people that visit to be able to download the photos they want. I tried it and it is set to download the entire album compressed. The visitors probably will only want 1 photo. Maybe there is a better application for this type of use.
    I am new to this and any help would be appreciated.
    Thanks

    Yes, individual photos can be downloaded. Looks like you already have the Allow Downloading setting on since the entire album (compressed) is available.
    If a visitor clicks on any thumbnail in an album, and loads the corresponding screen-sized photo, each photo has a little toolbar that fades in at the bottom where a down-pointing arrow is the button to download the individual photo. This will be the (up to) 6 megapixel-sized photo and not the screen-sized one.

  • Syncing photos from Web Gallery

    I've been using my web gallery for the past year, and it has worked out great. Family from all over are able to view and upload pictures, which is perfect for me to "sync" and then make fun calendar's, books and slideshows out of. I recently created a new album of my cousin's wedding and have been able to sync just fine until the other day. Now, there are dotted outlines of new pictures in iPhoto, but not the pictures themselves....any ideas on how to fix this?
    Thanks,
    Kat

    Welcome to the Apple Discussions. That occurs when iPhoto loses the path to the original file. It can happen if there's an interruption while iPhoto is writing to the database file, Librry6.iPhoto, or if the user renames or moves files within the iPhoto Library package from the Finder.
    Try the three fixes below in order as needed:
    1 - launch iPhoto with the Command+Option keys depressed and follow the instructions to rebuild the library. Select all options.
    2 - rebuild the library using iPhoto Library Manager as follows:
    Using iPhoto Library Manager to Rebuild Your iPhoto Library
    1 -Download iPhoto Library Manager and launch.
    2 -Click on the Add Library button, navigate to your User/Pictures folder and select your iPhoto Library folder.
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File->Rebuild Library menu option
    4 - In the next window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: It may take some time to create the new library if you have a lot of photos.
    3 - start over with a new library and import the Originals folder from your original library as follows:
    Creating a new library while preserving the Events from the original library.
    Move the existing library folder to the desktop.
    Open the library package like this.
    Launch iPhoto and, when asked, select the option to create a new library.
    Drag the Originals folder from the iPhoto Library on the desktop into the open Photo window
    This will create a new library with the same Events as the original library if you have the Finder checkbox unchecked in the Events preference pane.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.≤br>
    Note: There now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • How to print photos from snapshots gallery

    I have a Dell computer with Windows 7. How do I print individual photos from my snapshots gallery to include the date? I know I can go to "Locate" and print them from there, but they would not show the date, and the photo would take up the whole 8.5 x 11 sheet of paper. Can anybody please help me with this? THANK YOU! Chuck Roberts

    Skype does not provide any options to edit/print images saved in Snapshots gallery. You can edit/print these images with whatever software you are using for viewing these image files.

  • IPhoto doesn't bring in new uploaded photos from web gallery

    Published album to web gallery; had folks upload pics to that one; auto-sync into iPhoto worked fine. Updated OSX to 10.5.3 yesterday; had more pics uploaded from folks to the web gallery; iPhoto is not syncing anymore. Running latest upgrades. Suggestions (besides rolling back the upgrade)?

    Well, tried Disk Utility to repair permissions after the upgrade and that solved the issue somehow even though it didn't find issues related to iPhoto.

  • HP5640 All-in-one does not print photos from Windows Live Photo Gallery

    Setup printer using mobile device  Installed print driver using provided CD. Updated driver software. Printer is networked by wireless to computer & smartphone.Was able to print photo from smartphone, was able to print Word document from computer. Was unable to print photo from computer using Windows Live Photo Gallery. Used the HP troubleshooter, following all possible solutions to no avail. Selected the option of HP Photo Paper but it defaulted to the 8x11 paper tray. Can someone please help? Thank you!

    Hey , Welcome to the HP Support Forums!
    I understand that you're experiencing issues when printing from Windows Live Photo Gallery on your Windows 8 computer to your HP ENVY 5640 e-All-in-One Printer, as your prints continue to default to the letter size Paper Tray. I would like to assist you today with resolving this printing issue. Can I please have you follow the steps below to properly configure your print settings under the Print dialogue window in Windows Live Photo Gallery.  1. Load your Photo Paper in the Photo Tray on your printer  2. Open an image you would like to print under Windows Live Photo Gallery 3. Click on File and select Print   4. Under the Print dialogue window please ensure that your printer, Paper Size, Quality, and Paper Type are all set properly for your specific print job    5. Next, click on the Options button on the bottom right hand corner. Under the Print Settings dialogue box click Printer Properties.    6. Next, change the Paper Source to Photo Tray. If it currently is set to 'Main Tray' please click the Main Tray option and it will drop down to allow you to select Photo Tray. Click OK once the Tray change has been made.    NOTE: If the Paper Size shows an exclamation mark, it means that your Photo Tray does not support the Paper Size selected. Click the dropdown next to Paper Size and choose a size that does not show an exclamation mark.     7. Under the main Print dialogue window click Print on the bottom right   Your document should print as per normal now from the proper Paper Tray.   Please let me know if the steps provided resolve your Paper Tray photo printing issue. I look forward to hearing from you. Good luck!

  • Brigde CS5 in Windows 7 64bit - drops out photos in Web Gallery preview

    Is there a limit to the number of photos that web gallery will display?  I created a web gallery and then started over again as instructions I read stated that I should put the TITLE on each photo.  Once I put the title in, out of 24 photos that use to display, only 20 now display.
    Can someone explain why this is happening?  I haven't even gotten to the point of trying to embed in my website yet.  Perhaps Bridge isn't the best tool to use?
    Thanks to anyone who can offer any insight as to why this is happening.
    Daisey

    And right you are!  After posting this message I started reading through all the help files and finally did find the same answer.  Now my problem is the linking as I have a very strange hosting set up.  Two sites, same directory.  So all my images have broken links.  Something new to work out!
    Cheers!
    Daisey

  • Using a shared photo in Web Gallery

    My wife and I share a computer and we each have a .Mac account. However, all of our pictures are in iPhoto under her login.
    I would like to publish a Web Gallery using my .Mac account and photos shared from her iPhoto library.
    However when I include a shared photo in the Web Gallery it imports it into my iPhoto Library, giving me two copies of the same photo, one in her iPhoto library and another in mine, thereby duplicating the photo which is not what I want.
    Is there a way to use a shared Photo in Web Gallery and maintain the relationship to the original photo and not duplicate the picture?

    Roger
    No, because as far the the Mac is concerned, it's not yours to Share until it's in your Library.
    Regards
    TD

  • Keeping photos in web gallery

    I would like to delete photos from my iPhoto storage but do not want the deleted from web gallery. Is this possible? Everytime I try, the web gallery in iPhoto syncs with the web gallery on my .mac account. Maybe there is someway to stop the sync for that particular gallery? I don't know how to do this.

    You could create an iWeb photo page with those photos and once published delete those photos from your library. The web page would have a URL address just like the web gallery does only the iWeb page has a little more pizzazz than the web gallery.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Can't print photos from any phot editing program or photo program

    my printer is hp photosmart C6380 all in one printer, operating system is windows 7 64-bit.
    I can't print photos from microsoft office picture manager, or windows live photo gallery, etc. Have to use microsoft word to import the pictures into and then print.

    Hi there,
    Try downloading and running the print and scan doctor located here:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03275041&cc=us&dlc=en&lc=en
    It can fix a lot on its own and if not give a better idea of what is going on.
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • Remove album from Web Gallery (not in Iphoto)

    I have a album in my Web Gallery but it's not in my IPhoto. I am trying to remove it from Web Gallery but can not figure out how?

    Welcome to the Apple Discussions. Go into iPhoto's Preferences/Web Gallery. If the gallery is listed then select it and hit the Stop Publishing button.
    If the gallery is not listed then mount your iDisk and go to the iDisk/Sites/Web/_gallery folder. If you have more than one gallery you'll have to look inside each of the gallery folders (they are just numbered and hard identify which is which) to determine which is the gallery you want to delete. When you find it drag it to the trash.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.≤br>
    Note: There now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • I can no longer print photos from iPhoto.

    When I try to print photos from iPhoto, I get the error message:  There were no themes located. Until at least one theme has been installed, this feature will be unavailable. The solution offered by iPhoto help is ridiculous as it assumes that you can get past the error message and on to the option to choose a theme. No so.  The error message is the end of the road.  This is a new problem for me.  Apparently there was an automatic update and now I am updated to no longer being able to print my own photos. Apparently (according to traffic on Google) this is not a new issue, but I haven't seen a solution.  Can't deny that I am royally ****** off.

    when i try to print a photo: select>file>print a box comes up stating ' no available themes'
    Iphoto not printing

  • How do I save a photo from a text to camera roll

    How do I save a photo from a text message to the camera roll?

    http://manuals.info.apple.com/MANUALS/1000/MA1565/en_US/iphone_user_guide.pdf

  • How do I save a photo to my gallery that someone sent to me via text message? Thanks!

    How can I save a photo to my gallery that someone sent to me via text message? Thanks!

    Welcome, glad that answered your issue.

Maybe you are looking for