I want to convert raw image to JPEG image,and get some information like DCT coefficients and so on. Can I do that using libraw library?
raw image decoder
I want to convert raw image to JPEG image,and get some information like DCT coefficients and so on. Can I do that using libraw library?
Sorry for delayed answer (all
Sorry for delayed answer (all forum posts are pre-moderated due to forum spam).
You may use LibRaw to read RAW data and convert it to RGB bitmap.
To pack to JPEG you'll need another library (libjpeg or so)
-- Alex Tutubalin @LibRaw LLC