Converting raw to tiff brings a lose of quality

actually i have converted a canon raw to tiff image using ligthroom 2.6, the matter is... why once converted in tiff highlights, moving exposition ability and more are so capped?
i have converted a raw to tiff 16 bit uncompressed with pro photo rgb... this means that i should preserve all color tone of the image and i would be able to make the same adjoustments that i use normally with raw files...
this in theory... cause if i try to step down the exposure i see whites going to greens and stuff like a damn jpg srgb 8 bit for channel...
what's going wrong in it?

Rubberick wrote:
ok, but why loss of data...
canon say me i have a 14bit a/d converter for channel...
tiff 16 bit uncompressed with prophoto should contain all data included on a raw file...
am i wrong in something?
Rubberick,
When you convert to TIFF in LR you are 'burning-in' the current settings. That is what is shown as white is converted to white and what is shown as black is converted to black; any higher or lower values (off the edges of the histogram) from the raw file are truncated (thrown away) then the values between the black and white points have any tone curves or tonal adjustments set in LR applied and the gamma curve of ProPhoto applied to calculate the values to be used in the TIFF. Note that the original raw file values are in linear space whereas ProPhot is gamma 2.2 encoded, this means that more bits are required to accurately encode the original data, for a 14 bit linear file (16384 levels) you require a 16 bit 2.2 gamma encoded file to accurately represent all the levels, if you have not already thrown some away (a 14 bit 2.2 gamma encoded file would only be able to represent 11752 of the levels with the losses worse in the brighter parts of the image, an 8 bit JPEG can only represent 254 of the levels). [1]
The reason for strange colour casts when trying to reprocess the highlights is that my reference to black and white above oversimplifies the situation; actually what happens is that you are truncating each of the red, green and blue channels (usually by different amounts) when creating the TIFF. When you then try to change the colour balance or recover highlights or shadows LR does not have the data you have thrown away and thus makes a poor guess at the correct colour. You tend to only see this in the highlights although it can also happen in the shadows, however it is difficult to see small colour changes in very dark tones and you are generally losing much less data in the shadows when converting to TIFF.
Using a 16 bit TIFF compared to an 8 bit JPEG allows better representation of the data that has not been truncated so changes within the white and black limits will cause less degradation, however any attempt at highlight recovery or significant white balance changes will be bad for both. You are much better keeping the raw format (or converting to DNG which retains all the raw image data) until you need to print, export for screen use or export to Photoshop for further changes. For photoshop you may still be able to maintain the raw data by use of smart objects.
Nigel
[1] Figures for available levels obtained using Bruce Lindbloom's 'Levels Calculator' at http://www.brucelindbloom.com/
Message was edited by: CFNJ to include reference to Bruce Lindbloom's 'Levels Calculator'.

