We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
...which means we need to implement primitiveStoreImageSegment (primitive 98) and primitiveLoadImageSegment (primitive 99).
primitiveStoreImageSegment
primitiveLoadImageSegment
For the image segment loading part, we should reuse existing infrastructure from the image reader (e.g. image chunks).
Similarly, the image segment storing part will probably share code with the image writer (once implemented, see #37).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
...which means we need to implement
primitiveStoreImageSegment
(primitive 98) andprimitiveLoadImageSegment
(primitive 99).For the image segment loading part, we should reuse existing infrastructure from the image reader (e.g. image chunks).
Similarly, the image segment storing part will probably share code with the image writer (once implemented, see #37).
The text was updated successfully, but these errors were encountered: