Fixed:  TIFF image display / import problems

Hello All,
I posted this in the discussion threads where I had previously discussed it with other members. But, felt that it would be good to share with everyone who is importing their photo's into the new iPhoto 6.
I, like many others, have been having a terrible time getting my iPhoto collection imported into the new iPhoto 6 program.
I have tried both the upgrade method (on a backup copy of my original library), and a fresh import of all my files.
Without fail, all of my TIFF images gave me trouble. Some looked like squiggly lines. Some looked like a diagonally distorted image (like you see on old Televisions trying to tune in difficult stations). And, some just plain refused to work.
All of my problem images look fine in the thumbnail (the library view). But, you quickly discover the problem when viewing the full-size image in the "edit" mode.
Some of my TIFF images are 30 megabytes in size, and many of them are smaller files of a more typical size. I found that the smaller files were just as unlikely to work as the larger ones.
And, while converting to JPEG may be an option, I didn't want to lose the depth and detail that TIFF offers (especially on pictures of documents / writing). The original TIFF images will offer greater detail when blown-up than compressed JPG files.
All of these images worked fine in iPhoto 5, and display perfectly fine in every other program. But, iPhoto 6 just refused to display them properly.
Well, I think I found the fix.
Today I downloaded the new iPhoto 6.01 update. But, that didn't fix the problem either. So much for Apple fixing it.
Anyway, I have been experimenting, and finally found a difference between images that worked and those that didn't.
The images that worked, have an ICC profile embedded in them from the device that created the image (in my case my scanner).
So, I set out to find out if simply removing the ICC profile would fix the problem.
And, through my experimenting, I found that if I opened the image in another program, and then exported it as either a TIFF (the same format) or a JPEG that the resulting image would open in iPhoto 6 just fine.
Further examination demonstrated that the ICC information was removed from the exported file.
As I understand it, ICC is basically an image color correction / calibration tag. It enables different devices to properly display and print the image with the proper colors.
Basically, each device has a color profile (scanner, monitor, printer, camera, etc.). This is to make sure that when you see something on the screen that it looks the same as when you print it out. Likewise, you want the image on the screen to match what the scanner and digital camera saw.
So, these are essentially conversion tables to make sure that each device properly displays or prints the image as the original source "saw" it.
Anyway, not wanting to manually strip this information from each file, I looked on the Internet for an automated solution. And, fortunately I found one.
http://www.colormanagement.com/technicalresources/files_targets_and_utilities/mac_os_xscripts/
The file you are looking for is "Mac Os X ColorSync Toolbar Script: Remove ICC profile". Click on the title just mentioned to download the script.
It is a Macintosh Script that you simply download to your desktop (or anywhere else you would prefer). It is in a Stuffit Archive, so you'll need Stuffit Expander to decompress it (basically the Mac equivalent of a ZIP file).
Once decompressed, you should see a "script" icon that is labeled "Remove Profile".
Simply "drag" your original files and drop them onto this icon / script. The script will then remove the embedded ICC information from the image file.
Once you have removed the ICC information from your image's file, try importing it into iPhoto 6 again. Then, see if it works
It is important that you perform this on a backup / duplicate copy of your original files. You don't want to damage your only copy if something goes wrong.
Now, one further note: If you do this, you may see the image looks different. In my case, the image is truer to the way it really looked when I scanned it in. The paper texture looks right now.
If you want to do this while keeping the image's appearance the same as it looks now, then here's another way:
Open the file in Apple's "Preview" program. This is usually the default image view.
Then, do a "Save As" or "Export" to create a new copy of the image. If you perform an Export, be sure to set the image quality high or you may inadvertently reduce your pictures detail (especially if you export to JPEG).
This essentially does the same thing. But, it will take more work if you have multiple images.
Using the previously mentioned script, you should be able to drag and drop multiple files in a group.
Anyway, I hope this helps the rest of you out.
Let me know if it fixes the problem for you as well.

