Help for raw files

How do I make Canon 5D MarkIII compatable with Lightroom 3 and cs5 (raw files)

Excuse me, but Camera Raw 6.7 handles Canon 5D Mark III files directly, and it works with Photoshop CS5, so Mylenium's answer is incorrect. 
You just need to update your Photoshop CS5 installation to include Camera Raw 6.7.  You may be able to do that by simply going through Help - Updates.
You can check your facts starting here:  http://forums.adobe.com/thread/311515
Which leads you here:  http://helpx.adobe.com/creative-suite/kb/camera-raw-plug-supported-cameras.html
Note specifically the "What version of Camera Raw started to support my camera?" section, which states:
-Noel

Similar Messages

  • What extra features are available for raw files?

    When I'm working on raw files in lightroom, I don't notice anything additional that I can do with them that I cannot do with JPEGs.  With JPEGs I can adjust white balance, and pretty much do everything.  When working on a raw image, I don't notice any difference in what I can do.  All the same controls are there.  So what is the difference?  Thank you for your help.

    Functionally, RAW files are usually rather larger than JPEG files, however they are a joy to work with using Adobe's Camera Raw (the engine which drives RAW editability in Ps and Lr).
    A few points:
    1. all JPEG images (from RAW files) are down-compressed to 8-bit depth, so, technically, one is not working with nearly as many color possibilities as with the RAW formats (which are proprietary by camera manufacturer).'
    2. Depending on what you read you might stumble upon the apocryphal info which says "your camera makes no modifications to the RAW images it captures." This is not exactly true: All cameras "interpret" the "photonic" image data coming into the CMOS sensor from behind a (usually) Bayer array. Depending on which filter in the Bayer array a photon passes through, the camera interprets the electronic data coming from the CMOS as Red, Green or Blue light. There are many other "interpretations" as well.
    3. On both of these points: http://www.luminous-landscape.com/tutorials/understanding-series/u-raw-files.shtml
    4. I have found that, with my "starter" DSLR, the (sad, sad) 10Mpx files are not as nice to work with as, say, the files from my 18Mpx T3i. So, be warned, if you have a lower Mpx camera, you aren't going to see as much change with each incremental increase in "blacks" for instance (or "contrast," "fill light" or "brightness") as you will with a bigger model.
    But, working with RAW images, for these and other reasons is better than working with JPEG images. Link to this Adobe Forums post to read more: http://forums.adobe.com/message/2690352

  • Open event for RAW files from Bridge

    I installed the “Open As Layer.jsx” to promote the background into a layer and rename that layer to the file name. This is working perfect when I open the file via file menu from PS.
    If I use a double-click from the Bridge it works only for JPEG’s and other files but not for RAW-files. As soon as ACR is involved, no open event is fired in Photoshop.
    Is there a way to catch another event after the file is placed in PS? I tried to find some with the ScriptListener.8li but I don’t get a log entry.
    Thanks for help.

    Edit:
    Glad to hear you got it working.
    I'll just leave what i had put here anyway.
    You want Program Files (x86)
    That's where the 32 bit programs such as photoshop cs3 are on a windows 7 64 bit system.
    Also, in bridge cs3 under Edit>Preferences>Thumbnails ensure Prefer Adobe Camera Raw for Jpeg and Tiff files is checked.
    (then restart bridge cs3)

  • Is xmp files only availble for RAW files?

    When we develop a RAW image with Camera Raw, we always get an xmp file with all the settings,
    But after I developed a JPG image, I saw the Camera Raw Settings icon appeared above the right upper corner of the image thumbnail in Bridge,
    however, I couldn't find the xmp file.
    Is xmp files only availble for RAW files? JPGs or TIFs don't have xmp files for their Camera Raw settings??

    Read-only didn't work for me, on a single jpg file, although it did lead to some interesting behavior.  Set the read-only attribute on a jpg file in Windows XP and then tried the following:
    1.  Opened in Bridge, then into ACR 5.4.  Performed some edits, then tried "Done", received permissions error and would not save edits.
    2.  Did the same except now invoked "Open", went into CS4 with edits intact and allowed saving out as different file.  However, the ACR edits were not saved within the jpg, as expected, nor was a xmp created.
    3.  Removed the read-only attribute, repeated (2).  Even though did not save file in CS4 the "Open" action did embed the edits into the jpg.
    So read-only doesn't really allow creation of a xmp file, other than perhaps temporarily for transfer to Photoshop.  It does lead to somewhat inconsistent behavior, in that I would have expected the "Open" to fail also since it could not bury the edits in the jpg.
    Richard Southworth

  • I can't open the RAW files from my new Nikon D4s camera in photoshop? How do I download the latest software for RAW files?

    I can't open the RAW files from my new Nikon D4s camera in photoshop? How do I download the latest software for RAW files? Cheers!

    What version of Photoshop are you running?  You will need at CS5, CS6, CC or CC2014.  Each version needs a different ACR-plug-in to open files from that camera.
    If you are on CS4 or earlier, you'll need to upgrade—or, in the alternative; look for, download, instal, launch and run the free, stand-alone DNG Converter 8.6 on each file of raw NEF files to convert them to raw DNGs first so you can open them in your version of Photoshop and ACR plug-in higher than 2.4.

  • Nikon D750 can you tell me when you launch a camera plug in for Raw file, Then I can use photoshop elements 13. I have now a trail version

    can you tell me when you launch a camera plug in for Raw file, Then I can use photoshop elements 13. I have now a trail version

    For that Nikon model you need ACR 8.3 that means CS6 or CC.  Or you can download the DNG converter convert your Nikon RAW files to Adobe RAW files. And then process the Adobe RAW files with CS5 ACR version  6.7
    Camera Raw plug-in | Supported cameras

  • Is there any system level support for RAW files from an Olympus XZ-10 camera.  I use Lion and iPhoto version 9.4.2

    Is there any system level support for RAW files from an Olympus XZ-10 camera.  I use Lion and iPhoto version 9.4.2

    If there is I can not find it - Google provides a list of possible methods form Adobe and others
    LN

  • F4 Help for Logical file

    Hi All,
    i've declared a parameter where end-user can specify the logical file name. can anyone provide the code for F4 help for logical file name.
    Regards
    Faisal

    Declare this :-->
    PARAMETERS: p_apsvr  LIKE rlgrap-filename OBLIGATORY.
    AT selection Screen
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_apsvr.
      PERFORM get_apsvr_path.
    FORM get_apsvr_path .
      CALL FUNCTION '/SAPDMC/LSM_F4_SERVER_FILE'
        EXPORTING
          directory        = p_apsvr
          filemask         = '*'
        IMPORTING
          serverfile       = p_apsvr
        EXCEPTIONS
          canceled_by_user = 1
          OTHERS           = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE 'S' NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDFORM.                    " get_apsvr_path

  • Large file handling tips Help for illustrator file larger than 3 gb

    Can anyone provide advice for large file handling tips.  Help for illustrator file larger than 3 gb ie how often, when, and should I clear the clipboard? are here other tips?
    Thanks,
    Gavin

    My key tip is to EXPECT corruption. Keep every save separately so you can go back before damage (which might not be visible). Don't just keep a single old file or rely on daily backups.

  • Cs6 bridge not showing thumbnails for raw file

    Just upgraded to CS6
    cs6 bridge not showing thumbnails for raw files.
    Can see thumbnails in CS5.1 bridge  and LR 4.2 which fortunately i did not uninstall.
    Bummer since I am up against a hard deadline.
    Really Sucks

    We can't know. You are not offering any system information or e.g. info about what image files you are working with. Since they do show up in your otehr programs, my assumption would be that you need to switch the Camera Raw engine back to the 2009/2010 version in Photoshop and not use the default new 2012 one. Perhaps your thumbnails will appear then....
    Mylenium

  • Where are the tutorials for Raw files from my Nikon?

    Where are the tutorials for Raw files from my Nikon?

    These tutorials should how to work in camera raw so you can edit NEFs.
    How to make non-destructive edits in Camera Raw | Adobe Photoshop CC tutorials

  • Where is Aperture support for raw files from Leica X Vario?

    Where is Aperture support for raw files from Leica X Vario?

    It doesn't appear to exist, at this time:
    http://www.apple.com/aperture/specs/raw.html

  • How to use lz4 compression for RAW file inside DNG ?

    I know DNG supports zip compression. However, I want to use lz4 compression, as I am saving the file in realtime, and I cannot see any zip library matching the performance of lz4 for 16-bit RAW.
    In my case this is 12-bit data with 4 bits set to zero.

    Is there a study that compared the encoding speeds of the 3 algorithms available for RAW files ?
    LZW, Packbits, Deflate.
    I think Lossless JPEG can also work with 1 plane setting.
    Also, looking at the dng_validate code, and the calls to relevant libraries, I see that the code seems to deal only with byte boundaries.
    Are any of these algorithms optimized for 10,12,14-bit RAW data ?
    I am trying to encode 203 MBps of data. Intel IPP would be an option, but its obviously nicer if DNG SDK can provide whats needed for free with some tweaking.

  • Need help with Raw file converter for ps6 on windows xp

    I had to re-install my CS6  on my computer and now I can't get any of the raw files open.  I'm not on the cloud and am running Windows xp, service pack 3.  Can anyone help?

    Thanks Richard.  I made sure that I was totally up to date via help-updates on all programs (cs6 & bridge) and it still doesn't work.  Any other thoughts?   I remember vaguely that I had this problem before and had to download a new file.  I tried looking on Adobe site and the suggestion is the raw conversion  8.3.  Downloaded that (said it was for windows xp, serv. pack 3) and I can see the file but when I click on that it comes up as a .pf file and I"m not sure where to go from here ... or if I have now messed up everything really well.
    Yes, XP is on the way out of my life as I need a new computer so this maybe the push that I need.  But in the meantime, I really need to process some images.
    Any other thoughts?
    Noella

  • Generic Thumnails for RAW Files in Photoshop CS4

    I recently purchased a copy of Adobe CS4 and for some reason all my RAW files show as generic thumbnails in Photoshop. I have done a lot of searching so I have already taken the following actions:
    1. Updated RAW plugin to 5.5
    2. Purged cache folder
    3. Manuall purged cache folder
    When I purged the cache folder the thumbnails were working in Bridge but not Photoshop.
    Any help is greatly appreciated.

    Due to the thumbnail producer in earlier versions of Photoshop being buggy and causing corrupted / loss of data, it was taken out, being replaced by one generic file icon for all Photoshop files. Bridge still has the ability to read the files properly to preview them though as it is written by Adobe so they can control it better i guess. This cannot be changed very easily but i think it can be done somhow, but still at the risk of running into the problems the old preview icons had (not that i personally ever had any).

