From ae9d84a33e5f072078f0d01f6865d72518e2a525 Mon Sep 17 00:00:00 2001 From: visionmercer <62051836+visionmercer@users.noreply.github.com> Date: Mon, 13 Jun 2022 09:53:38 +0200 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1079f83..6378c30 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,6 @@ Save "Screen 0" to an .ans file. ## [SaveBinaryPBM.bm](https://github.com/visionmercer/qb64-include/blob/main/savebinarypbm.bm) 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) Save a 24 bit image to ppm file.