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

[feature] Rework render target saving to convert the image to the desired filetype #85

Closed
Derpius opened this issue Sep 25, 2022 · 0 comments
Labels
binary module Issues relating to the binary module enhancement New feature or request
Milestone

Comments

@Derpius
Copy link
Owner

Derpius commented Sep 25, 2022

Is your feature request related to a problem? Please describe.
Currently you need to copy from your RGBFFF rendering RT to an RGB888 RT pixel by pixel to save to a PNG.

Describe the solution you'd like
Either convert a clone of the RT to an equivalent 8 bit per channel format, or if stb_image_write allows writing float data to PNGs then use that.

@Derpius Derpius added enhancement New feature or request binary module Issues relating to the binary module labels Sep 25, 2022
@Derpius Derpius added this to the v0.13.0 milestone Sep 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binary module Issues relating to the binary module enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant