Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Linear to Slog3 not working properly #12

Closed
groucho86 opened this issue Oct 4, 2019 · 1 comment
Closed

Linear to Slog3 not working properly #12

groucho86 opened this issue Oct 4, 2019 · 1 comment

Comments

@groucho86
Copy link

Hello,
I have a SGamut3.Cine Linear EXR. It seems like the Linear to Slog3 conversion is clipping in the highlights.

import vapoursynth as vs
import muvsfunc
core = vs.get_core()

input_path = 'source_sgamut

c = core.imwri.Read(input_path,float_output=True)
c = core.fmtc.transfer (clip=c, transs='linear', transd='slog3')
c.set_output()

I'm attaching:
source_sgamut3cine_linear.exr <-- source file
resolve_delinearized.tif <-- expected result
vs_delinearized.png <-- fmtconv result

linear_to_slog3_tb.zip

@EleonoreMizo
Copy link
Owner

Indeed.
This should be fixed with the r21 release.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants