From d6526f7814efe39cc55365cc829015c26d5f7807 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 11 Oct 2011 14:30:44 +0100 Subject: [PATCH] allow quoted strings in CSV files --- TODO | 13 +++++++++++++ libvips/convolution/im_aconv.c | 2 +- libvips/format/im_csv2vips.c | 1 - 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index da44b6a7..fe64c141 100644 --- a/TODO +++ b/TODO @@ -8,6 +8,19 @@ + + +- nicolas's convsep patch + +- add nifti support + + http://niftilib.sourceforge.net/ + + + + + + - do clip/embed etc. in new style, good to get everything that VipsAdd uses in the new stack diff --git a/libvips/convolution/im_aconv.c b/libvips/convolution/im_aconv.c index cdc579ea..279b7d0d 100644 --- a/libvips/convolution/im_aconv.c +++ b/libvips/convolution/im_aconv.c @@ -72,9 +72,9 @@ $ vips im_max abs.v */ /* - */ #define DEBUG #define VIPS_DEBUG + */ #ifdef HAVE_CONFIG_H #include diff --git a/libvips/format/im_csv2vips.c b/libvips/format/im_csv2vips.c index c8e9369a..b848c273 100644 --- a/libvips/format/im_csv2vips.c +++ b/libvips/format/im_csv2vips.c @@ -50,7 +50,6 @@ #include #include -#include #include #include #include