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

(Docs Update Request) stb_image_write.h supports PNG/BMP/TGA/JPEG/HDR #1562

Open
Lunar2kPS opened this issue Oct 20, 2023 · 2 comments
Open

Comments

@Lunar2kPS
Copy link

In the main README of this project, it has a nice table describing each single-file header library.
For the line on stb_image_write.h, it says it only supports writing PNG, TGA, and BMP files.

The header file as of today says that it supports more:

stb_image_write - v1.16 - public domain - http://nothings.org/stb
   writes out PNG/BMP/TGA/JPEG/HDR images to C stdio - Sean Barrett 2010-2015

This was previously called out in issue #636 , but this issue is more of a "may we update the docs please?" question :)
I could make a fork and tiny PR (probably just that 1 line in the README.md), but figured I'd ask first.
Thanks!

@nothings
Copy link
Owner

nothings commented Oct 29, 2023

README.md is automatically generated from tools\README.list

@Lunar2kPS
Copy link
Author

Awesome, thanks for updating that! :)

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

Successfully merging a pull request may close this issue.

2 participants