This commit is contained in:
John Cupitt 2012-02-01 14:55:12 +00:00
parent ef2d7024bd
commit 2fed2f3490
2 changed files with 25 additions and 1 deletions

24
TODO
View File

@ -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?

View File

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"