bump for 7.18
This commit is contained in:
parent
7c113ee6a4
commit
c049db8258
@ -1,3 +1,6 @@
|
|||||||
|
25/3/09 started 7.18.0
|
||||||
|
- revised version numbers
|
||||||
|
|
||||||
6/3/09 started 7.17.3
|
6/3/09 started 7.17.3
|
||||||
- revised nohalo
|
- revised nohalo
|
||||||
- remove fading stuff from im_render() -- cleaner and simpler
|
- remove fading stuff from im_render() -- cleaner and simpler
|
||||||
|
29
TODO
29
TODO
@ -1,19 +1,9 @@
|
|||||||
- radiance read/write needs docs
|
- read through docs for 7.18 stuff
|
||||||
|
|
||||||
maybe have an im_format(3) page with all the built-in formats?
|
|
||||||
|
|
||||||
hard until we document vips_object :(
|
|
||||||
|
|
||||||
- same for matio?
|
|
||||||
|
|
||||||
- doc strings would be nice, read the SWIG notes on this
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- update function list in refs
|
||||||
|
|
||||||
|
WONTFIX for 7.18
|
||||||
|
================
|
||||||
|
|
||||||
- move im_shrink & friends to resample?
|
- move im_shrink & friends to resample?
|
||||||
|
|
||||||
@ -21,8 +11,6 @@
|
|||||||
|
|
||||||
what about im_stretch3.c, im_resize_linear
|
what about im_stretch3.c, im_resize_linear
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- im_render should use a hash for tile lookup ... or+shift x/y together
|
- im_render should use a hash for tile lookup ... or+shift x/y together
|
||||||
|
|
||||||
load wtc.jpg, rotate 42 degrees, zoom in and out quickly for a while, quit
|
load wtc.jpg, rotate 42 degrees, zoom in and out quickly for a while, quit
|
||||||
@ -33,8 +21,6 @@
|
|||||||
|
|
||||||
problem with waiting for paint to finish in render_kill?
|
problem with waiting for paint to finish in render_kill?
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- check mosaic1, global_balance, similarity etc. use of im__affine
|
- check mosaic1, global_balance, similarity etc. use of im__affine
|
||||||
|
|
||||||
how can we move them to im_affinei ?
|
how can we move them to im_affinei ?
|
||||||
@ -43,12 +29,15 @@
|
|||||||
|
|
||||||
- update the Portfiles on the mac and on the website from the macports ones
|
- update the Portfiles on the mac and on the website from the macports ones
|
||||||
|
|
||||||
|
- radiance read/write needs docs
|
||||||
|
|
||||||
|
maybe have an im_format(3) page with all the built-in formats?
|
||||||
|
|
||||||
|
hard until we document vips_object :(
|
||||||
|
|
||||||
|
- same for matio?
|
||||||
|
|
||||||
WONTFIX for 7.18
|
- doc strings would be nice, read the SWIG notes on this
|
||||||
================
|
|
||||||
|
|
||||||
- bilateral filtering, see:
|
- bilateral filtering, see:
|
||||||
|
|
||||||
|
10
configure.in
10
configure.in
@ -4,8 +4,8 @@ AM_CONFIG_HEADER(config.h)
|
|||||||
|
|
||||||
# user-visible library versioning
|
# user-visible library versioning
|
||||||
IM_MAJOR_VERSION=7
|
IM_MAJOR_VERSION=7
|
||||||
IM_MINOR_VERSION=17
|
IM_MINOR_VERSION=18
|
||||||
IM_MICRO_VERSION=3
|
IM_MICRO_VERSION=0
|
||||||
IM_VERSION=$IM_MAJOR_VERSION.$IM_MINOR_VERSION.$IM_MICRO_VERSION
|
IM_VERSION=$IM_MAJOR_VERSION.$IM_MINOR_VERSION.$IM_MICRO_VERSION
|
||||||
IM_VERSION_STRING=$IM_VERSION-`date`
|
IM_VERSION_STRING=$IM_VERSION-`date`
|
||||||
|
|
||||||
@ -483,9 +483,9 @@ AC_SUBST(PACKAGES_USED)
|
|||||||
# vips-$IM_MAJOR_VERSION.$IM_MINOR_VERSION.pc
|
# vips-$IM_MAJOR_VERSION.$IM_MINOR_VERSION.pc
|
||||||
# in AC_OUTPUT, but that seems to break for some combinations of sh/m4
|
# in AC_OUTPUT, but that seems to break for some combinations of sh/m4
|
||||||
AC_OUTPUT([
|
AC_OUTPUT([
|
||||||
vips-7.17.pc
|
vips-7.18.pc
|
||||||
vipsCC-7.17.pc
|
vipsCC-7.18.pc
|
||||||
vips-7.17.spec
|
vips-7.18.spec
|
||||||
Makefile
|
Makefile
|
||||||
include/vips/version.h
|
include/vips/version.h
|
||||||
include/Makefile
|
include/Makefile
|
||||||
|
@ -4,12 +4,12 @@ bin_SCRIPTS = \
|
|||||||
batch_image_convert \
|
batch_image_convert \
|
||||||
batch_rubber_sheet \
|
batch_rubber_sheet \
|
||||||
batch_crop \
|
batch_crop \
|
||||||
vips-7.17
|
vips-7.18
|
||||||
|
|
||||||
noinst_SCRIPTS = post_install
|
noinst_SCRIPTS = post_install
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
vips-7.17 \
|
vips-7.18 \
|
||||||
${noinst_SCRIPTS} \
|
${noinst_SCRIPTS} \
|
||||||
light_correct.in \
|
light_correct.in \
|
||||||
shrink_width.in \
|
shrink_width.in \
|
||||||
|
Loading…
Reference in New Issue
Block a user