We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Modify image color: grayscale
None.
img = raylib.LoadImage("photo.png") raylib.ImageColorGrayscale img raylib.ExportImage img, "photo_gray.png" raylib.UnloadImage img
There was an error while loading. Please reload this page.