Skip to content

Commit 9b93b0b

Browse files
committed
Merge branch 'master' of github.com:libvips/nip2
2 parents d5743ee + fdae837 commit 9b93b0b

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ analyzing images of many tens of gigabytes. It has a batch mode, so you
2121
can run any image processing system you develop from the command-line and
2222
without a GUI.
2323

24-
[![Screenshot](screenshot.png)](screenshot.png)
24+
![image](https://github.com/user-attachments/assets/aa2c3e0f-9f96-4594-9f1d-62ef770d0775)
2525

2626
## Installing
2727

screenshot.png

-228 KB
Binary file not shown.

src/ip.h

-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
#endif /*HAVE_SYS_STATVFS_H*/
109109
#ifdef HAVE_SYS_VFS_H
110110
#include <sys/vfs.h>
111-
extern int statfs();
112111
#endif /*HAVE_SYS_VFS_H*/
113112
#ifdef HAVE_SYS_MOUNT_H
114113
#include <sys/mount.h>

src/plot.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ plot_class_get( Classmodel *classmodel, PElement *root )
375375
Imageinfo *ii2;
376376
IMAGE *t;
377377
DOUBLEMASK *mask;
378-
int (*fn)();
378+
int (*fn)(VipsImage *, VipsImage *);
379379

380380
/* nx1 or 1xm images only ... use Bands for columns.
381381
*/

0 commit comments

Comments
 (0)