Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 332a300

Browse files
committed
add 8.6 compat and mitchell
1 parent 29eb9f2 commit 332a300

27 files changed

+19224
-4
lines changed

ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
started 8.7.0 22/5/18
22
- added vips7compat.h include for libvips 8.7
33
- more output for -V to help debugging CLI mode
4+
- revised Text widget
5+
- added Canny
6+
- Sobel uses the new vips_sobel() operator
7+
- add mitchell kernel
8+
- add 8.6 compat
49

510
started 8.6.1 1/5/18
611
- better enum display in header

configure.ac

+1
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ AC_OUTPUT([
381381
share/nip2/compat/8.3/Makefile
382382
share/nip2/compat/8.4/Makefile
383383
share/nip2/compat/8.5/Makefile
384+
share/nip2/compat/8.6/Makefile
384385
src/BITMAPS/Makefile
385386
src/Makefile
386387
test/Makefile

0 commit comments

Comments
 (0)