Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
7f797e8a07
13
TODO
13
TODO
@ -27,6 +27,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
|
- do clip/embed etc. in new style, good to get everything that VipsAdd uses in
|
||||||
the new stack
|
the new stack
|
||||||
|
|
||||||
|
@ -72,9 +72,9 @@ $ vips im_max abs.v
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*/
|
|
||||||
#define DEBUG
|
#define DEBUG
|
||||||
#define VIPS_DEBUG
|
#define VIPS_DEBUG
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -50,7 +50,6 @@
|
|||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <assert.h>
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user