29.08.2020, 07:58
I took the transfer characteristics names:
from http://www.vapoursynth.com/doc/functions/resize.html
-> if you give me a list of more common names I can adjust the names.
Cu Selur
//values << QString("reserved"); // 0
values << QString("709"); // 1
values << QString("unspec"); // 2
//values << QString("reserved"); //3
values << QString("470m");
values << QString("470bg");
values << QString("601");
values << QString("240m");
values << QString("linear");
values << QString("log100");
values << QString("log316");
values << QString("xvycc");
values << QString("srgb");
values << QString("2020_10");
values << QString("2020_12");
values << QString("st2084");
values << QString("std-b67");
-> if you give me a list of more common names I can adjust the names.
Quote:From other point of view, more flexible and less restricted Color Space Transform plug-in may be useful in some situations as well.If someone writes one for Vapoursynth I can add support for it, atm. I use the basis resize functionality to implement color matrix changes, so only color spaces supported by Vapoursynths resize are available.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.