|
1849 | 1849 |
|
1850 | 1850 | * libtiff/tif_jpeg.c: in JPEGFixupTags(), recognize SOF2, SOF9 and SOF10
|
1851 | 1851 | markers to avoid emitting a warning (even if, according to the TechNote,
|
1852 |
| - there are admitedly unusual/not recommended or even forbidden variants, but |
| 1852 | + there are admittedly unusual/not recommended or even forbidden variants, but |
1853 | 1853 | they do work well with libjpeg for SOF2, and with libjpeg-turbo for SOF2,
|
1854 | 1854 | SOF9 and SOF10).
|
1855 | 1855 | Define in_color_space and input_components to the right values in
|
|
2432 | 2432 | 2012-05-19 Bob Friesenhahn < [email protected]>
|
2433 | 2433 |
|
2434 | 2434 | * man/TIFFGetField.3tiff: Correct the 'count' field type in the
|
2435 |
| - example for how to retreive the value of unsupported tags. |
| 2435 | + example for how to retrieve the value of unsupported tags. |
2436 | 2436 |
|
2437 | 2437 | 2012-03-30 Frank Warmerdam < [email protected]>
|
2438 | 2438 |
|
|
3039 | 3039 |
|
3040 | 3040 | 2010-04-21 Frank Warmerdam < [email protected]>
|
3041 | 3041 |
|
3042 |
| - * libtiff/tif_jpeg.c: avoid preparing jpeg tables everytime |
| 3042 | + * libtiff/tif_jpeg.c: avoid preparing jpeg tables every time |
3043 | 3043 | JPEGSetupEncode() is called if the tables already seem to be
|
3044 | 3044 | established. This prevents spurious updates and rewriting of
|
3045 | 3045 | directories with jpegtables when doing updates to existing images.
|
|
3371 | 3371 |
|
3372 | 3372 | * test/common.sh - start verbose mode after common settings.
|
3373 | 3373 |
|
3374 |
| - * libtiff/tif_dirinfo.c: Replace lfind() with local equivelent to |
| 3374 | + * libtiff/tif_dirinfo.c: Replace lfind() with local equivalent to |
3375 | 3375 | avoid type mismatches on different platforms.
|
3376 | 3376 | http://bugzilla.maptools.org/show_bug.cgi?id=1889
|
3377 | 3377 |
|
|
3518 | 3518 |
|
3519 | 3519 | * tools/tiffdump.c: When compiling for Microsoft Windows, apply
|
3520 | 3520 | consistent (__int64) casting when testing if _lseeki64 has
|
3521 |
| - successfully seeked as requested. This is necessary for large |
| 3521 | + successfully sought as requested. This is necessary for large |
3522 | 3522 | file support to work since off_t is only 32-bit.
|
3523 | 3523 |
|
3524 | 3524 | 2008-07-29 Frank Warmerdam < [email protected]>
|
@@ -4316,7 +4316,7 @@ btiff/tif_win32.c: Replace custom Win32 memory api with generic
|
4316 | 4316 | * libtiff/tif_getimage.c: replaced usage of TIFFScanlineSize in
|
4317 | 4317 | gtStripContig with TIFFNewScanlineSize so as to fix buggy behaviour
|
4318 | 4318 | on subsampled images - this ought to get sorted when we feel brave
|
4319 |
| - enough to replace TIFFScanlineSize alltogether |
| 4319 | + enough to replace TIFFScanlineSize altogether |
4320 | 4320 |
|
4321 | 4321 | * libtiff/tif_ojpeg.c: fixed bug in OJPEGReadSkip
|
4322 | 4322 |
|
@@ -4974,7 +4974,7 @@ btiff/tif_win32.c: Replace custom Win32 memory api with generic
|
4974 | 4974 |
|
4975 | 4975 | 2005-06-03 Andrey Kiselev < [email protected]>
|
4976 | 4976 |
|
4977 |
| - * libtiff/tif_open.c: Replace runtime endianess check with the compile |
| 4977 | + * libtiff/tif_open.c: Replace runtime endianness check with the compile |
4978 | 4978 | time one.
|
4979 | 4979 |
|
4980 | 4980 | * libtiff/tif_predict.c: Floating point predictor now works on
|
@@ -6316,7 +6316,7 @@ btiff/tif_win32.c: Replace custom Win32 memory api with generic
|
6316 | 6316 | 2003-11-16 Andrey Kiselev < [email protected]>
|
6317 | 6317 |
|
6318 | 6318 | * libtiff/{tiff.h, tif_dirinfo.c}: Added support for IFD (13)
|
6319 |
| - datatype, intruduced in "Adobe PageMaker TIFF Tech. Notes". |
| 6319 | + datatype, introduced in "Adobe PageMaker TIFF Tech. Notes". |
6320 | 6320 |
|
6321 | 6321 | 2003-11-15 Frank Warmerdam < [email protected]>
|
6322 | 6322 |
|
@@ -6627,7 +6627,7 @@ btiff/tif_win32.c: Replace custom Win32 memory api with generic
|
6627 | 6627 |
|
6628 | 6628 | * contrib/ojpeg/{Makefile.in, jdhuff.h, jinclude.h, ojpeg.c, README},
|
6629 | 6629 | configure, Makefile.in: Improved libtiff compilation with OJPEG
|
6630 |
| - support. Now no need for patching IJG JPEG library, hack requred by |
| 6630 | + support. Now no need for patching IJG JPEG library, hack required by |
6631 | 6631 | libtiff will be compiled and used in-place. Implemented with
|
6632 | 6632 | suggestion and help from Bill Allombert, Debian's libjpeg maintainer.
|
6633 | 6633 |
|
@@ -7485,7 +7485,7 @@ btiff/tif_win32.c: Replace custom Win32 memory api with generic
|
7485 | 7485 | sizes. It fixes two problems:
|
7486 | 7486 |
|
7487 | 7487 | Without scaling (-S) the fax is now centered on the page size specified
|
7488 |
| - with -H and/or -W. Before, fax2ps was using an obscure and practially |
| 7488 | + with -H and/or -W. Before, fax2ps was using an obscure and practically |
7489 | 7489 | useless algorithm to allocate the image relative to Letter sized paper
|
7490 | 7490 | which sometime sled to useless whitespace on the paper, while at the
|
7491 | 7491 | same time cutting of the faxes printable area at the opposite border.
|
|
0 commit comments