Aaron Straup Cope
Aaron Straup Cope
https://github.com/sfomuseum/go-exif-update Add support for assigning EXIF metadata for tiles and other derivative images.
From https://github.com/go-iiif/go-iiif/issues/77#issuecomment-768929498 : > I solved my issue by updating my OSD configuration to use a fixed tile size. When using an IIIF server you don't have to specify a...
From https://github.com/go-iiif/go-iiif/issues/77#issuecomment-768929498 : > Regarding improvements, the only details I noticed so far are the code samples in the readme that can be updated to use -config-source and -config-name instead...
https://github.com/rwcarlsen/goexif To consider: * Response value be if the image is not a JPEG * Custom include/exclude filters * Whether this should really be part of "core"
* https://github.com/photoprism/photoprism/wiki/Converting-RAW-to-JPEG * https://github.com/darktable-org/rawspeed * https://godoc.org/github.com/nf/cr2
https://github.com/mccutchen/palettor for colour palettes.
This would formalize support for multiple source/cache definitions. For example: ``` "images": { "pointers": { "s3": { "name": "Blob", "path": "s3:///BUCKET?prefix=PREFIX®ion=REGION&credentials=CREDENTIALS" }, "local": { "name": "Blob", "path": "file:///PATH/TO/SOURCE" } },...