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
|
29/8/17 started 8.5.9
|
||||||
- make --fail stop jpeg read on any libjpeg warning, thanks @mceachen
|
- make --fail stop jpeg read on any libjpeg warning, thanks @mceachen
|
||||||
- don't build enumtypes so often, removing perl as a compile dependancy
|
- don't build enumtypes so often, removing perl as a compile dependency
|
||||||
- fix a crash with havy use of draw operations from language bindings,
|
- fix a crash with heavy use of draw operations from language bindings,
|
||||||
thanks @Nakilon
|
thanks @Nakilon
|
||||||
|
|
||||||
2/8/17 started 8.5.8
|
2/8/17 started 8.5.8
|
||||||
@ -516,7 +516,7 @@
|
|||||||
- vips_system() now supports many input images and you can change image
|
- vips_system() now supports many input images and you can change image
|
||||||
argument order
|
argument order
|
||||||
- support 16-bit palette TIFFs, plus palette TIFFs can have an alpha
|
- 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
|
- dzsave can directly write a ZIP file
|
||||||
- add ".vips" as an alternative suffix for vips files
|
- add ".vips" as an alternative suffix for vips files
|
||||||
- added vips_tiffload_buffer()
|
- added vips_tiffload_buffer()
|
||||||
@ -1180,9 +1180,9 @@
|
|||||||
- fix gtk-doc warnings
|
- fix gtk-doc warnings
|
||||||
- small mask load/save improvements
|
- small mask load/save improvements
|
||||||
- mask gtk-doc done
|
- mask gtk-doc done
|
||||||
- add cfitsio dependancy
|
- add cfitsio dependency
|
||||||
- add FITS reader
|
- 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
|
erode/dilate/add/conv
|
||||||
- add IM_SWAP
|
- add IM_SWAP
|
||||||
- dilate/erode do (!=0) on non-uchar images
|
- dilate/erode do (!=0) on non-uchar images
|
||||||
@ -2035,7 +2035,7 @@
|
|||||||
- "," allowed as column separator in mask read
|
- "," allowed as column separator in mask read
|
||||||
- better at spotting singular matricies
|
- better at spotting singular matricies
|
||||||
- small im_render() tidies
|
- 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
|
on older systems who aren't interested in nip2
|
||||||
- removing leading spaces from IMAGEVEC arguments
|
- removing leading spaces from IMAGEVEC arguments
|
||||||
- load non-interlaced PNGs more efficiently
|
- load non-interlaced PNGs more efficiently
|
||||||
|
@ -3032,7 +3032,7 @@ vips_image_copy_memory( VipsImage *image )
|
|||||||
case VIPS_IMAGE_PARTIAL:
|
case VIPS_IMAGE_PARTIAL:
|
||||||
/* We don't use vips_image_new_memory() and vips_image_write()
|
/* 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
|
* 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.
|
* links.
|
||||||
*
|
*
|
||||||
* We especially want to be able to unref input and have output
|
* We especially want to be able to unref input and have output
|
||||||
|
Loading…
Reference in New Issue
Block a user