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

Processing many images at once #35

Open
ghost opened this issue Mar 29, 2020 · 1 comment
Open

Processing many images at once #35

ghost opened this issue Mar 29, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 29, 2020

Would be really cool to be able to run a repa parallel array on a large chunk of images at once.

Maybe adding a z component to a new version of makeImage and an (Int -> FilePath) to a new version writeImage?

@lehins
Copy link
Owner

lehins commented May 3, 2020

You can technically do that already by storing many VU images in a one dimensional repa boxed array.

I'll keep this ticket around because ability to represent a sequence of images in a single 3D array has some other perks. This will be possible at some point in the future when I get around to implementing this ticket #30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant