A tool for archiving & converting scans of postcards, and information about them.

fix: :memo: Updating TODO and triggering first build

+8 -1
+7
.pre-commit-config.yaml
··· 1 + repos: 2 + - repo: https://github.com/commitizen-tools/commitizen 3 + rev: master 4 + hooks: 5 + - id: commitizen 6 + - id: commitizen-branch 7 + stages: [push]
+1 -1
TODO.md
··· 11 11 - [ ] Hold file size & other info? `fs.Info{}` from `.Stat()` 12 12 - [ ] Look at using [tinyUSDZ](https://github.com/lighttransport/tinyusdz) to create USDZ files directly & without all the manual fussing 13 13 - NB. This USDZ/USDC writer seems to be incomplete at the moment 14 - - [ ] Get this CLI tool building automatically 15 14 - [ ] Read XMP data from png `web` format 16 15 - [ ] Read XMP data from generic JPEG format (eg. with EXIF APP1 chunk before XMP APP1 chunk) 17 16 - [ ] Don't re-encode same-same format. (eg. USDZ to Web(no alpha, lossy); Web to Web) ··· 37 36 - [x] Read XMP data from JPEG `web` format 38 37 - [x] Decode USD & USDZ #usd 39 38 - [x] Creating a USD(Z) from an image that doesn't have resolution data (eg front/back portrait fixtures) seems to nil pointer fail. #bug 39 + - [x] Get this CLI tool building automatically