summaryrefslogtreecommitdiff
path: root/tools/raw2tiff.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+1
|
* * tools/raw2tiff.c: avoid integer division by zero.Even Rouault2017-01-141-2/+8
| | | | Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2631
* Support large files under Windows using tif_unix.c and libtiff tools.Bob Friesenhahn2015-08-191-12/+13
|
* * libtiff/tif_config.vc.h: Make adjustments to match the newBob Friesenhahn2015-06-211-1/+3
| | | | | | | | | | | | | | | definitions that configure produces, including for WIN64. Still needs to be tested. 'lld' is not assured by the run-time DLLs and so GCC warns. Add TIFF_SIZE_T and TIFF_SIZE_FORMAT to provide a type definition and printf format specifier to deal with printing values of 'size_t' type. In particular, this was necessary for WIN64. Added a configure test for if the system headers provide 'optarg' (normal case) and block out the many explicit 'extern' statements in the utilities. This was found to be necessary under Windows when getopt is in a DLL and the symbols are already imported with dllimport via standard header files.
* * tools/raw2tiff.c (main): Fix Coverity 1024887 "Unchecked returnBob Friesenhahn2015-05-301-25/+55
| | | | | | | | | value from library". (guessSize): Fix Coverity 1024888 "Unchecked return value from library". (guessSize): Fix Coverity 1214162 "Ignoring number of bytes read". (guessSize): Fix Coverity 1024889 "Unchecked return value from library".
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
| | | | | that it is clearly a memory allocation error message, and also includes the size of the allocation request.
* introduce libport.h prototypes to reduce warningsFrank Warmerdam2009-01-221-1/+5
|
* libtiff 3.8.2 released.v3.8.2Release-v3-8-2Andrey Kiselev2006-03-231-3/+3
|
* Do not set RowsPerStrip larger than ImageLength. As per bugAndrey Kiselev2006-03-151-3/+8
| | | | http://bugzilla.remotesensing.org/show_bug.cgi?id=1110
* Help message formatting fixed.Andrey Kiselev2006-02-071-2/+2
|
* fixed last jpeg processing patchFrank Warmerdam2006-01-111-2/+2
|
* fix jpeg tool option processing: bug 1025Frank Warmerdam2006-01-111-4/+12
|
* Avoid warnings.Andrey Kiselev2005-09-131-4/+6
|
* Avoid warnings.Andrey Kiselev2004-11-281-4/+8
|
* Get rid of stream I/O functions.Andrey Kiselev2004-10-281-16/+32
|
* Avoid warnings.Andrey Kiselev2004-09-211-2/+2
|
* Avoid warnings.Andrey Kiselev2004-09-031-4/+11
|
* Removed message about LZW patents.Andrey Kiselev2004-07-241-2/+1
|
* Warnings removed.Andrey Kiselev2004-06-291-10/+11
|
* Avoid warnings.Andrey Kiselev2004-06-081-9/+14
|
* Avoid warnings.Andrey Kiselev2004-06-041-11/+13
|
* sqrtf() replaced with sqrt().Andrey Kiselev2003-11-221-4/+3
|
* Removed #include <getopt.h>.Andrey Kiselev2003-11-211-2/+1
|
* Few improvements in correlation calculation function.Andrey Kiselev2003-11-121-129/+56
|
* Implemented image size guessing using correlation coefficient calculationAndrey Kiselev2003-11-111-59/+305
| | | | between two neighbour lines.
* Added option `-p' to explicitly select color space of input image data. ClosesAndrey Kiselev2003-07-101-6/+40
| | | | http://bugzilla.remotesensing.org/show_bug.cgi?id=364
* Added library version reporting to all tools.Andrey Kiselev2003-03-121-1/+2
|
* Memory leak fixed.Andrey Kiselev2003-02-041-5/+9
|
* Added -i commandline switch to handle different types of data interleavingAndrey Kiselev2002-08-121-41/+99
|
* New tool: raw2tiff --- raw images to TIFF converter. No manual page yet.Andrey Kiselev2002-08-101-0/+323