From 2fed2f349050429872c6a9cb8e369d814cc262b4 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 1 Feb 2012 14:55:12 +0000 Subject: [PATCH] sync --- TODO | 24 ++++++++++++++++++++++++ po/vips7.pot | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index a1705330..b43ac599 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,31 @@ +- swig is not wrapping ops which return more than one arg by reference + correctly .. eg. im_correl() + +- try/bench/vips.py is broken + + + (gdb) run vips.py wtc_tiled_small.tif x.tif + Starting program: /usr/bin/python vips.py wtc_tiled_small.tif x.tif + [Thread debugging using libthread_db enabled] + + (vips.py:28339): GLib-GObject-CRITICAL **: g_object_ref: assertion + `G_IS_OBJECT (object)' failed + + Program received signal SIGSEGV, Segmentation fault. + vips_foreign_convert_saveable (save=0xeac800) at foreign.c:899 + 899 if( in->Coding != VIPS_CODING_NONE && + (gdb) p in + $1 = (VipsImage *) 0x0 + + + + - fft with odd width or height is broken ... DC ends up in the wring place + + - we have VipsArrayObject and also vips_object_local_array() can we make one use the other? diff --git a/po/vips7.pot b/po/vips7.pot index 6f0b77ba..d5b960ee 100644 --- a/po/vips7.pot +++ b/po/vips7.pot @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=glib&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2012-01-30 11:11+0000\n" +"POT-Creation-Date: 2012-01-31 12:04+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"