Hello All,
I have an update:
It is definitely not a user account issue. I just completed a fresh install of OS 10.3.9 on my Mac Mini.
I performed a fresh install (on a freshly formatted hard drive partition), and made the installation as bare as could be for the sake of preventing potential problems.
I installed OS 10.3.9, and all the standard items in the usual OS 10.3.9 installation. I specifically left-out all the foreign language stuff, all the online programs (for other ISP providers), and misc. garbage.
I also left off all the iLife programs (every iLife program) that came with the restore disks. I even left-off the original QuickTime installation. My thought here was that I wanted to make sure that there were no problems introduced by upgrading the original iLife Applications to iLife '06.
So, this way, all the iLife '06 programs are installed fresh with no upgrading being performed.
So, I installed this bare OS 10.3.9 installation. Then, installed all the updates that were available. I repaired permissions before and after each update. And, installed all the updates from downloads from Apple's website (Not using Software Update).
After verifying that Software Update could not find any additional updates available, I then installed iLife '06.
This required first installing Quicktime 7.0.4 from the iLife '06 DVD.
After installing QuickTime, I then proceeded to install the iLife '06 package (remember that this is a completely new iLife install - not an upgrade install since I avoided installing the older versions).
Once iLife '06 was installed, I then installed the recent 6.0.1 updates for all the iLife Apps.
Then, I launched the iPhoto program for the first time to see if it would properly import my TIFF images.
Unfortunately, it still displays them as if they are scrambled (like a blocked television / cable channel).
So, with that done, I can confirm that it is not a corrupt file or another program on my system causing the problem. It is definitely a problem with iPhoto 6 / 6.0.1 and OS 10.3.9.
Just thought I would post the update here for others to add to their knowledge-base. Maybe if we rule out potential problems we'll be able to find the actual solution.
Again, this same set of images imports just fine into iPhoto 5 on OS 10.3.9 and 10.4.4. And, it also imports just fine into iPhoto 6.0.1 in OS 10.4.5. So, it is a problem apparently specific to OS versions 10.4.4 and older using iPhoto 6 or 6.0.1.
As mentioned previously, these TIFF images can be made to import fine if I remove the ICC information from the image. So, that may provide some clue as to where the flaw is in the iPhoto 6 / 6.0.1 program.

Similar Messages

  • JSP Tiff Image Display

    Hi all,
    I have a problem in displaying Tiff image in jsp page. I am using Internet Explorer 6.0 . I have installed Tiff Image plug-in from the site www.alternatiff.com. If the location of the image is given directly i can view the image. But through javascript function if I pass the location of the image to the embed tag src then it is not diplayed.
    i have posted the code:
    <html>
    <head>
    </head>
    <SCRIPT LANGUAGE="JavaScript">
              function submitpage()
                   alert(document.forms[0].image.value)
                   document.forms[0].img.src=document.forms[0].image.value               
                   alert (document.forms[0].img.src)
    </script>                                        
    <body >
    <form >
    <table border="0" cellpadding="0" cellspacing="0" align=center>
         <tr><td>Image Location : <input type="text" name="image" /></td></tr>
         <tr><td> <embed src=" " alt="Cheque Image will come here" width="600" height="300" name="img">      <tr><td>      
         <tr> <td colspan=4 align=center><input type=button name="click" value="Submit" onclick="submitpage()" /></center></td> </tr>
    </table>
    </form>
    </body>
    </html>
    Is there anyother way to view the tiff image.
    Thanks in advance for any suggestions.

    Then I guess your Javascript writes crap.
    Where's the Java part of your question?

  • 16 Bit Tiff Images Display Bug?

    Question 1:
    Is there a problem with Aperture 2.0 displaying 100 + mb 16 bit tiff images generated by a film scanner (nikon coolscan 4000 ed)? I am having trouble with my library that I migrated from Aperture 1.5. All of my images were working fine in Aperture 1.5 (and previously in iPhoto as far back as 2003). In Aperture 2.0 I am getting scrambled images and some images that read unsupported file format. The problem is sporadic. It effects some images and not others. Sometime images display correctly and sometime they become scrambled and unsupported, and then back again.
    There is no trouble with the images themselves. I export them to CS3 with no distortion or trouble. The problem seems to be in Aperture 2.0.
    I have re-built the library, tried migrating images, changed the color profile.... I think I have exhausted every trick I can manage from a user vantage point. The images work fine when converted to 8 bit files. This is not the solution for me - I need to keep these images 16 bit.
    Question: Is this this just my version (I purchased downloaded upgrade), that is having trouble, or is this a wider problem that Apple aware of and is looking into?
    Please advise. I have 1000's of scanned pictures that I have been working with for years that were fine and now are not. I purchased a new Mac Pro 2.8 so as to work more productively with these large images - and now it seems that the very software I rely on has failed me.
    I have not been able to find any comments from Apple regarding this issue.

    I've had this problem with images saved as 8-bit scans.
    Are you using any compression in the TIFs? I scanned using Nikon Scan 4, cleaned up a bit in Photoshop 7, reduced the bit depth to 8-bit, and saved at TIFs with embedded colour profile using ZIP compression, Macintosh byte order.
    This used to work with Aperture 1.5.6, but with Aperture 2.0 I see a kind of offset pattern, so a vertical line looks like this:
    If export the master TIF, open it in Photoshop (where it looks normal) and save it with no compression Aperture displays it properly.
    (I'm still using Tiger, so I don't think this is an OS issue.)

  • MBA old gen. and Snow Leopard - TIFF images seen as blank in some web pages

    After I upgraded to Snow Leopard, I see blank the TIFF images displayed in some web sites, like for example any patent image in the www.uspto.gov web site.
    This happens on both Safari and Firefox. They both use the QuickTime plugin (I have version 7.6.3).
    However, if I drag and drop the TIFF image and save it in the local hard drive, local applications like Preview display the page correctly.
    It seems to be an issue with QuickTime and possibly the MacBook model (I have a first generation MacBook Air, with the GMA X3100 Intel graphic card).
    Has anybody experienced this bug?

    Any patent image in the www.upsto.gov web site. For example, this link goes to the first page of the U.S. Patent 161,739 Improvement in Transmitters and Receivers for Electric Telegraphs by A.G. Bell:
    http://patimg1.uspto.gov/.piw?Docid=00161739&homeurl=http%3A%2F%2Fpatft.uspto.go v%2Fnetacgi%2Fnph-Parser%3FSect1%3DPTO1%2526Sect2%3DHITOFF%2526d%3DPALL%2526p%3D 1%2526u%3D%25252Fnetahtml%25252FPTO%25252Fsrchnum.htm%2526r%3D1%2526f%3DG%2526l% 3D50%2526s1%3D0161739.PN.%2526OS%3DPN%2F0161739%2526RS%3DPN%2F0161739&PageNum=&R type=&SectionNum=&idkey=NONE&Input=Viewfirstpage
    All I see a blank page.

  • TIFF images are shown as blank when embedded in some web pages

    After I upgraded to Snow Leopard, I see blank the TIFF images displayed in some web sites, like for example any patent image in the www.uspto.gov web site.
    This happens on both Safari and Firefox. They both use the QuickTime plugin (I have version 7.6.3).
    However, if I drag and drop the TIFF image and save it in the local hard drive, local applications like Preview display the page correctly.
    It seems to be an issue with QuickTime and possibly the MacBook model (I have a first generation MacBook Air, with the GMA X3100 Intel graphic card).
    Has anybody experienced this bug?

    Any patent image in the www.upsto.gov web site. For example, this link goes to the first page of the U.S. Patent 161,739 Improvement in Transmitters and Receivers for Electric Telegraphs by A.G. Bell:
    http://patimg1.uspto.gov/.piw?Docid=00161739&homeurl=http%3A%2F%2Fpatft.uspto.go v%2Fnetacgi%2Fnph-Parser%3FSect1%3DPTO1%2526Sect2%3DHITOFF%2526d%3DPALL%2526p%3D 1%2526u%3D%25252Fnetahtml%25252FPTO%25252Fsrchnum.htm%2526r%3D1%2526f%3DG%2526l% 3D50%2526s1%3D0161739.PN.%2526OS%3DPN%2F0161739%2526RS%3DPN%2F0161739&PageNum=&R type=&SectionNum=&idkey=NONE&Input=Viewfirstpage
    All I see a blank page.

  • TIFF images are displayed as thumbnails but will not open for editing

    I have noticed a problem with my iPhoto 7.xx
    iPhoto displays the thumbnail of TIFF files but when it is selected (for editing as an example), iPhoto displays a grey circle with a black question mark. This happens with TIFF images from any source (multiple camera, scanner, etc). The TIFF files are NOT in raw format.

    Open the file with Preview and do a Save As. Either change the format or keep the tiff. That should fix the files so they can be viewed normally in iPhoto. If the problem is due to an alpha channel in the file this will fix the problem.
    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.

  • Tiff images not display properly

    After installing iPhoto 6, none of the 1600 files in .tiff format imported via a Lexmark scanner are showing up correctly. (They worked perfectly well in iPhoto 5)
    I get a blurred scribbled squashed image a little like a TV channel that hasn't been set correctly.
    If I go back and click on the files in the Finder, they open beautifully in Preview.
    This lead me to believe there was an issue with the tiff-format and I promptly converted a copy of the files to jpegs.
    Unfortunately this left me with a new problem as three white lines now appear thru all the pictures in jpeg format.
    Luckily I never deleted or moved the .tiff files, so I am still hoping to use those.
    Will there be an Apple update which fixes this or will I have to re-scan and date/title- another (sigh) 1600 pictures? (please, someone tell me no)
    Best wishes,
    N

    I think I found the fix.
    As I mentioned in my previous post, I have also been having trouble with TIFF images and iPhoto 6.
    Today I downloaded the new iPhoto 6.01 update. But, that didn't fix the problem either. So much for Apple fixing it.
    Anyway, I have been experimenting, and finally found a difference between images that worked and those that didn't.
    The images that worked, have an ICC profile embedded in them from the device that created the image (in my case my scanner).
    So, I set out to find out if simply removing the ICC profile would fix the problem.
    And, through my experimenting, I found that if I opened the image in another program, and then exported it as either a TIFF (the same format) or a JPEG that the resulting image would open in iPhoto 6 just fine.
    Further examination demonstrated that the ICC information was removed from the exported file.
    As I understand it, ICC is basically an image color correction / calibration tag. It enables different devices to properly display and print the image with the proper colors.
    Basically, each device has a color profile (scanner, monitor, printer, camera, etc.). This is to make sure that when you see something on the screen that it looks the same as when you print it out. Likewise, you want the image on the screen to match what the scanner and digital camera saw.
    So, these are essentially conversion tables to make sure that each device properly displays or prints the image as the original source "saw" it.
    Anyway, not wanting to manually strip this information from each file, I looked on the Internet for an automated solution. And, fortunately I found one.
    http://www.colormanagement.com/technicalresources/files_targets_and_utilities/mac_os_xscripts/
    The file you are looking for is "Mac Os X ColorSync Toolbar Script: Remove ICC profile". Click on the title just mentioned to download the script.
    It is a Macintosh Script that you simply download to your desktop (or anywhere else you would prefer). It is in a Stuffit Archive, so you'll need Stuffit Expander to decompress it (basically the Mac equivalent of a ZIP file).
    Once decompressed, you should see a "script" icon that is labeled "Remove Profile".
    Simply "drag" your original files and drop them onto this icon / script. The script will then remove the embedded ICC information from the image file.
    Once you have removed the ICC information from your image's file, try importing it into iPhoto 6 again. Then, see if it works
    It is important that you perform this on a backup / duplicate copy of your original files. You don't want to damage your only copy if something goes wrong.
    Now, one further note: If you do this, you may see the image looks different. In my case, the image is truer to the way it really looked when I scanned it in. The paper texture looks right now.
    If you want to do this while keeping the image's appearance the same as it looks now, then here's another way:
    Open the file in Apple's "Preview" program. This is usually the default image view.
    Then, do a "Save As" or "Export" to create a new copy of the image. If you perform an Export, be sure to set the image quality high or you may inadvertently reduce your pictures detail (especially if you export to JPEG).
    This essentially does the same thing. But, it will take more work if you have multiple images.
    Using the previously mentioned script, you should be able to drag and drop multiple files in a group.
    Anyway, I hope this helps the rest of you out.
    Let me know if it fixes the problem for you as well.

  • Displaying a tiff image in a browser.

    Hi I need to display a tiff image in the browser which does not have a tiff plugin. I guess I have to convert the tiff to jpeg on the fly and write it in the output stream. Has anyone worked on this or knows any other way. Please not I dont want to create an intermediate jpeg file.

    Thanks for your help. I am having one problem though. The tiff file is not being read. The ImageIO.read(file); is returning null. I guess I am using the wrong ImageIO class.( javax.imageio.ImageIO;). I am pasting the code below. See if you can find out the bug.
    package tiffToJpg;
    import java.awt.image.BufferedImage;
    import java.io.ByteArrayOutputStream;
    import java.io.File;
    import java.io.IOException;
    import javax.imageio.ImageIO;
    import javax.servlet.GenericServlet;
    import javax.servlet.ServletException;
    import javax.servlet.ServletOutputStream;
    import javax.servlet.ServletRequest;
    import javax.servlet.ServletResponse;
    import com.sun.image.codec.jpeg.JPEGCodec;
    import com.sun.image.codec.jpeg.JPEGImageEncoder;
    * @author Deepak_Mulchandani
    * TODO To change the template for this generated type comment go to
    * Window - Preferences - Java - Code Style - Code Templates
    public class TiffToJpg extends GenericServlet
         public void service(ServletRequest request, ServletResponse response) throws ServletException, IOException
              File file=new File("Demo1.jpg");
         ServletOutputStream servletOuputStream=response.getOutputStream();
                        BufferedImage image = ImageIO.read(file);
                        ByteArrayOutputStream baos = new ByteArrayOutputStream();
              JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(baos);
                        encoder.encode(image);
                   servletOuputStream.write(baos.toByteArray());
    }

  • Displaying TIFF images in Oracle Forms 6i

    Hello, friends!
    I am working in Oracle Forms 6.0.8 (that ancient tool) and encounter a problem with displaying TIFF images.
    I have a number of scanned images and some of them are displayed and some are not. I've tried both extracting them from the database or from the file system (using READ_IMAGE_FILE). Sometimes I am getting just blank field in my image item and sometimes (after using READ_IMAGE_FILE) I get the error FRM-47100 (cannot read image file). Of course I've checked that all the files are displayed using standard tools for displaying TIFFs.
    Basically the question is what kind of TIFF is considered valid and readable by Oracle Forms.
    Analyzing TIFF tags actually gave me nothing: I have a pair of files with tags different only in image width/length and a number of rows/strip (but even those values are close), and one of the file is displayed correctly while the other is not. The thing I noticed is that invalid files are using compression type of CCITT Group 4.
    Possibly Oracle Forms follows TIFF specification only to certain extent and does not support all the extensions, while sometimes the problems are not visible to user.
    As a result of my work I need some automatic tool that converts undisplayable TIFF files to displayable ones but firstly I am to determine where the problem is. And it would be very good to have a prooflink that approves my decision.
    Looking forward to any help! Thanks in advance.

    Thanks to everybody, but I'm afraid my files don't contain any EXIF tags (although TIFF seems to support them). The file doesn't contain any tags with IDs greater than 0x7FFF but only core TIFF tags (with IDs of lower numbers). Moreover I have a file with exactly the same set of tags (but the values are a bit different) which is displayed properly.
    I've shared the issued file (nondisplayable) on the following link: [https://rapidshare.com/files/3137807470/2.tif]
    If anyone could tell me why isn't it displayed in Forms I would be very grateful.

  • InDesign crashing when importing tiff images

    I have upgraded to InDesign CC 2014. I have trouble importing some tiff images. InDesign crashes. Not all tiff images create problems. It depends on which version of Photoshop, they are saved in. If I open the image in Photoshop and saves again, there are not any problems. Our database is very large and contains several folders, so it is a big task to archive all images again, even if I create an action in Photoshop. I have searched, but I can not find any settings in InDesign that helps. Does anybody else has encountered this problem and found a solution?

    ASk in the Id forum and provide exact system info, versions of PS, details about your files and so on. There is an issue with legacy color profiles in some cases, but beyond that I'm not aware of other problems that may be relevant here.
    MYlenium

  • Import Problems and Missing Images

    Hi
    Firstly apologies for this being so long and so detailed, but I wanted to include as much as possible to narrow down options.
    I'd like to say before describing the problem(s) that I use lightroom 2 and have not knowingly changed any settings since I started using it last year.
    It seems I've been having a problem with Importing and haven't been aware of it. I wondered if anyone can throw any light on the situation, or help pinpoint the problem(s) and provide any solutions. All images I've imported since starting with Lightroom have been stored in folders according to date taken.
    Today I tried importing photos all taken on the same day, on the same memory card. The images had never been imported, or on the computer before. I used import from device and left it to get on with it. When I checked back, only five images seemed to have been imported and three other image file names were shown with grey boxes.most of the images had not been imported, so I started import again.
    This time all the remaining images were imported. However, when I looked across at the 'Folders' list there were now two. Previously I had only ever noticed/used one. The names of the two are "Local Disk (C:)" and "Backup (D)". The first only has three folders in it from July and September 2009. One of these contains the images from the restarted import. They all seem fine. The second [Backup (D:)] contains all othet folders since 2002 and a folder with the first five of today's images.
    The five images from today in "Backup (D:)" are all blurry. Also, when I try to open them I get the following messages. Either "The fie appears to be unsupported or damged" or "The file named IMG... is offline or missing". Although I was concerned, I decided to leave it and look into it later. I then started to work on some photos I'd taken in July, in the folder shown in list "Backup (D:)". All these photos came from a different camera and different type of memory card.
    Halfway through reviewing these images I came across lots of greyed out boxes each with a file name corresponding to photos I had taken. When I click on any of the greyed out boxes, or one of the perfectly clear images I get the same message as above for the five images from today. If I open one of the images from July in Develop and click on 'File' there is no 'export' option. I haven't had time to check yet, but suspect there may be more folders like this one. (Big sinking feeling!)
    Again, apologies for the long description of the problem, but if anyone can help with any of the following questions I'll be very grateful.
    Why has this problem started to occur with 'import' and any suggestions for rectifying it, apart from checking all images straight after importing?
    Even though I have very sharp images in 'Library' and 'Develop' for the July images, have I lost them? If not, where can I find them, or how can I export them? It may be worth mentioning that the memory card the images were originally on has been formatted and I think used since.
    Finally, how can I get back to one safe working list of folders. This includes how do I get the working ones in both lists into one?
    Thanks for reading this and I look forward to any suggestions for any of the problems.
    Graham

    Hi
    An update on the situation. First some more information that may be of relevance later. I started out with LR1 and updated to 2 when it became available. There were a couple of glitches, but when I did, I just imported the settings directly from 1. I can not remember any of the settings I specified now. On my computer I use two physically seperate hard drives, with the 'D' drive being for backups.
    Back to the problem. We can now eliminate faulty files or images. After some exhaustive searching all of my photos are well and healthy in a folder I created in 'My Documents" called "Photos" (how original). In that folder there are sub-folders with dates only and others with names like "imported in 2009 20th July". Each of these folders contains the images imported in to LR on that day (not taken on that day).
    I also have a folder on the 'D' drive called 'Lightroom' that has lots of sub-folders with dates. These contain images imported into LR and are all sorted according to the date taken. I assume that this must be the automatic backup. when I tried to open the folder for the July images that were faulty in LR, I got a 'corrupted' message. The original images are all fine on the 'C' drive in the 'Photos' folder. I'm assuming the corruption probably occured on backup.
    Please correct me if I'm wrong, but this leads me to believe that the issue in LR for me is a database/catalog one. In my first post I explained that under 'Folders' I have somehow regently aqquired a second option ("Local Disk (C:)" and "Backup (D:)"). I only recently noticed this and previously had only one list with folders. What I now need is help in getting LR to offer me the options of the images in "Photos" on the 'C' drive.
    When I go to "File\Recent" in the catalog section of LR I'm offered two options.
    The first is "Lightroom 2 Catalog-2.Ircat-(Filepath to Lightroom)\Backups\2009-09-05 1155" This option is ticked.
    The second is "Lightroom 2 Catalog-2.Ircat-(Filepath to Lightroom)" This option is not ticked.
    When I look in the "Lightroom" folder, that I assume LR created in "My Documents" I can see a sub-folder that relates to the first option in the "Backups" folder.
    I'll post this now, but if detailed information about all the folders, sub-folders and files displayed in the "Lightroom" folder could help, I could provide it.
    Thanks again for reading this and the help/suggestions so far. Any thoughts, suggestions, or solutions will be much appreciated.
    Graham

  • RAW image import (problem in iphoto and aperture)

    either the problem is me (my understanding of what I am trying to do) or something has gone awry with both aperture and iphoto...
    when importing RAW images (canon 40d camera) many of which are shot in monochrome and show up as such on the camera (they even show up in b/w on the preview import in iphoto and aperture) ALL images once imported to both iphoto and aperture are in full color. This was not the case on two previous imports (shots taken in b/w RAW imported as b/w RAW images) but now seems to happen every time. I have restarted computed, reimported, checked all settings and nothing is working.
    I am missing something, yes? Thanks for any help.

    no ... you will have to export it as a .tiff or .jpeg ...
    and then import into aperture ...
    although aperture does have a great monochrome tool worth checking out ...
    something to consider is to shoot your monochromes in RAW+JPG and import into aperture ...
    see here for working with RAW+JPG:
    http://discussions.apple.com/thread.jspa?threadID=380111&tstart=0
    when stacked you will have the B&W from in camera and the colour RAW file ... tweak the monochrome mixer until the RAW is to your liking ... you can use the B&W JPG for a baseline ...

  • Iphoto is blacking out vertical images when importing.  how do i fix this?

    iphoto is blacking out vertical images when importing. how do i fix this?

    There are 9 different versions of iPhoto and they run on eight different versions of the Operating System. The tricks and tips for dealing with issues vary from version to version and OS to OS. So before anyone can help, they need information to work with. Things like:
    - What version of iPhoto.
    - What version of the Operating System.
    - Details. What were you doing when the problem arose?
    - Did it ever work properly?
    - Are there error messages?
    - What steps have you tried already to solve the issue.
    Anything else you can think of that might allow someone else to understand your issue.

  • How to import and anlyze TIFF images in Lab View 7

    Is there any way to read images from a CCD camera in TIFF format with Lab View 7.0 for a subsequent intensity analysis? I would like to import the TIFF image and have it converted in an array of numbers...
    Thanks
    Kla

    Image Toolbox (http://www.geocities.com/gzou999/imgtool.htm) can read tiff files, and return image data for display in picture control.
    George Zou
    http://webspace.webring.com/people/og/gtoolbox

  • Experiencing problem with image display in LR5

    I have an intermittent problem with images displaying and exporting in LR. It just began a couple of months ago and is totally random - will do it with RAW (CR2) or JPG. It displays this way in all modules - Library, Develop, Slideshow....The image displays fine in a non-Adobe image viewer (Faststone or Windows Viewer). I've reloaded LR5 and PSCC and is still persists. I know the image file is fine. It also has begun effecting older images that were showing up just fine a while ago. I just loaded about 200 images and maybe 3 or so have this viewing problem in LR & PS. Has anyone else experienced it and have a suggested fix? My graphics card has the latest drivers and shows no problems with other applications. Here is the same image - one a jpg export from Lighroom, the other a save as jpg from Faststone. HELP!

    This is almost always a hardware problem, causing corruption of the file. The difference you see between Lightroom and other software is that Lightroom is accessing the full RAW image, while the other software is trying to read the embedded JPG preview.
    To figure out exactly what hardware is the problem, you need to try different transmission paths and hardware ... different camera cards, different card readers or USB cables/USB ports, different hard disks, etc. Eventually you should be able to isolate the problem.

Maybe you are looking for

  • Intermittent trackpad tapping problem

    Macbook Air 2.16; 10.6.4 Often my Air trackpad doesn't respond to single and double tapping. At first I thought it was less sensitive to tapping when you tapped nearer to its edge, but that doesn't seem to be true. Sometimes I have to tap 4,5,6 times

  • BaseRuntime Exception during Message Mapping

    Hi I am performing the scenario File --> XI --> File I want to do the File content Conversion (FCC) only at the Receiver side. My source file(Message Type) is XML which looks like as below: <?xml version="1.0" encoding="UTF-8" ?> - <ns0:MT1_FCC xmlns

  • 2 albums from iphoto 11, can't be seen in aperture?

    so I've done the importing into Aperture from iPhoto 11, but there are 2 albums showing up (Aperture says there are 46 pics in each one) but when I click on the album, no pics show up in the viewer?  It's just blank...what happened?  Am I missing som

  • RFDOPR10 dynamic selection to add customer group field

    Hello, I am trying to add the customer group field in the dynamic selection option, when running the RFDOPR10 report. I don't seem to find the option to add the customer group field (KNVV-KDGRP). I tried looking in the config, but was not able find t

  • How to monitor and tune DB2 based SAP system?

    For Oracle performance, we have following ways to Monitor : st02, st03n, st06, st05 tune:  update analyzer, update statistics, buffer read-only tables, add buffer size For DB2, do we use the same method OR there are some more methods? Thanks a lot!