-
Hello, I am configuring to use the local file system for the image files location: FilesystemSource.BasicLookupStrategy.path_prefix I need to create sub-folders under 'path_prefix' to distribute the image files appropriately. e.g., http://localhost:8182/iiif/3/image.tif/0,0,200,200/max/0/default.jpg Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think I found a solution after reading through the doc: I was looking for a way of doing mappings for finding a file. It seems I may be able to do this using 'delegation' even though I have not looked into it yet. |
Beta Was this translation helpful? Give feedback.
I think I found a solution after reading through the doc:
"It's also possible to include a partial path in the identifier using URL-encoded slashes (%2F) as path separators. subdirectory%2Fimage.jpg in the URL would then resolve to /usr/local/images/subdirectory/image.jpg."
I was looking for a way of doing mappings for finding a file. It seems I may be able to do this using 'delegation' even though I have not looked into it yet.
e.g.,
a.jpg -> sub1/a.jpg
b.jpg -> sub2/b.jpg