Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | info: decode JPEGs from all CR2 IFDs | Přemysl Eric Janouch | 2023-06-08 | 1 | -4/+8 |
| | |||||
* | Unite most info tools into just one binary | Přemysl Eric Janouch | 2023-06-05 | 1 | -0/+25 |
| | | | | | | Turn this into more of an fq alternative, when used with jq. Also don't say that TIFF files are Exif. | ||||
* | tools: decode TIFF XMP fields as UTF-8 | Přemysl Eric Janouch | 2023-05-28 | 1 | -0/+4 |
| | | | | | | | | This is more space-efficient than an array of ASCII codepoints. Perhaps more fields would make good use of specialized decoders, just this one made listings particularly annoying to deal with, and it may additionaly contain important metadata. | ||||
* | Clean up namespace pollution | Přemysl Eric Janouch | 2023-05-28 | 1 | -4/+4 |
| | |||||
* | Load MPF images as pages | Přemysl Eric Janouch | 2023-05-28 | 1 | -2/+2 |
| | |||||
* | Move MPF constants and table to tiff-tables.db | Přemysl Eric Janouch | 2023-05-28 | 1 | -47/+0 |
| | |||||
* | Make MPF parsing a bit safer | Přemysl Eric Janouch | 2023-05-28 | 1 | -15/+34 |
| | |||||
* | Make TIFF parsing a bit safer | Přemysl Eric Janouch | 2023-05-28 | 1 | -6/+9 |
| | | | | At least on 64-bit systems, 32-bit may still have holes. | ||||
* | Extract some full-size raw previews without LibRaw | Přemysl Eric Janouch | 2023-05-26 | 1 | -340/+23 |
| | | | | | Not all image/x-nikon-nef will work like this, so don't claim their MIME type. | ||||
* | Make TIFF and JPEG info extractors co-recursive | Přemysl Eric Janouch | 2023-05-24 | 1 | -3/+576 |
| | |||||
* | Improve TIFF handling within tools | Přemysl Eric Janouch | 2023-05-22 | 1 | -10/+26 |
| | | | | | | | Nikon NEFs violate TIFF Tech Note 1, and it is easy to detect. Also guard against more pointer overflows, and fix a temporary array being used outside of its scope (found by a compiler). | ||||
* | Generate TIFF structs/enums from a text file | Přemysl Eric Janouch | 2022-06-10 | 1 | -503/+2 |
| | | | | This is to make the tables much easier to maintain. | ||||
* | Add a most basic tool to inspect ISO BMFF files | Přemysl Eric Janouch | 2021-12-14 | 1 | -1/+18 |
| | | | | This can be massively extended. | ||||
* | Add a tool to extract information from WebP | Přemysl Eric Janouch | 2021-12-13 | 1 | -0/+94 |
| | |||||
* | Recognize a few more tactical TIFF tags | Přemysl Eric Janouch | 2021-12-13 | 1 | -0/+10 |
| | |||||
* | Add a basic tiffinfo utility | Přemysl Eric Janouch | 2021-12-12 | 1 | -4/+6 |
| | | | | Also fix a few TIFF-related issues. | ||||
* | pnginfo: extract eXIf chunk data | Přemysl Eric Janouch | 2021-12-10 | 1 | -0/+1265 |