Skip to content

Commit f0e4177

Browse files
committed
#40-enhance README.md
Enhanced three topics.
1 parent f76eded commit f0e4177

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,14 @@ programming concepts, e.g. *ranges* and *views* or STL extensions).
3535
## Notice (1/2)
3636
The c++14 standard version of **CppBMPLoader** does not use any c++14
3737
specificities but only c++11 ones. It has been compiled and validated with
38-
a c++14 compiler but should as well be compilable with a c++11 compiler as
39-
well.
38+
a c++14 compiler but should as well be compilable with a c++11 compiler.
4039

4140
## Notice (2/2)
4241
All released code has been validated. For this purpose, we used the great
4342
[**BMP Suite Image List**](https://entropymine.com/jason/bmpsuite/bmpsuite/html/bmpsuite.html)
4443
provided by Jason Summers - see also
4544
[https://entropymine.com/jason/bmpsuite/](https://entropymine.com/jason/bmpsuite/)
46-
and augmented it with images we created by our own for the version 1 of Windows
45+
and we augmented it with images we created by our own for the version 1 of Windows
4746
BMP format (lacking in Jason's suite) and with OS/2 **BA** files that we either
4847
created from scratch or downloaded from the Web, extracted from some original
4948
ISO images of OS/2.
@@ -59,6 +58,12 @@ of BMP images content and classes and functions to extract and load all images
5958
from a **BA** file or just the one of them that best fits size, colors and/or
6059
resolution criterias.
6160

61+
Many error cases and warnings are detected by **CppBMPLoader**. Errors are always
62+
fatal. Execution stops on any encountered error. Warnings do not stop your
63+
application and are accumulated along the processing of BMP and BA files. You
64+
get access to the error code and to a list of warning codes as well to the
65+
associated messages at will since they are attached to faulty BMP images.
66+
6267

6368
# Reading the code
6469
For those of you who are the most motivated for deeply diving into this

0 commit comments

Comments
 (0)