Similar Messages

  • I am having problems converting raw files to jpeg for printing. I am using 90 quality, 300 resolutiong, srgb, no sharpening and no resizing.  when u print to meijer the pic are a little grainy.  can soneone pkease helo me understand what settings to use?

    When I take my cd to meijer to print the pic are a little grainy.  Not as crisp as they look on the computer. When I convert raw to jpeg I am using 90 quality 300 resolution, no resizing no sharpening, srgb. Can someone please help me understand what setting to use for printing. I want to be able to out my pic ok on a cd and take them to get prints.

    kann527 wrote:
    I am new to this so I am not sure what the file size is since I'm not resizing it.
    The question asked about exported image size (height and width) in pixels, not file size. Your operating system can tell you, or if you import the exported image into Lightroom, then Lightroom can tell you in the Metadata Panel, set the dropdown to EXIF.
    I am printing a 5x7. I know I have tried to print with long edge set at 1024 and set to 300 ppi and had the same result with the grainy ness.
    If the exported file has a long edge of 1024, then you did resize the image, there no other way to turn a RAW in to a JPG with long edge 1024. In any event, 1024 pixels is probably not large enough to fill 7 inches, that's really 1024/7=146 pixels per inch (rounded-off), and could be the cause of the "graininess" that you see, although I would use the word "pixelization" to describe what you see. So I'm not sure we are talking about the same thing, but let's go with it for now.
    The solution depends on your answer to the original question, and probably depends on a clarification of how you got the image to 1024 on the long edge even though you claim you didn't resize it.

  • Converting raw files into tiffs and preserving the orig. date created

    How do I get the original date created to show up in folders when converting raw files into tiffs?  Once converted the original date created is in the "file info" window but does not show up as the original date created in the designated folder.  It is displayed as the same date as date modified.

    Thanks Mylenium
    As Mylenium has said, this information can be added later by various means. It will also depend on the software you are using on what date it is reading!
    As an example there are:
    The files date created
    Photoshop schema DateCreated
    EXIF schema DateTimeOriginal
    XMP schema CreateDate
    For an external tool you can use ExifTool http://www.sno.phy.queensu.ca/~phil/exiftool/
    or you could try to get a script written in the Photoshop or Bridge scripting forums.

  • When I shoot in "raw" mode my files are in the 12 to 15 MB range.  If I convert the file to "Tiff" the file converts to about 35MB.  When I convert to a "tiff", does this mean I can make larger prints?

    When I shoot in "raw" mode my files are in the 12 to 15 MB range.  If I convert the file to "Tiff" the file converts to about 35MB.  When I convert to a "tiff", does this mean I can make larger prints?

    When I shoot in "raw" mode my files are in the 12 to 15 MB range.  If I convert the file to "Tiff" the file converts to about 35MB.  When I convert to a "tiff", does this mean I can make larger prints?
    No, that only means, that your raw format has a better compression. Converting to TIFF will not add any better resolution. Not the file size does count for better prints, but the pixel size - the width and height of the photo in pixels.

  • Converting raw images into jpeg images

    I am trying to build a small application that can help me to convert raw images (of one of my cam) into JPG image.
    i have earched in google ans found many API ie, JRAWIO,JAI,mistral-0.9.6.809 and Imagero.. but i am not able to understand how to use them in my program..
    JRAWIO is helping me to convert NEF and TIFF. though it has functionality fto use it for CR2 ans othr but i failed to use them..
    plz help me out if possible with code(full if possible) and step by step description...

    Hi,
    we can not do the homework for you but we can help you out to the right direction.
    1- Get the input stream from the image file ( source )
    InputStream is = new BufferedInputStream(new FileInputStream(
                        "C:\\tmp\\sasha.jpg"));
    2- Get your BufferedImage
    BufferedImage buffImage = ImageIO.read(is);
    3- look at the API docs for BufferedImage it contains the image data ( Raster)
    4- I have not looked at the source code for the JRAWIO but I think it uses javax.imageio.* as an underlying transformation engine
    Regards,
    Alan Mehio
    London,UK

  • Do I need to convert RAW fles using Canon's Digital Photo Professional?

    I want to create a "fake" HDR photo from a single RAW file using Photomatix Pro, which can open RAW files from my Canon S95 directly. But the finished HDR is almost unusable because of too much noise. So the only way out seems to first convert RAW images into Tiff format. Unfortunately, Canon's Digital Photo Professional for Mac produced errors whenever I want to batch process raw images.
    Actually the Aperture 3 can read Canon's RAW images (.cr2) directly, and I can export 3 TIFF versions of different EVs to "cheat" the Photomatix into creating an HDR image. But I have doubts about how capable Aperture 3 is in converting Canon's proprietary RAW files as compare to Canon's own Digital Photo Professional. Could I simply use Aperture 3 exclusively for RAW conversion and forget about Digital Photo Professional?

    While Wikipedia is a valuable resource, remember that it is not peer reviewed so the level of accuracy isn't always that dependable.
    One of the reasons why Apple, Adobe, and others are always behind by several weeks to a few months when a new RAW profile comes out is that they are decoding it. Thousands upon thousands of people use Canon & Nikon RAW files every day and the large majority never use DPP or Nikon's equivalent.
    I used to use DPP before Aperture came out and even with Aperture's initial problems, it blew the doors off DPP in workflow speed and consistency.
    In my opinion, DPP only has relevance under two circumstances: 1. If you use customized Picture Styles and want to make your RAW file equivalent [somewhat irrelevant as you can create custom profiles for a camera in both Aperture & Lightroom which solve this problem - you do have to create them though by trial and error]; 2. If a new camera comes out and you must get it before it is supported by Aperture or Lightroom [Though, Adobe's DNG converter often allows you to skip over using DPP by converting your RAW files to DNG for use in Aperture or Lightroom]
    Finally, the community support as well as tech support for DPP is dreadful - pretty much doesn't exist compared to that of Aperture & Lightroom.
    Hope this helps!
    Best,
    CD

  • Open and converting raw in ps 7

    how can i open and convert raw nef images from my 35mm nikon into pdf using ps 7?  Raw is listed under OPEN as a category but i cannot make it happen.

    You need to first open the NEF file in Photoshop, and if you are really talking about the very old version 7, there is every chance that will be a problem.  I don't even know if Version 7 supported Camera RAW, but I think it did.  So I am having to guess because of the age of the version you are using, but you will probably need to download the free DNG converter.
    http://www.adobe.com/nz/products/photoshop/extend.displayTab2.html

  • Preview and iPhoto do not open correctly raw or tiff files: they appear in false color!

    Lately my macbook pro 13 ' with OS X Mountain Lion does not open files .raw correctly: they appear false color in "Preview" and also in iPhoto! What can I do?
    This only happens with .raw or .tiff files, not with jpeg pics.

    Lately my macbook pro 13 ' with OS X Mountain Lion does not open files .raw correctly: they appear false color in "Preview" and also in iPhoto! What can I do?
    This only happens with .raw or .tiff files, not with jpeg pics.

  • I just purchased the new Canon SX60 camera. Despite downloading and installing the latest version of Adobe DNG converter, I receive an error message saying that Photoshop CS4 can't open up/convert raw files (.CR2). This is the same file format as used by

    I just purchased the new Canon SX60 camera. Despite downloading and installing the latest version of Adobe DNG converter, I receive an error message saying that Photoshop CS4 can't open up/convert raw files (.CR2). This is the same file format as used by the SX50, with which I never had any problem. Does anyone have a suggestion on how to fix this problem? Thanks.

    Camera Raw plug-in | Supported cameras  I do not see that SX60 as supported. Just how new is the SX60 when was it announces. Its support is not even listed in ACR 8.7 RC

  • Need a plugin to convert Raw files with CS 6 standalone version. 8.7.1 version of ACR is not compatible with CS 6 in non-cloud form.

    We have a site license for CS6 for our company and for the past year have not been able to convert RAW files from our newer cameras using Adobe Camera Raw. We do not want to use the Cloud version as we work off laptops in the field and overseas and even our offices have only dial-up for internet access where we are located in Monterey.
    Can anyone recommend a plugin raw converter so we can continue to batch process our files with CS 6?

    The camera raw 8.7.1 plugin should work fine in the photoshop cs6 non cloud license version.
    The only exceptions being if you have mac os x 10.6.8 or windows xp/vista, then 8.3 is the newest camera raw plugin that works.
    Which operating system(s) do you have?
    Have you tried Help>Updates from within photoshop cs6 to get the 8.7.1 camera raw plugin.
    Here's an 8.7.1 camera raw plugin installer for photoshop cs6
    https://helpx.adobe.com/x-productkb/multi/camera-raw-plug-in-installer.html

  • How do I convert raw images with side car to Dng and

    How do I convert raw images with side car to Dng and preserve the sidecar info in the DNG?
    I have tons of raws + xmp sidecars that i want to convert to dng, because the raws are from different camera brands and i want to get everything simplified. so that i do not have to worry if I will be able to access the raws in the future, if I decide I want to rework some of the files.
    T.I.A.

    If the images are already in your catalog you can select them then choose Convert Photos to DNG from the Library menu. You'll be given the option of deleting the original raw files. Either way, Lr will only display the newly created DNG files.
    The alternative, which is better suited to images not already in the catalog is to use the Adobe DNG Converter

  • Batch convert Raw to jpg with EXIF data

    I would like to batch convert RAW images files to jpeg format while preserving the EXIF data.  Is there any way to do this with the built-in apps in OS X Mavericks?
    This used to be possible with Preview.app using the "Export Selected Images..." command.  However, as of Mavericks, that command does not correctly copy EXIF data for the individual images.  Instead, the EXIF data for the first image is used in all of the exported images. So Preview.app is now pretty much useless for converting batches of RAW files.
    Can anyone point me to a workaround in Preview.app, or an alternative way to do this conversion in Mavericks?
    I should add that I don't want to import all my images into iPhoto.  I prefer to use regular folders to organize my images rather than the walled library that iPhoto creates.

    Andrew Shalit wrote:
    I used iPhoto for many years and found it to be cumbersome and more trouble than it was worth.  It did not let me manage, organize, rate, tag, and edit my photos in any way approaching convenience. 
    Hate to say this for the 3rd time, but use Canon's "DPP" (Digital Photo Professional).
    With it you can "manage, organize, rate, tag, and edit [your] photos" as well as batch convert to jpeg or othet formats.

  • How can I change RAW and Tiff files to jpeg in Aperture 3

    How can I change RAW & Tiff to jpeg in Aperture3

    The purpose of Aperture is storing and managing image files including RAW and TIFF, generally users don't change the image format once it is in the library, there is no need.
    If you want a jpeg version of an image for use elsewhere, you simply export it from Aperture, there are numerous ways of getting images out of APerture depending on what you plan to do with them, e.g. File>Export>Version gives you a lot of choices as to the format and quality of your exported file.

  • How do i convert raw to jpeg in aperture

    How do I convert raw to jpeg in Aperture 3 ?

    I find all this rather strange! I often convert RAW to Jpeg if I want to keep an image for reference but it doesn't merit or require the 8 to 10MB of the RAW file (on my computer, my external drive, or anywhere else). For example, I take photos of artefacts in museums, and I also photograph the labels/legends beside them, for reference. I can keep those solely as quite small Jpegs since I'm never going to want to print them.
    (No, I don't want to switch settings on the camera while I do this - I'll only forget to switch back, and then have loads of low-res Jpegs that were meant to be glorious RAW).
    In other software I've used, there's a batch convert that makes this very simple. Seems that in Aperture I'm obliged to export and then re-import. Not a big deal, but a slight pain in the arse all the same, and a little odd.
    Anyway, thanks to the above posts, I now know how to do the export-import malarkey. I couldn't find it in the manual.
    cheers,
    Helen

  • HOW TO CONVERT RAW FILES TO JPEG RGB 8 BIT in iphoto

    Can someone please tell me how to convert RAW files to jpeg RGB 8 bit in iphoto on an iMac?

    How are you trying to "export to Mypics"? The only way to get a Raw out of iPhoto is to export with the Kind set to Original.
    Regards
    TD

Maybe you are looking for

  • How to select header group with detailed data in one SQL

    Dear, I would like to have a little help from you. My goal is to create a view where data must be in appropriate format. In this format i would like to have for each group one header. I have 3 tables which they ar connected to each other (representin

  • Issue in Downloading or Identifying correct Software zip file of EBS R12 !

    Hi, I am confused a bit about downloading the EBS R12 software Link from https://edelivery.oracle.com/download/osdc_download_links.html. Could you please specify which software Link or rather zip file is accurate in order to download EBS R12 for Inst

  • How to combine three tables in interactive report in apex

    Hi All, How to display the below Query in interactive report apex!! select distinct market d, marketid r from ( select market, marketid,p.productid, h.hubid, s.begin_date, s.stripname from d_st s, d_ma x, d_hu h, d_pro p where s.ice_strip_id=x.ice_st

  • Installing Forms 6i R2 onto Windows Server 2003

    Hi, I have been searching for an answer to this question for a while now, but with no luck: I have a production system (one Windows 2000 server) with the following installed: Oracle 8.1.7.4 Database Oracle 9iAS including Forms and Reports Servers The

  • Encoding (video artifacts)

    I'm having trouble with artifacts in the video I import into idvd 6. I am editing HDV in Final Cut Pro 5 and have been exporting my video as a Quicktime Movie. I have also tried using Quicktime conversion, and various codecs but no matter what I do,