girder / large_image

Python modules to work with large multiresolution images.
http://girder.github.io/large_image/
Apache License 2.0
190 stars 41 forks source link

Create large images for all items in a folder #1568

Closed gabrielle6249 closed 1 month ago

gabrielle6249 commented 1 month ago

This adds an endpoint that creates large images for an entire folder, as mentioned here. It iterates through the folder's items and creates a large image item for each if it isn't one already, with the option to recurse child folders. It also has an option to create a job for each large image item, and another to make the jobs local.

This does not yet finish creating large images for items with a large image in progress, but seemed to be a good start.

gabrielle6249 commented 1 month ago

Ran into some trouble on this branch, so I created a new branch & PR.