compressonator icon indicating copy to clipboard operation
compressonator copied to clipboard

SetSrgbcBC[1-3] Not Defined

Open Lin20 opened this issue 3 years ago • 0 comments

The functions

int CMP_CDECL SetSrgbBC1(void* options, bool sRGB);
int CMP_CDECL SetSrgbBC2(void* options, bool sRGB);
int CMP_CDECL SetSrgbBC3(void* options, bool sRGB);

are declared in cmp_core.h, but don't appear to be defined anywhere. After skimming around, it looks like sRGB is supported in the actual compression kernels, though I haven't tested it after just manually assigning the options directly.

Thank you for this awesome library and all the work that goes into it!

Lin20 avatar Oct 21 '21 01:10 Lin20