-
Notifications
You must be signed in to change notification settings - Fork 144
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
jpg not supported #169
Comments
I have been trying to find a way to add .jpg support as well. Apparently there used to be support for .jpg, then it was added back, but now it doesn't work? I'm not all too sure. I hope someone knows the answer, because .jpg support would come in very handy for my program. |
jpg is supported by raylib however it is not enabled by default and there's no configuration on exposing it atm so you will need to edit the bindings manually:
|
The |
maybe the flag name changed or something? @IoIxD can you check if you can load jpeg? |
While I create Image or Texture2D using jpg it allays write
Png files work normally.
Maybe their is an option to enable that I'm missing?
Thou I couldn't find any information about it.
Are their any system libraries for it to work?
System
os: Linux - Nixos
rustc: 1.72.0
Cargo.toml:
raylib = "3.7.0"
The text was updated successfully, but these errors were encountered: