Dear sir / Madam
Is there any especial class or sample code for reading DCT Coefficients from a JPEG ?
I have seen the CImageDecoder but I need to load DCT Coefficients on my own. Could you please help me out ?
Best Regards,
A.SH
Dear sir / Madam
Is there any especial class or sample code for reading DCT Coefficients from a JPEG ?
I have seen the CImageDecoder but I need to load DCT Coefficients on my own. Could you please help me out ?
Best Regards,
A.SH
Technically you can certainly find the JPEG-decoder plugin in the open source Symbian code (available on http://developer.symbian.org)
Practically it may be easier to write your own JPEG-parser, doing partial decoding on the image data.