aboutsummaryrefslogtreecommitdiff
path: root/tiffer.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix 32-bit build warningsPřemysl Eric Janouch2023-06-231-2/+8
|
* Make scripts capable of 32-bit Windows buildsPřemysl Eric Janouch2023-06-221-1/+1
| | | | | | | | | | | Now binaries can be (cross-)built using GCC for 32- and 64-bit Windows. Additional improvements: - Within MSYS2, try to install the required dependencies automatically. - Within MSYS2, fix passing libdir paths to pkg-config. - Prune documentation from extracted package files, addressing the incredible slowness of Windows filesystem operations. - Fix the script name in README.adoc instructions.
* Clean up namespace pollutionPřemysl Eric Janouch2023-05-281-29/+34
|
* Make TIFF parsing a bit saferPřemysl Eric Janouch2023-05-281-5/+10
| | | | At least on 64-bit systems, 32-bit may still have holes.
* Extract some full-size raw previews without LibRawPřemysl Eric Janouch2023-05-261-0/+340
Not all image/x-nikon-nef will work like this, so don't claim their MIME type.