From 0cdfcaddba5667c5a7d8d93b451c7ee687bd0fa8 Mon Sep 17 00:00:00 2001 From: Leon Etienne <40911701+Leonetienne@users.noreply.github.com> Date: Sun, 6 Mar 2022 21:27:39 +0100 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 57a056c..8287242 100644 --- a/readme.md +++ b/readme.md @@ -3,8 +3,8 @@ A simple, easy to use, BMP image interface for C++! Disclaimer!!: > This is in no way, shape or form complete or compatible with every possible bmp! -> It does exactly what I need it to do, and that is to convert most bmp images to pixel buffers, convert between rgb/rgba/bw pixel buffers and write it all back to a bmp image. -> I am just publishing this in case someone wants to do said things and does not care about incompatibilities with some bmps. +> It does exactly what I need it to do, and that is to convert most bmp images to pixel buffers, convert between rgb/rgba pixel buffers and write it all back to a bmp image. +> I am just publishing this because it will be a dependency of some of my other open source projects. Also, it may just be useful to someone who does not care about incompatibilities with some bmps. ## Basic Usage *Assuming: