Anamorphic de-squeeze for still-photo preview #260
Replies: 3 comments
|
Additional Reddit demand explicitly asks for de-squeeze ratios—including an ideal custom ratio—while photographing with anamorphic lenses. This supports carrying the same preset/custom-ratio model into still preview instead of limiting the first version to a single fixed squeeze. |
|
Implemented on The core of it was one flag — The stills surfaces needed a different transform, and the reason is worth recording: a still is fitted to its container first, so scaling after the fit pushes the image outside the frame it was just fitted into — and on instant review it drags the AF box with it, since those boxes derive their scale from the fitted rect. So de-squeeze changes the fit, not the scale. Everything anchored to the resulting box (AF overlay, pinch zoom, focus inspection) then follows for free. Per your Reddit note, all presets and the custom 1.00–2.00× factor come along — it is the same Not yet seen with an actual anamorphic still — no squeezed test image here, so that is the first thing to check on hardware. |
|
This has shipped — anamorphic de-squeeze now applies in photo mode, including live view and instant playback, alongside the video path. Thanks for the request. |
Uh oh!
There was an error while loading. Please reload this page.
Goal
Add non-destructive anamorphic de-squeeze to still-photo preview and playback so photographers using anamorphic lenses can judge composition and focus without viewing the captured image in its squeezed form.
Why it matters
OpenZCine already treats de-squeeze as an important cinema monitoring tool, but anamorphic lenses are also used for still photography. A squeezed photo preview makes faces, framing, and edge behavior difficult to evaluate during a tethered shoot.
Proposed experience
Interaction with framing
Success looks like
After capturing a still with an anamorphic lens, the operator opens the photo preview, selects the correct de-squeeze ratio, and can judge the image at the intended geometry and inspect focus without changing the camera original.
Open questions
Related OpenZCine work
All reactions