updated German translation
new German translation, thanks Chris, tiny change to jpeg2vips
This commit is contained in:
parent
8b10aa2fe0
commit
691893f31c
3
AUTHORS
3
AUTHORS
@ -10,7 +10,8 @@ library in 1995.
|
|||||||
Ruven Pillay, Steve Perry, Lars Raffelt, David Saunders, Jean-Philippe
|
Ruven Pillay, Steve Perry, Lars Raffelt, David Saunders, Jean-Philippe
|
||||||
Laurant, Ahmed Abood, Helene Chahine, Joe Padfield, Andrey Kiselev, Lev
|
Laurant, Ahmed Abood, Helene Chahine, Joe Padfield, Andrey Kiselev, Lev
|
||||||
Serebryakov, Simon Goodall, Konrad Lang, Markus Wollgarten, Jesper Friis,
|
Serebryakov, Simon Goodall, Konrad Lang, Markus Wollgarten, Jesper Friis,
|
||||||
Tom Vajzovic and others contributed patches for the library and ip.
|
Tom Vajzovic, Chris Leick and others contributed patches for the library
|
||||||
|
and ip.
|
||||||
|
|
||||||
Hans Breuer contributed many win32 compatibility fixes and a win32 build
|
Hans Breuer contributed many win32 compatibility fixes and a win32 build
|
||||||
system. Dennis Lubert cleaned up the C++ API.
|
system. Dennis Lubert cleaned up the C++ API.
|
||||||
|
@ -54,6 +54,7 @@
|
|||||||
- tiff palette read can do mono images
|
- tiff palette read can do mono images
|
||||||
- im_bufjpeg2vips() has a "header_only" parameter
|
- im_bufjpeg2vips() has a "header_only" parameter
|
||||||
- added vips_image_get_data()
|
- added vips_image_get_data()
|
||||||
|
- updated German translation (thanks Chris)
|
||||||
|
|
||||||
30/11/10 started 7.24.0
|
30/11/10 started 7.24.0
|
||||||
- bump for new stable
|
- bump for new stable
|
||||||
|
@ -92,7 +92,6 @@ im_jpeg2vips( const char *name, IMAGE *out )
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
#ifdef HAVE_EXIF
|
#ifdef HAVE_EXIF
|
||||||
#ifdef UNTAGGED_EXIF
|
#ifdef UNTAGGED_EXIF
|
||||||
|
Loading…
Reference in New Issue
Block a user