Connect with our global Camera Raw Community.
Actividad reciente
I have an interesting problem that I can't seem to figure out. I have updated ACR plugins on several occasion, it's not rocket science. I just purchased a Nikon D810 and uploaded the most recent plugin v9.9 only it will not open the Nikon .nef files in Photoshop CS6. and Bridge CS6 does not recognize them either. On my desktop I also employ CS3 and it doesn't recognize the D810 RAW files as well. I then tried on another desktop and two other laptops and in all PS3, PS5 and PS6 were used. I of course can see the JPEG files, just not the RAW files.I did not try to use any other software to launch the RAW files including NikonView NX2 as I read that it might cause a problem in some rare cases. I only use Photoshop as my default editing program.Not sure what to think. If anyone has a resolve I'd greatly appreciate it. Thanks!
Hi all,I've jumped back from Lightroom to Camera Raw / Photoshop due to the lack of performance updates. Bought the newest macbook pro full specced and still horribly slow. Could not work with it.Any how. i'm happy with my new workflow except for the fact that i cant control sliders with my keyboard as is possible with lightroom (when you click on a name such as exposure you can default change the value by the + and - sign)This is not possible on Camera Raw so far i know. Of course i can select the text field and then use my up and down arrows. but then i always need a mouse to select. any idea's?
I have PSE11 and it runs ACR 7.1 but I have discovered I need ACR 8.1 for my new camera. The new camera is a Panasonic Lumix G6.I don't want to have to buy a new version of PSE if I can avoid it.Any help would be appreciated, thank you.
Dans Raw avec le pinceauExposition qu’elle soit à droite ou à gauche le passage du pinceau éclairciDonc plus possible d’assombrirPourtant cela fonctionnaitJe ne trouve pas ou se trouve le problèmeflux et densité sont bien à 50 et 100Merci
Since a few days I have this problem with raw files. Anyone have any idea? Red go to purple and all pictures are a little bit darker.
This is a technical question, that would be best answered by an Adobe employee (not other Adobe product users), preferably one who worked on creating the official DNG specification in the first place.For a the simplest possible DNG file (a monochrome image), what are the minimum required tags?Obviously it needs these 2 tags in IFD0: 0x014A (SubIFDs) and 0xC612 (DNGVersion).The first of these provides a file offset for the raw subIFD.The second one tells the reader that the file is a DNG file, and what version of DNG it is.Though IFD0 itself can contain a low resolution preview image, I don't think it needs to to fit the official DNG specs (but I might be mistaken about this).Then in the raw IFD one obviously needs to have these tags:0x100 image width0x101 image height0x102 bit depth (this is usually 16 bits per channel)0x103 compression (which must be either uncompressed, or compressed in a way allowed by the DNG specs)0x106 photometric interpretation (which must be 34892 for linear ra
The latest version of acr turns the details in the raw files from my fuji x-t2 mush. Ive search around and this seems to be a common problem. When will this be fixed?
Having issues with processing images from fuji RAF files. The details get smeared and distorted. Ive tried other raw converters without issue. Fuji says its and adobe problem. I am up to date with the latest version. Any help would be appreciated.
is there lens correction profile? The integrated profile isn`t very good.thanks for your help!cheers
I recently got the CC 2017 update and have now found that when I try to open multiple images in Camera Raw to be previewed they no longer open in the filmstrip mode, but instead now each one opens on its own. I am unable to view more than one image at a time. Is there a trick to getting the filmstrip feature to work again??Thanks!
Exit Code: 146-------------------------------------- Summary --------------------------------------- 2 fatal error(s), 0 error(s), 1 warnings(s)FATAL: Error (Code = 146) executing in command 'MoveDirectoryCommand' for package: 'AdobeCameraRaw8.0All-x64', version:9.7.0.112FATAL: Error occurred in install of package (Name: AdobeCameraRaw8.0All-x64 Version: 9.7.0.112). Error code: '146'WARN: Failed to move directory 'C:\adobeTemp\ETRD7CE.tmp\3\AdobeCommon_x64\Plug-Ins' to 'C:\Program Files\Common Files\Adobe\Plug-Ins'-------------------------------------------------------------------------------------I am using Lenovo Ideapad (Windows 10)What should I do to get that file "AdobeCameraRaw8.0All-x64 Version: 9.7.0.112" in my lap and how can I solve this problem?
My Camera Raw CC UI color scheme suddenly changed. According to the Creative Cloud control panel I had an update to the control panel app yesterday (March, 26, 2017). Today, after having worked with Photoshop, Bridge and Camera Raw for an hour or so, five things suddenly happened:When double clicking a RAW file, I ended up in Camera RAW in Photoshop and not in Bridge as usual (even if I have checked "Double-Click Edits Camera Raw Settings in Bridge", this has worked OK for years).A dialog told me that I could choose to try Photoshop (with a few number of days left for the trial).The Creative Cloud control panel had "Try" buttons (not "Open" buttons) for Photoshop, Bridge and Lightroom (I am on a Photography plan).The color scheme in Camera Raw had changed. The color scheme in Camera Raw is now different from the Color Scheme used in both Bridge and Photoshop. And it is different depending if Camera Raw is used in Bridge or in Photoshop (meaning that I now have 4 different color schemes
I have a fuji X70 camera. I've updated Ps, Bridge, and Lr. Bridge still cannot open Fuji file. Dialog box message tells me to "make sure you have the latest camera raw updates installed via Help>updates . . . " However the only time I find that I can bring up Camera Raw is by selecting a raw file from one of my cameras that the app supports. And then I still can not find a way to upgrade Camera Raw. Can some help?
Why the .118? Shouldn't it be exactly 12 x 18, which is proportionate to the aspect ratio of 2 x 3?
My image tile is laid out as follows:p00 p01 p02 p03p10 p11 p12 p13p20 p21 p22 p23p30 p31 p32 p33When using a RowInterleaveFactor = 2, the order within the file becomes:p00 p01 p02 p03 p20 p21 p22 p23 p10 p11 p12 p13 p30 p31 p32 p33When using a SubTileBlockSize = (2, 2), the order within the file becomes:p00 p01 p10 p11 p02 p03 p12 p13 p20 p21 p30 p31 p22 p23 p32 p33(This is neat, if you want to use a 4-channel predictor for compressing Bayer-patterned data)When combining both (why-ever), the order of their application matters:Row-interleaving first temporarily results in:p00 p01 p02 p03p20 p21 p22 p23p10 p11 p12 p13p30 p31 p32 p33Sub-tiling afterwards:p00 p01 p20 p21 p02 p03 p22 p23 p10 p11 p30 p31 p12 p13 p32 p33But sub-tiling first temporarily results in something like:p00 p01 p10 p11p02 p03 p12 p13p20 p21 p30 p31p22 p23 p32 p33Row-interleaving afterwards:p00 p01 p10 p11 p20 p21 p30 p31 p02 p03 p12 p13 p22 p23 p32 p33(this feels plain wrong!)Which result is expected? Don't get me wr
The DNG specification allows "Type SHORT or LONG", but the default value is defined to be "1.0 for floating point images"Is FLOAT or DOUBLE allowed for this field, or has this field to be omitted in such a case?A similar question arises for some other fields that aren't allowed to hold a FLOAT or DOUBLE but should be able to (IMHO): BlackLevel, BlackLevelDeltaH, BlackLevelDeltaV, LinearizationTableProfileToneCurve is a good example where this has already been allowed.
The DNG-specification says: "If BitsPerSample is not equal to 8 or 16 or 32, then the bits must be packed into bytes using the TIFF default FillOrder of 1 (big-endian), even if the TIFF file itself uses little-endian byte order."Assume I want to encode two 12-bits values r and g (where r11 is the MSB of r and r00 is the LSB). How would the bytes look like? (in my example the bits of each byte are listed as usual from MSB (#7) to LSB (#0))Big endian file ('MM') and FillOrder = 10x0000: r11 r10 r09 r08 r07 r06 r05 r040x0001: r03 r02 r01 r00 g11 g10 g09 g080x0002: g07 g06 g05 g04 g03 g02 g01 g00Little endian file ('II') and FillOrder = 10x0000: r07 r06 r05 r04 r03 r02 r01 r000x0001: r11 r10 r09 r08 g03 g02 g01 g000x0002: g11 g10 g09 g08 g07 g06 g05 g04In previous specifications (TIFF 4.0 - 6.0) FillOrder itself has never been described very well for images with more than 1 bits per sample. So just for my understanding: If FillOrder = 2 would have been allowed in DNG, I'd assume the follow
Bonjour,Je viens d eTélécharger Adobe DNG. sous windows 8. Les fichiers Raw ne sont pas reconnu Par ADOBE DNG ou est le problème?d'autre part sous windows 7 Digital photo 4 ne reconnais pas ma scarte Cfast Lexar 64 GB
Trying to install updated Camera Raw for my CS5 (current camera raw is not compatible with my Canon 6D).I tried installing Camera Raw 9.9 and 9.5 and both said they were successful with installation, however, in Photoshop it still shows I have an old camera raw version. I have tried quitting photoshop and restarting my mac, but camera raw still does not update in photoshop.Help!Thank you
In recent previous versions of ACR the ACR interface followed whatever the UI was set to in Photoshop. This seem to be no longer true, no matter what I do the UI in ACR 9.8 is black. The only time it follows the UI set in Photoshop is when I go back to ACR as a filter. I hate the black interface is there someway around this?
Dear allI was reading about some findings Lloyd Chambers pointed out:https://diglloyd.com/blog/2017/20170312_1514-HasselbladX1D-high-ISO-bug.html://Does anyone have an explanation if ACR has a flaw?
How do I get to see filmstrip in Camera Raw 9.8 ? This is for working on more than one file and being able to synchronize. I saw that if I open several files through the Bridge it shows me the filmstrip. Is that the only way ?
I am currently using Photoshop Elements 7 and have Camera RAW Plug-In version 4.5.0.175. I need to update my plug-inversion to read and edit RAW images taken with my Nikon D7200. I'm having a really difficult time even finding a place tostart. I just downloaded Adobe DNG Converter 9.9 (which does support my camera model) but it seems to have hadno effect - I still can't open my RAW files. Does anyone know where I can find the right plug-in?
I'm on the most recent version of CC and I'm still having issues when adjusting my sliders in ACR. It doesn't do it when I open the image up in PS.I have a PC desktop running Windows 10. It is under 2 years old, and has 16GB of RAM. Its hard drive has 584GB free out of 921GB. The last time I shut down was just before posting this thread. I have also ran Ccleaner with no improvement. I have also unchecked the Use Graphics Processor. That seemed to help a bit but not much, it's still very difficult to edit. Below is a screen shot of what happens when adjusting the sliders.[Here is the list of all Adobe forums... https://forums.adobe.com/welcome][Moved from generic Cloud/Setup forum to Camera Raw forum... Mod]
The same raw files I opened yesterday will not open today since I updated Camera Raw CC. Why? What do I do to fix it? Deadline looming!
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
¿Ya tiene cuenta? Iniciar sesión
¿Aún no tienes una cuenta? Crea una cuenta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.