Index: core/include/fxcodec/fx_codec.h |
diff --git a/core/include/fxcodec/fx_codec.h b/core/include/fxcodec/fx_codec.h |
index bce7e49a1f0e0874e52e82bad596a6d26b50bc33..268d4b2ae90814bce5440a102cc591d959492ffd 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, |