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.
feature request : rotate speck removal settings
Moderator: jsachs
-
- Posts: 548
- 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
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
Digital Light & Color
-
- Posts: 548
- 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
Two cases to consider :
If the EXIF data includes sensor orientation, the ambiguity can easily be resolved.
Tag 0x0112 Orientation int16u IFD0
It would also be possible to include a user control for rotating the points clockwise or CCW.
If the EXIF data includes sensor orientation, the ambiguity can easily be resolved.
Tag 0x0112 Orientation int16u IFD0
- Horizontal (normal)
- Mirror horizontal
- Rotate 180
- Mirror vertical
- Mirror horizontal and rotate 270 CW
- Rotate 90 CW
- Mirror horizontal and rotate 90 CW
- Rotate 270 CW
It would also be possible to include a user control for rotating the points clockwise or CCW.