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

P: Correct copying of crops and local adjustments

LEGEND ,
May 12, 2021 May 12, 2021

Copy link to clipboard

Copied

[This version of the post from the old feedback forum was updated 11/1/21.]

 

Lightroom has long incorrectly copied crops and local adjustments between photos with different orientations. This post provides consistent principles of how copying should behave, test results of the current broken behavior, and a guide to implementing correct behavior.

 

How Copying Crops and Adjustments Should Behave

 

Users almost always place crops and local adjustments relative to the photo's content. A Spot Removal is placed over a blemish on a face; an Adjustment Brush lightens the shadows under eyes; a crop is placed tightly around a face; a Graduated Filter darkens the sky.

 

So if a user copies a crop or local adjustment from a raw to a TIFF produced from that raw by Photoshop, the user expects the adjustment to appear in the exact same visual position and have the same effect. A Graduated Filter aligned with the horizon in the raw should also be aligned with the horizon in the TIFF; a Spot Removal applied to a face blemish in the raw should be located on that blemish in the TIFF.

 

Problems

 

When a user edits a portrait raw in Photoshop, the saved TIFF will appear portrait. But internally, the orientations of the two photos are different – the raw pixels are stored in landscape with an orientation tag indicating a 90-degree rotation, while the TIFF pixels are stored in portrait with an orientation tag indicating no rotation.

 

When a user copies a crop or local adjustment between photos with different orientations or crops, LR usually copies the crop or adjustment incorrectly, placing it in the wrong location and with the wrong size. The precise behavior of LR has varied across versions, but it's never come close to being completely correct. 

 

I've done extensive testing of copying between orientations and crops, and the most recent results for LR 11.0 are posted below:
https://community.adobe.com/t5/lightroom-classic-ideas/lightroom-correct-copying-of-crops-and-local-...

 

There hasn't been much change from LR 10.3, though LR 11 did fix one important use-case, copying adjustments between masters and their virtual copies.

 

Implementing the Desired Behavior

 

Implementing the desired behavior is straightforward, requiring elementary coordinate transformations from the source to destination photos. I've implemented these transformations for my Copy Settings, Any Crop, and Any Filter plugins, and I've posted the source code for Copy Settings plugin.

 

Internally, LR represents a photo as an underlying image (an array of pixels) and an "orientation" tag, which specifies how much the underlying image should be rotated (0, 90, 180, 270 degrees) and whether it should be mirrored to display it visually. Rotating or flipping an image in LR changes just the orientation tag. But when you edit a photo in Photoshop, it actually rotates and mirrors the pixels in the underlying image as specified by the orientation, and the saved TIFF will then have an orientation tag with no rotation or mirroring.

 

LR represents the coordinates of crops and local adjustments with values in [0..1], where (0, 0) represents the upper-left corner of the underlying image before any orientation (rotation and mirroring) has been applied. Call this coordinate system the underlying-pixels coordinates. Call the coordinate system after the orientation has been applied the visible-pixels coordinates.

 

When copying, LR should translate the underlying-pixel coordinates of the adjustments in the source image to visible coordinates. Then it should translate those visible coordinates to the underlying pixel coordinates of the target photo.

 

Idea Planned
TOPICS
macOS , Windows

Views

2.9K

Translate

Translate

Report

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

correct answers 1 Correct answer

Adobe Employee , Dec 13, 2021 Dec 13, 2021

Updates to the Adobe Photography Products were released today and contain improvements to this issue. Please install the update via your Creative Cloud Desktop App or your respective App Store. 

 

Note: 

You may need to refresh the Creative Cloud App for desktop software to show an update available.  ([Ctrl/Cmd]+[Alt/Opt]+ [ R ])

For Mobile downloads, it may take several days for the update to appear in your respective App Stores.

 

Thank you for your patience. 

Votes

Translate

Translate
32 Comments
Advocate ,
May 19, 2022 May 19, 2022

Copy link to clipboard

Copied

Mask Presets are also apllied incorrectly/distorted IF the crop of the destination photo differs from the crop of the photo where said Mask Presets where created.

 

 

Votes

Translate

Translate

Report

Report
Advocate ,
May 19, 2022 May 19, 2022

Copy link to clipboard

Copied

So basically Mask Presets with Ai are the only one usable at any crop.

Mask Presets containing Gradients and Brush will be usable only on photos with the same aspect ratio as the photo in which they have been created.

 

Presetting masks is basically half broken.

 

@johnrellis 

 

Not sure if possible but the solution to this mess would be to use Copy Settings to apply Mask Presets and since you do the "calculations" right the Mask Presets will be applied correctly and non distorted.

 

.

 

Votes

Translate

Translate

Report

Report
Community Beginner ,
Oct 10, 2022 Oct 10, 2022

Copy link to clipboard

Copied

USe case: I have to stop motion animations to edit, each about 450 images. Occasionally, with the camera mounted high above on a crossbar, it interprets the orientation wrong and I rotate the images back to landscape. Fast forward to editing and wanting to apply a linear exposure gradient on all 450 images. Result: Total junk show. MASSIVE waste of time for a professional workflow. Why can't the application of masks simply be independent of historic metadata? If I copy and paste a vertical gradient from the left, it should remain a vertical gradient on the left when syncing masks, otherwise it is not syncing at all.   Now back to my massive waste of time. Something that shoudl take less than a minute in now taking hours. 

Votes

Translate

Translate

Report

Report
LEGEND ,
Oct 10, 2022 Oct 10, 2022

Copy link to clipboard

Copied

@vertizonphoto1, while waiting for Adobe to fix this very old bug, try the Copy Settings plugin.

Votes

Translate

Translate

Report

Report
New Here ,
Jul 31, 2023 Jul 31, 2023

Copy link to clipboard

Copied

The sync function for copying Crop, Lens Correction and Transform effects has never worked properly with photos in portrait orientation. 

I am an interior photographer and often shoot multiple exposures and then do overlays in PS.  When working the photos in LR I always apply Lens Correction, Transform and crop to get the desired frame.  For some reason, when the photo is a portrait photo, the sync function does not line the photos up the same way.  In fact, the values are not even copied over to the next photo(s) accurately.   It works perfectly for photos in landscape format but has always had a bug with syncing two (or more) photos in portrait format.   Very frustrating.

Votes

Translate

Translate

Report

Report
LEGEND ,
Aug 01, 2023 Aug 01, 2023

Copy link to clipboard

Copied

These bugs have been long-standing, and Adobe  has not made it a priority to fix them:

https://johnrellis.com/lightroom/copysettings.htm#longstandingbugs

 

While waiting for the next ice age, you'll have to use the Copy Settings plugin to correctly copy settings between portrait raws and TIFFs/PSDs/JPEGs created from those raws.

 

Votes

Translate

Translate

Report

Report
LEGEND ,
Aug 01, 2023 Aug 01, 2023

Copy link to clipboard

Copied

LATEST

Votes

Translate

Translate

Report

Report