Maybe you are looking for

  • I can Ping FW inside interface but can not connect to remote resources

    dear all i configer my asa 5520 through ASDM to enable VPN Connection , i follow the cisco steps and it works fine and the anyconnect version 3.1 in Windows 8 - one day troubleshoot for this point only - can connect and have an IP address from the ra

  • New Key Figure Requrinment

    hellow gurus i'm workin on BW 3.5 now in a report i need a new info object which is equal to Warranty Quanity / Sales Qty.. But the requirnment is Warranty qty = Sum of all Warranty Quantities of last 12 month but Sales Qty = Sum of all Sales Quantit

  • Decimel place for indian currency

    Hi experts, I changed the decimel setting for indian currency in su01, but the system showing 3 digits after decimel point, i tried to fix the decimel place 2  through t.code:OY04, there is no decimel place for 2 only 1,3,4,5 is available in the tabl

  • +++           Info needed about a drive for our [very] old floppies.

    I guess what I need is a USB, external floppy drive. does anyone know of such an animal ? especially one that reads both the 3" hard and the very oldest 5" soft discs. G4 tower, OS 9 I'm asking this question here, cos the 'very old hardware' column o

  • JDeveloper ADF and SWT

    We are considering using JDeveloper 10g (with ADF for the business layer) for a large application. But we would also like to have the option of using SWT rather than Swing for a rich client. Is this possible, and does anybody out there have any tips