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

Start adding stateless api #1842

Merged

Conversation

kdt3rd
Copy link
Contributor

@kdt3rd kdt3rd commented Sep 23, 2024

This enables reading of scanlines without having to first set a framebuffer, enabling multiple threads to read into different frame buffers against the same file at the same time

This enables reading of scanlines in a "stateless" manner, where a
framebuffer does not have to be stored, then the call to readPixels
made.

Signed-off-by: Kimball Thurston <[email protected]>
Copy link
Member

@cary-ilm cary-ilm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kdt3rd kdt3rd merged commit c7d03a8 into AcademySoftwareFoundation:main Sep 23, 2024
34 checks passed
@kdt3rd kdt3rd deleted the start_adding_stateless_api branch September 23, 2024 20:16
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

Successfully merging this pull request may close these issues.

2 participants