Index: core/include/fxcodec/fx_codec.h |
diff --git a/core/include/fxcodec/fx_codec.h b/core/include/fxcodec/fx_codec.h |
index e209fcffa5b6f3112ca50f27305b4067ffe8e118..99d4dbd84995003dfbf41af50967a259ce5e7b84 100644 |
--- a/core/include/fxcodec/fx_codec.h |
+++ b/core/include/fxcodec/fx_codec.h |
@@ -532,6 +532,14 @@ class ICodec_IccModule { |
virtual void SetComponents(FX_DWORD nComponents) = 0; |
}; |
+void ReverseRGB(uint8_t* pDestBuf, const uint8_t* pSrcBuf, int pixels); |
+void sRGB_to_AdobeCMYK(FX_FLOAT R, |
+ FX_FLOAT G, |
+ FX_FLOAT B, |
+ FX_FLOAT& c, |
+ FX_FLOAT& m, |
+ FX_FLOAT& y, |
+ FX_FLOAT& k); |
void AdobeCMYK_to_sRGB(FX_FLOAT c, |
FX_FLOAT m, |
FX_FLOAT y, |