> Apparently render_prepare() called ufraw_developer_prepare() which > destroyed a special 0x10000 value in uf->developer->rgbWB[] in case > of an unshrinked conversion, see ufraw_convert_image_first_phase() for > this.
I must say that I am impressed that your simple patch does give 100% preview. Unfortunately, it is not enough. Any modification to the profile (such as exposure, white balance curves etc.) do not show up in the preview. One could in principle call create_base_image() after such changes, but this would be extremely slow and would lock the UI for too long. The real solution is to allow generation of the base image in tiles. This would allow generating everything in the render_preview_image(). A temporary solution might be to allow 100% zoom and disable all profile related controls when zoom>50%. Udi ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ ufraw-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ufraw-devel
