Update of /cvsroot/ufraw/ufraw In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4772
Modified Files: ufraw-gimp.c Log Message: Change GIMP_PRECISION_U{8,16} to GIMP_PRECISION_U{8,16}_GAMMA to match current GIMP development (git) version. Index: ufraw-gimp.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw-gimp.c,v retrieving revision 1.77 retrieving revision 1.78 diff -u -d -r1.77 -r1.78 --- ufraw-gimp.c 19 May 2013 05:00:09 -0000 1.77 +++ ufraw-gimp.c 6 Jul 2013 04:30:08 -0000 1.78 @@ -360,8 +360,8 @@ #if HAVE_GIMP_2_9 uf->gimpImage = gimp_image_new_with_precision(Crop.width, Crop.height, GIMP_RGB, - depth == 3 ? GIMP_PRECISION_U8 : - GIMP_PRECISION_U16); + depth == 3 ? GIMP_PRECISION_U8_GAMMA : + GIMP_PRECISION_U16_GAMMA); #else uf->gimpImage = gimp_image_new(Crop.width, Crop.height, GIMP_RGB); #endif ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ ufraw-cvs mailing list ufraw-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ufraw-cvs