bilinear raw conversion very fast and with openmp

This commit is contained in:
Andrey Skvortsov
2010-09-12 17:30:44 -07:00
parent d7e3d8f52b
commit 7bda6b0f97
8 changed files with 49 additions and 78 deletions

View File

@@ -17,7 +17,6 @@
* along with RawTherapee. If not, see <http://www.gnu.org/licenses/>.
*/
#include <glib/gstdio.h>
#include <safegtk.h>
#include <procparams.h>
#include <glibmm.h>
#include <sstream>
@@ -330,7 +329,7 @@ int ProcParams::save (Glib::ustring fname) const {
keyFile.set_string_list ("IPTC", iptc[i].field, values);
}
FILE *f = g_fopen (safe_locale_from_utf8(fname).c_str(), "wt");
FILE *f = g_fopen (fname.c_str(), "wt");
if (f==NULL)
return 1;