Update README.md

This commit is contained in:
visionmercer 2022-06-13 09:53:38 +02:00 committed by GitHub
commit ae9d84a33e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,6 @@ Save "Screen 0" to an .ans file.
## [SaveBinaryPBM.bm](https://github.com/visionmercer/qb64-include/blob/main/savebinarypbm.bm) ## [SaveBinaryPBM.bm](https://github.com/visionmercer/qb64-include/blob/main/savebinarypbm.bm)
Save a monochrome image to pbm file. Save a monochrome image to pbm file.
Only works if width is divisible by 8.
## [SaveBinaryPPM.bm](https://github.com/visionmercer/qb64-include/blob/main/savebinaryppm.bm) ## [SaveBinaryPPM.bm](https://github.com/visionmercer/qb64-include/blob/main/savebinaryppm.bm)
Save a 24 bit image to ppm file. Save a 24 bit image to ppm file.