···11- [ ] Hold file size & other info? `fs.Info{}` from `.Stat()`
12- [ ] Look at using [tinyUSDZ](https://github.com/lighttransport/tinyusdz) to create USDZ files directly & without all the manual fussing
13 - NB. This USDZ/USDC writer seems to be incomplete at the moment
14-- [ ] Get this CLI tool building automatically
15- [ ] Read XMP data from png `web` format
16- [ ] Read XMP data from generic JPEG format (eg. with EXIF APP1 chunk before XMP APP1 chunk)
17- [ ] Don't re-encode same-same format. (eg. USDZ to Web(no alpha, lossy); Web to Web)
···37- [x] Read XMP data from JPEG `web` format
38- [x] Decode USD & USDZ #usd
39- [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
0
···11- [ ] Hold file size & other info? `fs.Info{}` from `.Stat()`
12- [ ] Look at using [tinyUSDZ](https://github.com/lighttransport/tinyusdz) to create USDZ files directly & without all the manual fussing
13 - NB. This USDZ/USDC writer seems to be incomplete at the moment
014- [ ] Read XMP data from png `web` format
15- [ ] Read XMP data from generic JPEG format (eg. with EXIF APP1 chunk before XMP APP1 chunk)
16- [ ] Don't re-encode same-same format. (eg. USDZ to Web(no alpha, lossy); Web to Web)
···36- [x] Read XMP data from JPEG `web` format
37- [x] Decode USD & USDZ #usd
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