『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Connect with our global Camera Raw Community.
新着順
Bueno tengo una tarjeta grafica Radeon RX 590 con 16 GB de Ram y un procesador AMD Ryzen 5 2400G Este problema me tiene un poco fastidiado, eh detectado que es cuando abro otras ventanas o plugins en PS, y por ejemplo esto que vemos en el video sucedio despues de aplicar algunos ajustes en camera raw. ¿Alguien sabe a que se debe y como puedo resolverlo?
Camera Raw 14.1.0.993 and Windows 10I no longer see the RGB values displayed in the Camera Raw histogram. It used to be that as I moved the Zoom tool, Hand tool, or White Balance tool over the image, the RGB values were shown above the histogram. I am sure it was working yesterday. Today they are not there. I can still use the color sampler tool to get the RGB values at selected fixed places on the image. Any thoughts?
Could anyone help, i cant fit camera raw onto my screen. I have a 16 inch laptop, the bottom of camera raw just cuts off. Thank {Thread title edited by moderator}
Hi, after the recent update even after i zoom out the pic and crop, after hitting enter it automatically fits in the picture to the frame, that way i cannot see the detailed changes i do with the crop from afar. How can i change it?
Opening a raw (CR2) file via Camera Raw 11.4 (only older version I could test) and then looking at File -> File Info in Photoshop we can see that the RawFileName tag is present (looking at the "Raw Data" in that dialog):xxx.CR2 Doing the same in Camera Raw 12.1 or greater with PS 2020/2021 we will see that the RawFileName tag is missing in the File Info dialog and when we save the file as jpg, for instance, the RawFileName will obviously not be exported as a XMP:RawFileName tag as it used to in older versions. It was addressed 2 years ago but have not seen solutions yet, and i was hoping with newer updates we should see a fix by now, but i am wondering if there is any alternatives/ or fix to this problem if Adobe is aware of?
Where is the nested profile tab of the lens correction tab located? I cant find it anywhere I am using 13.4 v
Whenever I update Camera Raw, it changes my bit depth preference from 16 to 8 bits. I always end up processing several files before I notice the change. Can something be done to maintain preferences like this when the app is updated?
I have recently downloaded RAW and photoshop on a new computer. I seem to have an issue where even though I have closed a file I was working on in Raw it will suddenly open for no reason when I am doing other tasks in photoshop etc. how do I stop this happening?
Now that the M1 Chip is out, will Adobe increase the maximum file size in ACR? I am stitching together HRD images and quickly reaching the 512 megapixel limit.
Im using a LENOVO Carbon X1 with latest Windows 10 Prof Version. It's not possible to set Camera Raw in usable resolution for the canvas, see attached file. Any hints ? Tried everything in technical settings ... Thanks !
I,ve got camera Raw 3.00 installed in Adobe and terying to get it working in latest bridge as well as PS2however when trtying to douyble cliuck on imagfe Camera Rsaw not opening.Cannot also upgrade to Cameras Raw 3.7 as I cannot find any download. Windows 10
Recentely switched from Canon 5d mark iii to Eos R5. Raw profile was matching jpg colors on 5d but it isnt on R5 . Is there any fix ?
Hi, I am very frustrated. I am using version 3.1 of Photoshop for iPad.For ages now I have been able to import PNGs which have no background.Now every time I import a PNG with no background/transparency,it opens in camera raw and gives it a white background.I have tried talking to Adobe but to be honest they hardly ever help meand they could not help me this time either. How is it possible that on the Photoshop for ipad you can no longerimport transparent images ??? Surely this cannot be? Please if anyone can help I would be so grateful.
Please add vector shapes with variable feathering to the local correction tools. Filling in shapes with the adjustment brush all the time is just not much fun and makes it harder than necessary to make changes afterwards.
Can we have an improved zoom for Lightroom? At the moment you can pick 1, possibly 2 and then the toggle jumps around between 100%, fit, fill and whatever you have selected.With the advent of the radial tool, there is often the need to zoom out to 1/8 or even 1/16th.Photoshop has a great zoom, press a key and roll the mouse, how about implementing something like that, even if it has to do discrete steps300%, 200%, 100%, fill, fit, 50%, 25%, 12% 6%, that would be perfect.If there are logistical issues with the mouse wheel, how about actually making the CMD + and CMD - that is the current zoom actually work properly.This would be a worthy improvement for LR4 to LR5.
Now that Photoshop CS6 has a nice dark interface, Camera Raw should follow suit for the same reason: to focus on the photo itself. (Also, dark interface looks cool.)
Hi, I moved to Apple Silicon and therefore updated Photoshop, Lightroom, Bridge and Camera Raw.After that PS doesn´t rcognise RAW files and Camera Raw disappeared in the "Filter" menu. as I don´t know where Camera Raw is sitting on my Mac i can´t find the app in the application folder.Lightroom is able to open Raw files. Can somebody help please? ThanksRalf
I had previously saved a preset the day before the update for some batch processing, included in the preset was a select subject mask to only apply settings there. But when I run the preset now, the auto update feature is now completely missing when you go back into the mask after applying the preset. This basically negates the ability to use masks in your presets. Am I missing something?Previously, many folks on YouTube had pointed out that while the ability to apply masks in presets was a great feature, the one design flaw was that you had to click on udpate mask to have it apply, which sort of defeated the purpose of automation for running batches. Man, I wish I had this problem now!Any work arounds? Or is this a case of reverting back to the previous version of ACR? And how do you do that?
Hallo, wenn ich bei Photoshop eine ARW-Datei von 6000x4000 Pixeln öffne, schneidet er sie mir auf 6000x3376 zusammen und ich finde keine Option die Originalgröße zu laden. Kann mir jemand einen kurzen Tipp geben, wie ich dieses Problem lösen kann? Ich nutze die aktuelle Version 23.1.0 auf einem M1 Mac Mini mit macOS Monterey.
This TIF file downloadable from this link below was saved with Photoshop 23.0.1. We cannot open it back into Photoshop 23.0.1 unless we set the Camera Raw Preferences to "Disable TIF Support" under File Handling. https://skyfile.sharefile.com/d-scfe838c840c74f6a8dc217cd163a2630
Hello, I'm new to LR. Just uploaded photos and they are in JPEG but I shoot in RAW as well. What setting am I missing to work with them in RAW?Thank you.
I am trying to run the DNG converter (version 13.1.0.658) from the command line as per specification, but I am not getting any output and I don't understand why. This is the comand I type at the windows command prompt:"c:\Program Files\Adobe\Adobe DNG Converter\Adobe DNG Converter.exe" -c *.NEFand it just returns to the command prompt without any message or output. If I type the above command without the -c and *.NEF at the end, it starts the GUI interface, so the path to the executable is correct. When I get the above to work, I then want to take the next step and put it in a FOR loop as shown below to convert all my NEF files in all my folders (below current folder), but I first should get the basic command to work.for /R %f in (*.NEF) do "c:\Program Files\Adobe\Adobe DNG Converter\Adobe DNG Converter.exe" -cr4.6 -dDNGexport %f Please help ThanksWillem
Hi! I've googled this issue, and even saw a thread or two about this on here, but even after trying all suggestions I still am unable to get rid of weird color bands rather than smooth gradients in my raw photos. I'm using two colored led Pavo Tubes as a light source and so there should be a nice transition from one color to the other. But when I bring the photos into ACR I get hard lines/bands where one color stops and the next begins. After editing them in RAW and bringing them into Photoshop the bands are still there and the only way I can make them look a little better is through editing/smoothing the transiton. But there even after doing that there is still a very noticable line of color. I've attached examples of an untouched photo showing the banding as well as one of the same photo with vibrance turned down slightly which shows the banding even more, and then an edited photo still showing signs of the band. Also attached are screenshots of my settings. Please let me know if any
I am using Photoshop CC 2021 22.5.1 on an iMac OS Big Sur 11.5.2. I very rarely use Bridge. I did use it today but when I open the files from the folder, after closing Bridge, the images open automatically in Raw. I don't want them to open in Raw so how do I get the images to open 'normally'? What am I missing. Or is this just the way Bridge works. Please advise.
Auf meinem iMac Late 2015 mit 5k Screen läuft Camera RAW sehr verzögert, d.h. ruckelt. Das macht kein Spaß und sollte eigentlich doch nicht sein. Als noch Camera RAW 2012 kompatibel war lief das perfekt.Nun hab ich gelesen, dass man mal einem 2nd Screen mit kleinerer Auflösung testen soll. Und tatsächlich mit einem QHD 24inch läuft es viel besser. Was ist denn das?! Ist das Problem bekannt? Kann man es korrigieren, denn ich möchte schon auf meinem 5k arbeiten. Haben das auch neuere Elements Versionen. Was kann man machen? Danke für Hilfe, Gerd
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.