Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
2

Using new Adaptive Camera RAW Presets in Photoshop

Community Beginner ,
Sep 02, 2023 Sep 02, 2023

Hi! Can I use adaptive presets Camera RAW 15.5 using masks on objects and people in Photoshop without calling the Camera RAW Interface. (With #F or recording Photoshop action) on different images?
Now, when I try to replay last filter or a recorded action, I see the masks of the image that was used when recording are applied.

TOPICS
Actions and scripting , macOS , Windows
2.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Community Expert ,
Sep 03, 2023 Sep 03, 2023

I don’t quite understand how you imagine this would work, but maybe I misunderstand something. 

Please post meaningful screenshots to clarify. 

 

Edit: Adaptive Presets don’t seem to have anything to do with masking per se. 

https://helpx.adobe.com/lightroom-classic/help/iso-adaptive-presets.html#:~:text=Starting%20with%20L...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 03, 2023 Sep 03, 2023

The main idea is to use the much more powerful Photoshop tools on the masks created by the new ACR AI masks. 
The simplest example: you have  noninteractive action or  jsx script that builds  mask(s) based on a skintone. This will automate and greatly speed up batch processing of portrait photos. All classic Photoshop technologies (except Liquify) are based on the  skintone color ranges or manual masking. 
Masking faces, eyes, hair, lips for several people  with any  combinations  - Masks from ACR 15 in Layer Masks in Photoshop are a bomb :).
It's not a problem to do it for a couple photos: 
Open the Camera RAW Filter for separate layer, mask what you need in the ACP interface, paint the selection in rarely used color (like chroma key). We’ll get layer for  color range selection and creating standard layer mask.
I wanna to do it with one click in photoshop. Action, script, it doesn't matter. One click and pupils of the eyes are selected. One click and the teeth are selected!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Sep 03, 2023 Sep 03, 2023

No, the ACR/Lr teams decided that the masks generated in their apps would not be usable in Ps. No one knows why this was the decision, but that's where we're at.

Hopefully the Ps team can borrow the ACR masking tech so that all users have access to a segmented workflow.

And I've been asking for this long before it was implemented in ACR. As a retoucher, almost all the work i do requires creating masks for almost everything in a scene. If the workflw benefits me, it would benefit everyone... which is why i've been requesting the feature for at least a decade now.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 03, 2023 Sep 03, 2023

Sounds sad. Again I'll have to search the Ps logs and scripts for undocumented features like this:
https://community.adobe.com/t5/photoshop-ecosystem-discussions/jsx-gt-camera-raw-filter-gt-transform...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 05, 2023 Sep 05, 2023

So far, I have only found a manual way to solve this problem. Hope you find it useful.
1. A separate layer for the mask.
2. Call filter Camera RAW.
3. In basic mode, use curves to make the entire image completely black - the horizontal curve is at level 0.
4. In Masks, add the Mask you need. For example Face (All people). Using the curve here, I make the selection white - the horizontal curve at the top.
5. I get white faces on a black background.
6. Apply the filter.
7. Let's build a mask based on the resulting bw image.
Adaptive presets in Camera RAW - and you don't have to twist the curves every time - just choose the one you need.
Not perfect, but right now it's the only way.

Another better way is to develop a script.
(correct call to ACR (parameters cTID('Pset'), cTID('LCs ') and cTID('BigT')).
The best way is integration of this tool into Ps by developers. (Dreams.... sweet dreams)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 05, 2023 Sep 05, 2023
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 05, 2023 Sep 05, 2023

Thanks, for liqufy it solved:

function MyLqfy() {
var Param1 = charIDToTypeID("LqFy");
var Param2 = stringIDToTypeID("faceMeshData");
var desc1 = new ActionDescriptor();
desc1.putData(Param2, String.fromCharCode(
// Your Mash here, like: 0,0,5,0.............
));
executeAction(Param1, desc2, DialogModes.NO);
}

It works but it's yesterday's way:(

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Sep 05, 2023 Sep 05, 2023

Unfortunately my method only works for one face in the photo.
In this case it will not work correctly.
But this method is also suitable for approximate masking only. You will not be able to emphasize the pupils or lips clearly

@Igor_Bul  can you provide a video recording or screenshots of the Camera RAW settings you are using?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 05, 2023 Sep 05, 2023

Sorry, I don't quite understand. Are we talking about using a liquify filter to detect face(s) elements and select one of them for next manipulation by Ps or it's about new ACR?
The remnants of school learning English and Google translator will make me neurosthenic 🙂

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 05, 2023 Sep 05, 2023

Please see your mailbox in your profile.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 05, 2023 Sep 05, 2023
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 05, 2023 Sep 05, 2023
LATEST
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines