spelling
This commit is contained in:
parent
6f16a9df71
commit
b4a6e6e309
12
ChangeLog
12
ChangeLog
@ -1,7 +1,7 @@
|
||||
29/8/17 started 8.5.9
|
||||
- make --fail stop jpeg read on any libjpeg warning, thanks @mceachen
|
||||
- don't build enumtypes so often, removing perl as a compile dependancy
|
||||
- fix a crash with havy use of draw operations from language bindings,
|
||||
- don't build enumtypes so often, removing perl as a compile dependency
|
||||
- fix a crash with heavy use of draw operations from language bindings,
|
||||
thanks @Nakilon
|
||||
|
||||
2/8/17 started 8.5.8
|
||||
@ -516,7 +516,7 @@
|
||||
- vips_system() now supports many input images and you can change image
|
||||
argument order
|
||||
- support 16-bit palette TIFFs, plus palette TIFFs can have an alpha
|
||||
- libgsf-1 is now an optional dependancy
|
||||
- libgsf-1 is now an optional dependency
|
||||
- dzsave can directly write a ZIP file
|
||||
- add ".vips" as an alternative suffix for vips files
|
||||
- added vips_tiffload_buffer()
|
||||
@ -1180,9 +1180,9 @@
|
||||
- fix gtk-doc warnings
|
||||
- small mask load/save improvements
|
||||
- mask gtk-doc done
|
||||
- add cfitsio dependancy
|
||||
- add cfitsio dependency
|
||||
- add FITS reader
|
||||
- land the vector branch and the orc dependancy ... we have SSE
|
||||
- land the vector branch and the orc dependency ... we have SSE
|
||||
erode/dilate/add/conv
|
||||
- add IM_SWAP
|
||||
- dilate/erode do (!=0) on non-uchar images
|
||||
@ -2035,7 +2035,7 @@
|
||||
- "," allowed as column separator in mask read
|
||||
- better at spotting singular matricies
|
||||
- small im_render() tidies
|
||||
- glib dependancy reduced to just 2.0, but untested ... helps people building
|
||||
- glib dependency reduced to just 2.0, but untested ... helps people building
|
||||
on older systems who aren't interested in nip2
|
||||
- removing leading spaces from IMAGEVEC arguments
|
||||
- load non-interlaced PNGs more efficiently
|
||||
|
@ -3032,7 +3032,7 @@ vips_image_copy_memory( VipsImage *image )
|
||||
case VIPS_IMAGE_PARTIAL:
|
||||
/* We don't use vips_image_new_memory() and vips_image_write()
|
||||
* since we want to make a break in the pipeline and we want
|
||||
* to avoid all the machinery around reordering and dependancy
|
||||
* to avoid all the machinery around reordering and dependency
|
||||
* links.
|
||||
*
|
||||
* We especially want to be able to unref input and have output
|
||||
|
Loading…
Reference in New Issue
Block a user