Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It doesn't support bt1361e #206

Open
lgdu opened this issue Aug 30, 2024 · 2 comments
Open

It doesn't support bt1361e #206

lgdu opened this issue Aug 30, 2024 · 2 comments

Comments

@lgdu
Copy link

lgdu commented Aug 30, 2024

Will zimg support bt1361e?

@ValeZAA
Copy link

ValeZAA commented Nov 13, 2024

image

@lgdu
Copy link
Author

lgdu commented Feb 6, 2025

typedef enum zimg_transfer_characteristics_e {
ZIMG_TRANSFER_INTERNAL = -1, /**< Not part of the API. /
ZIMG_TRANSFER_BT709 = 1,
ZIMG_TRANSFER_UNSPECIFIED = 2,
ZIMG_TRANSFER_BT470_M = 4,
ZIMG_TRANSFER_BT470_BG = 5,
ZIMG_TRANSFER_BT601 = 6, /
Equivalent to 1. */
ZIMG_TRANSFER_ST240_M = 7,
ZIMG_TRANSFER_LINEAR = 8,
ZIMG_TRANSFER_LOG_100 = 9,
ZIMG_TRANSFER_LOG_316 = 10,

	ZIMG_TRANSFER_IEC_61966_2_4 = 11,
	ZIMG_TRANSFER_IEC_61966_2_1 = 13,
ZIMG_TRANSFER_BT2020_10     = 14, /* Equivalent to 1. */
ZIMG_TRANSFER_BT2020_12     = 15, /* Equivalent to 1. */
ZIMG_TRANSFER_ST2084        = 16,
ZIMG_TRANSFER_ST428         = 17,
ZIMG_TRANSFER_ARIB_B67      = 18

#define ZIMG_TRANSFER_709 ZIMG_TRANSFER_BT709 /< Deprecated. */
#define ZIMG_TRANSFER_470_M ZIMG_TRANSFER_BT470_M /
< Deprecated. */
#define ZIMG_TRANSFER_470_BG ZIMG_TRANSFER_BT470_BG /< Deprecated. */
#define ZIMG_TRANSFER_601 ZIMG_TRANSFER_BT601 /
< Deprecated. */
#define ZIMG_TRANSFER_240M ZIMG_TRANSFER_ST240_M /< Deprecated. */
#define ZIMG_TRANSFER_2020_10 ZIMG_TRANSFER_BT2020_10 /
< Deprecated. */
#define ZIMG_TRANSFER_2020_12 ZIMG_TRANSFER_BT2020_12 /**< Deprecated. */
} zimg_transfer_characteristics_e;

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

No branches or pull requests

2 participants