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

Use fast png encoder for depth buffer saving #61

Open
abaire opened this issue Apr 6, 2022 · 1 comment
Open

Use fast png encoder for depth buffer saving #61

abaire opened this issue Apr 6, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@abaire
Copy link
Owner

abaire commented Apr 6, 2022

45db224 added a much faster PNG encoder that should be applied to depth buffer saving

@abaire abaire added enhancement New feature or request good first issue Good for newcomers labels Apr 6, 2022
@abaire
Copy link
Owner Author

abaire commented May 11, 2022

Note that the fast encoder only supports 24/32-bpp images, so some thought needs to go into whether it's worth converting the 16bpp depth buffers to 32 and what approach to take (e.g., padding or combining adjacent pixels)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant