Hi,

I finally have a (partially) working lib to handle x3f raw (older and
newer). I also wrote a loader for RawStudio, this makes it possible to
open SD15/1 and DP1/2 raw files. I also make a quick tweeking on
meta-x3f plugin to display the thumbnails for those latest camera.

Now, my questions :)
- RawStudio is already linked to libjpeg. Should I link the meta-x3f
  plugin against libjpeg? Is it wrong if I link against libjpeg-8
  (cause I need to load from in-memory jpeg) or do RawStudio need to
  stay with libjpeg-6?

- My x3floader works, but it seems RawStudio apply some kind of
  auto adjustment (don't know exactly which one). I mean, the lib
  returns a 16 bits integer array which is the raw data converted
  to correct colorspace. Using my lib, a small demo prog that display
  the raw image converted to 8 bit integer for displaying, I have
  relatively correct colors. Using the loader for Rawstudio, the colors
  get wrong (way too much red). I would like to have a look at foveons
  dedicated code concerning image processing. Where should I begin?

- Are you interested with this code? I don't think it breaks anything,
  but the code probably needs to be reviewed by a more skilled
  developer.

- The code is actually not as fast as dcraw, I probably need to clean
  and tweek the lib (actually, it's only a working testing tool :) ).

- Last, the white balance tool (color picker) do not work with x3f
  raws. Any idea why and how to fix this?

Regards,
Ille

_______________________________________________
Rawstudio-dev mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-dev

Reply via email to