Andrey Kiselev
9bc7885982
Print two characters per loop in the t2p_write_pdf_trailer(). As per bug
...
http://bugzilla.remotesensing.org/show_bug.cgi?id=594
2005-06-23 13:28:33 +00:00
Andrey Kiselev
c92235dc5f
Added v3.7.3.html.
2005-06-23 12:01:06 +00:00
Andrey Kiselev
180a3afd4a
Use MacOS X OpenGL framework when appropriate. As per bug
...
http://bugzilla.remotesensing.org/show_bug.cgi?id=844
2005-06-23 11:50:05 +00:00
Andrey Kiselev
aa4f24915e
Updated to latest OpenGL test macros versions.
2005-06-23 11:46:47 +00:00
Andrey Kiselev
9a8e13c032
Avoid warnings.
2005-06-23 11:27:35 +00:00
Andrey Kiselev
3ef6a2ba87
Use correct int size on Sparc 64bit/Sun compiler platform. As per bug
...
http://bugzilla.remotesensing.org/show_bug.cgi?id=855
2005-06-23 11:01:55 +00:00
Andrey Kiselev
10279e08aa
Avoid warnings.
2005-06-23 10:54:02 +00:00
Andrey Kiselev
dec907699f
*** empty log message ***
2005-06-14 04:58:18 +00:00
Andrey Kiselev
f175b7f6c2
Added support for ClipPath, XClipPathUnits and YClipPathUnits tags.
2005-06-14 04:57:33 +00:00
Andrey Kiselev
70dacb5aaa
*** empty log message ***
2005-06-07 14:50:18 +00:00
Andrey Kiselev
0d4d2e5687
Properly extract tile/strip size; use pixel sized shift in contigous case.
2005-06-07 14:26:04 +00:00
Andrey Kiselev
8c7d4c13e4
Typo fixed.
2005-06-07 14:22:39 +00:00
Andrey Kiselev
6dc0ba7598
*** empty log message ***
2005-06-06 14:17:38 +00:00
Andrey Kiselev
fff57028ae
Make overviews working for contiguos images.
2005-06-06 14:15:47 +00:00
Andrey Kiselev
68182b56ab
Make it working.
2005-06-05 16:37:21 +00:00
Andrey Kiselev
2bc3d52f28
Avoid warnings.
2005-06-05 16:33:09 +00:00
Andrey Kiselev
ef56e4aee7
*** empty log message ***
2005-06-03 13:42:04 +00:00
Andrey Kiselev
d9e8aad930
Replace runtime endianess check with the compile time one.
2005-06-03 13:41:13 +00:00
Andrey Kiselev
6bbed987a1
Floating point predictor now works on big-endian hosts.
2005-06-03 07:58:54 +00:00
Andrey Kiselev
a4f64f839f
Use #if instead of #ifdef.
2005-06-03 07:38:58 +00:00
Andrey Kiselev
baffebb4f2
Few optimizations for tiffgt target.
2005-06-02 08:29:19 +00:00
Andrey Kiselev
8455ae1f86
Do not override the automake target 'html'. Rename our target in 'htmldoc'.
2005-06-02 08:11:03 +00:00
Andrey Kiselev
27d1a1dced
*** empty log message ***
2005-06-01 10:41:15 +00:00
Andrey Kiselev
c8f9bf5ebc
Use _TIFFsetString() function when read custom ASCII values.
2005-06-01 10:39:23 +00:00
Andrey Kiselev
d5805f0715
*** empty log message ***
2005-06-01 10:19:14 +00:00
Andrey Kiselev
654d8aaedf
Make DocumentName, Artist, HostComputer, ImageDescription, Make, Model,
...
Copyright, DateTime, PageName, TextureFormat, TextureWrapModes and
TargetPrinter tags custom.
2005-06-01 10:17:21 +00:00
Andrey Kiselev
580f9e50a3
Cleanup the codec state depending on TIFF_CODERSETUP flag (to fix memry
...
leaks).
2005-06-01 09:41:30 +00:00
Andrey Kiselev
7bd4723ef9
Clear JPEGTables array after allocating.
2005-06-01 08:46:49 +00:00
Andrey Kiselev
32a47d9530
Do not define "inline" if already defined.
2005-05-31 17:50:15 +00:00
Andrey Kiselev
f0240f75fe
Include tif_config.h.
2005-05-26 18:42:56 +00:00
Andrey Kiselev
9ed49a2d4b
CPL stuff removed.
2005-05-26 18:21:31 +00:00
Andrey Kiselev
91e77d24ea
*** empty log message ***
2005-05-26 08:26:08 +00:00
Andrey Kiselev
d72e52d31d
Added workaround for OpenBSD/MirOS soname problem as per bug
...
http://bugzilla.remotesensing.org/show_bug.cgi?id=838
2005-05-26 08:16:00 +00:00
Andrey Kiselev
a4d796bca4
Use tdir_count when calling TIFFCvtNativeToIEEEDouble() in the
...
TIFFWriteDoubleArray() function as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=845
2005-05-26 07:50:38 +00:00
Andrey Kiselev
3fab53b53f
*** empty log message ***
2005-05-25 13:38:41 +00:00
Andrey Kiselev
db6a96056d
Fixed format string when read PPM file header with the fscanf() function. As
...
per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=861
2005-05-25 13:36:56 +00:00
Andrey Kiselev
52e1c017ff
TIFFFetchByteArray() returns uint16 array when fetching the BYTE and SBYTE
...
filds, so we should consider result as pointer to uint16 array and not as
array of chars. As per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=831
2005-05-25 13:10:09 +00:00
Andrey Kiselev
c22e4acb31
More efficient custom tags retrieval as per bug
...
http://bugzilla.remotesensing.org/show_bug.cgi?id=830
2005-05-25 11:38:32 +00:00
Andrey Kiselev
5956d92886
Use FILE_SHARE_READ | FILE_SHARE_WRITE share mode in CreateFile() call as per
...
bug http://bugzilla.remotesensing.org/show_bug.cgi?id=829
2005-05-25 11:27:59 +00:00
Andrey Kiselev
1ca5b48653
Avoid warnings.
2005-05-25 10:35:13 +00:00
Andrey Kiselev
9d6c1f4d7c
Fixed parallel compilation of the libtiff and libtiffxx libraries as per bug
...
http://bugzilla.remotesensing.org/show_bug.cgi?id=826
2005-05-25 10:03:24 +00:00
Andrey Kiselev
023cdf2a94
Sinchronized with GDAL.
2005-05-25 09:37:05 +00:00
Frank Warmerdam
dd8c4bf8a0
*** empty log message ***
2005-05-23 22:41:54 +00:00
Frank Warmerdam
c3fd66ef70
Create dummy jpegtables in TIFFInitJPEG() to ensure sufficient space
...
is reserved for the real jpegtable when the directory is written.
This is necessary since the real jpeg tables don't get created till
JPEGSetupEncode() at which point application may have already written
the directory. This happens with the overview building programs for
instance.
This patch may result in more space than necessary being reserved for the
jpeg tables, thereby wasting space. So it isn't necessarily the be
all and end all of solutions. The key change is the "if( tif->tif_diroff==0)"
test in TIFFInitJPEG().
2005-05-23 22:40:51 +00:00
Frank Warmerdam
f1826525bc
avoid bogus stripbytecount messages if stripoffset zero
2005-05-22 17:36:50 +00:00
Andrey Kiselev
e848181ca3
Added more asserts.
2005-05-17 15:00:28 +00:00
Andrey Kiselev
fafd1f0c70
*** empty log message ***
2005-05-17 14:19:18 +00:00
Andrey Kiselev
53fb873cc2
Check for JPEGTables tag presence before copying.
2005-05-17 14:18:48 +00:00
Frank Warmerdam
3a6e371160
bug 843: similar fix to last for Longs and Anys version of function
2005-05-06 14:35:50 +00:00
Frank Warmerdam
30565aceb6
*** empty log message ***
2005-05-06 14:20:41 +00:00