feature request : rotate speck removal settings

Moderator: jsachs

Post Reply
pierrelabreche
Posts: 492
Joined: January 29th, 2019, 11:47 pm
What is the make/model of your primary camera?: Nikon Z8

feature request : rotate speck removal settings

Post by pierrelabreche »

Context:
The Speck removal tool is useful for removing dust spots from a camera sensor, especially in uniform areas such as the sky.

Problem: When a series of images contains both landscape and portrait images, the speck removal tool does not follow the rotation of the sensor, and issues an error message for rotated images.

Suggested feature: It would be useful to let the speck removal tool detect a rotated image, and automatically rotate all specks in its settings.
jsachs
Posts: 4296
Joined: January 22nd, 2009, 11:03 pm

Re: feature request : rotate speck removal settings

Post by jsachs »

There is an ambiguity about whether to rotate clockwise or counter-clockwise, so doing this automatically would be a problem.
Jonathan Sachs
Digital Light & Color
pierrelabreche
Posts: 492
Joined: January 29th, 2019, 11:47 pm
What is the make/model of your primary camera?: Nikon Z8

Re: feature request : rotate speck removal settings

Post by pierrelabreche »

Two cases to consider :
If the EXIF data includes sensor orientation, the ambiguity can easily be resolved.
Tag 0x0112 Orientation int16u IFD0
  1. Horizontal (normal)
  2. Mirror horizontal
  3. Rotate 180
  4. Mirror vertical
  5. Mirror horizontal and rotate 270 CW
  6. Rotate 90 CW
  7. Mirror horizontal and rotate 90 CW
  8. Rotate 270 CW
If the EXIF data does not include sensor orientation, the ambiguity can be resolved by asking the user.

It would also be possible to include a user control for rotating the points clockwise or CCW.
Post Reply