Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Big File Builder #9

Open
william-silversmith opened this issue Jan 25, 2022 · 0 comments
Open

Big File Builder #9

william-silversmith opened this issue Jan 25, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@william-silversmith
Copy link

It might be useful to be able to build a big file one slice at a time. In format 1, this should be possible.

The idea would be something like:

cf = CompressoFile()
cf.add_slice(img2d)
binary = cf.finalize()

You could image doing this on the filesystem too, though that might be more difficult (maybe start with several files and merge them at the end?)

@william-silversmith william-silversmith added the enhancement New feature or request label Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant