Is there a way to change the aspect ratio of a DNG file?Is there a recommended aspect ratio for panoramic photos?Is there a way to search by aspect ratio in Lightroom?Adobe Bridge aspect ratio terminologyMost Common Aspect Ratio?Should I shoot at the native aspect ratio of the sensor, or the desired aspect ratio of the final photo?DNG updates settings in the file itself?What's the most efficient way to adjust aspect ratio without Photoshop?Can I change aspect ratio in Photshop 11 elements and have it maintain integrity for enlargementsChange photo aspect ratio with mac “preview”Constant and persistent aspect ratio correction when VIEWING photos
Sleepy tired vs physically tired
Are "confidant" and "confident" homophones?
How can select a specific triangle in my Delaunay mesh?
How to deal with a Murder Hobo Paladin?
Did William Shakespeare hide things in his writings?
What happens if the limit of 4 billion files was exceeded in an ext4 partition?
How to supply water to a coastal desert town with no rain and no freshwater aquifers?
What is the shape of the upper boundary of water hitting a screen?
Initializing variables variable in an "if" statement
How would a sea turtle end up on its back?
Taking my Ph.D. advisor out for dinner after graduation
How to play a D major chord lower than the open E major chord on guitar?
How do I iterate equal values with the standard library?
Is conquering your neighbors to fight a greater enemy a valid strategy?
/api/sitecore is not working in CD server
How can a ban from entering the US be lifted?
Machine Learning Golf: Multiplication
n-level Ouroboros Quine
Does 5e have an equivalent of the Psychic Paper from Doctor Who?
Will Jimmy fall off his platform?
PhD: When to quit and move on?
Why does mean tend be more stable in different samples than median?
How do I check that users don't write down their passwords?
Speeding up thousands of string parses
Is there a way to change the aspect ratio of a DNG file?
Is there a recommended aspect ratio for panoramic photos?Is there a way to search by aspect ratio in Lightroom?Adobe Bridge aspect ratio terminologyMost Common Aspect Ratio?Should I shoot at the native aspect ratio of the sensor, or the desired aspect ratio of the final photo?DNG updates settings in the file itself?What's the most efficient way to adjust aspect ratio without Photoshop?Can I change aspect ratio in Photshop 11 elements and have it maintain integrity for enlargementsChange photo aspect ratio with mac “preview”Constant and persistent aspect ratio correction when VIEWING photos
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am shooting raw DNGs through an anamorphic lens that squeezes my image by a factor of 1.33 in the horizontal direction. I can easily correct the aspect ratio by opening the image in Photoshop and stretching it horizontally by 133%, but then I have to bake-in all of my choices about colour and exposure adjustments.
Is there a way to change the aspect ratio of a raw photo (by stretching rather than cropping it) while leaving it in its original DNG format?
photo-editing dng aspect-ratio
add a comment |
I am shooting raw DNGs through an anamorphic lens that squeezes my image by a factor of 1.33 in the horizontal direction. I can easily correct the aspect ratio by opening the image in Photoshop and stretching it horizontally by 133%, but then I have to bake-in all of my choices about colour and exposure adjustments.
Is there a way to change the aspect ratio of a raw photo (by stretching rather than cropping it) while leaving it in its original DNG format?
photo-editing dng aspect-ratio
add a comment |
I am shooting raw DNGs through an anamorphic lens that squeezes my image by a factor of 1.33 in the horizontal direction. I can easily correct the aspect ratio by opening the image in Photoshop and stretching it horizontally by 133%, but then I have to bake-in all of my choices about colour and exposure adjustments.
Is there a way to change the aspect ratio of a raw photo (by stretching rather than cropping it) while leaving it in its original DNG format?
photo-editing dng aspect-ratio
I am shooting raw DNGs through an anamorphic lens that squeezes my image by a factor of 1.33 in the horizontal direction. I can easily correct the aspect ratio by opening the image in Photoshop and stretching it horizontally by 133%, but then I have to bake-in all of my choices about colour and exposure adjustments.
Is there a way to change the aspect ratio of a raw photo (by stretching rather than cropping it) while leaving it in its original DNG format?
photo-editing dng aspect-ratio
photo-editing dng aspect-ratio
edited 7 hours ago
mattdm
125k40 gold badges368 silver badges667 bronze badges
125k40 gold badges368 silver badges667 bronze badges
asked 9 hours ago
UbiquitousUbiquitous
1284 bronze badges
1284 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The DNG spec contains a tag DefaultScale
:
DefaultScale is required for cameras with non-square pixels. It specifies the default scale factors for each direction to convert the image to square pixels. Typically these factors are selected to approximately preserve total pixel count.
The situation with your anamorphic lens is effectively this: the photosite on the sensor may actually be square, but due to the lens's compression effectively actually represents a rectangle. So, in theory, setting this value should tell RAW converters to stretch the result. Specifically, if you set DefaultScaleH
to 4/3, I think this should indicate what you want. (Note that Exif supports a "rational" data type for fractions, rather than floating point.)
However, this will require support in whatever software you are using, and I'd be very surprised if this widely implemented in a generalized way. For example, I just tried this on a sample file with RawTherapee and darktable, and unfortunately both of these seemed to ignore the value. However, I then broke out the venerable (and unfortunately far less powerful) UFRaw and that does work — the file was stretched as expected.
If someone can try this with Lightroom I'll edit that into my answer. Thanks!
– mattdm
4 hours ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "61"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fphoto.stackexchange.com%2fquestions%2f109297%2fis-there-a-way-to-change-the-aspect-ratio-of-a-dng-file%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The DNG spec contains a tag DefaultScale
:
DefaultScale is required for cameras with non-square pixels. It specifies the default scale factors for each direction to convert the image to square pixels. Typically these factors are selected to approximately preserve total pixel count.
The situation with your anamorphic lens is effectively this: the photosite on the sensor may actually be square, but due to the lens's compression effectively actually represents a rectangle. So, in theory, setting this value should tell RAW converters to stretch the result. Specifically, if you set DefaultScaleH
to 4/3, I think this should indicate what you want. (Note that Exif supports a "rational" data type for fractions, rather than floating point.)
However, this will require support in whatever software you are using, and I'd be very surprised if this widely implemented in a generalized way. For example, I just tried this on a sample file with RawTherapee and darktable, and unfortunately both of these seemed to ignore the value. However, I then broke out the venerable (and unfortunately far less powerful) UFRaw and that does work — the file was stretched as expected.
If someone can try this with Lightroom I'll edit that into my answer. Thanks!
– mattdm
4 hours ago
add a comment |
The DNG spec contains a tag DefaultScale
:
DefaultScale is required for cameras with non-square pixels. It specifies the default scale factors for each direction to convert the image to square pixels. Typically these factors are selected to approximately preserve total pixel count.
The situation with your anamorphic lens is effectively this: the photosite on the sensor may actually be square, but due to the lens's compression effectively actually represents a rectangle. So, in theory, setting this value should tell RAW converters to stretch the result. Specifically, if you set DefaultScaleH
to 4/3, I think this should indicate what you want. (Note that Exif supports a "rational" data type for fractions, rather than floating point.)
However, this will require support in whatever software you are using, and I'd be very surprised if this widely implemented in a generalized way. For example, I just tried this on a sample file with RawTherapee and darktable, and unfortunately both of these seemed to ignore the value. However, I then broke out the venerable (and unfortunately far less powerful) UFRaw and that does work — the file was stretched as expected.
If someone can try this with Lightroom I'll edit that into my answer. Thanks!
– mattdm
4 hours ago
add a comment |
The DNG spec contains a tag DefaultScale
:
DefaultScale is required for cameras with non-square pixels. It specifies the default scale factors for each direction to convert the image to square pixels. Typically these factors are selected to approximately preserve total pixel count.
The situation with your anamorphic lens is effectively this: the photosite on the sensor may actually be square, but due to the lens's compression effectively actually represents a rectangle. So, in theory, setting this value should tell RAW converters to stretch the result. Specifically, if you set DefaultScaleH
to 4/3, I think this should indicate what you want. (Note that Exif supports a "rational" data type for fractions, rather than floating point.)
However, this will require support in whatever software you are using, and I'd be very surprised if this widely implemented in a generalized way. For example, I just tried this on a sample file with RawTherapee and darktable, and unfortunately both of these seemed to ignore the value. However, I then broke out the venerable (and unfortunately far less powerful) UFRaw and that does work — the file was stretched as expected.
The DNG spec contains a tag DefaultScale
:
DefaultScale is required for cameras with non-square pixels. It specifies the default scale factors for each direction to convert the image to square pixels. Typically these factors are selected to approximately preserve total pixel count.
The situation with your anamorphic lens is effectively this: the photosite on the sensor may actually be square, but due to the lens's compression effectively actually represents a rectangle. So, in theory, setting this value should tell RAW converters to stretch the result. Specifically, if you set DefaultScaleH
to 4/3, I think this should indicate what you want. (Note that Exif supports a "rational" data type for fractions, rather than floating point.)
However, this will require support in whatever software you are using, and I'd be very surprised if this widely implemented in a generalized way. For example, I just tried this on a sample file with RawTherapee and darktable, and unfortunately both of these seemed to ignore the value. However, I then broke out the venerable (and unfortunately far less powerful) UFRaw and that does work — the file was stretched as expected.
edited 7 hours ago
answered 7 hours ago
mattdmmattdm
125k40 gold badges368 silver badges667 bronze badges
125k40 gold badges368 silver badges667 bronze badges
If someone can try this with Lightroom I'll edit that into my answer. Thanks!
– mattdm
4 hours ago
add a comment |
If someone can try this with Lightroom I'll edit that into my answer. Thanks!
– mattdm
4 hours ago
If someone can try this with Lightroom I'll edit that into my answer. Thanks!
– mattdm
4 hours ago
If someone can try this with Lightroom I'll edit that into my answer. Thanks!
– mattdm
4 hours ago
add a comment |
Thanks for contributing an answer to Photography Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fphoto.stackexchange.com%2fquestions%2f109297%2fis-there-a-way-to-change-the-aspect-ratio-of-a-dng-file%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown