@@ -35,15 +35,14 @@ programming concepts, e.g. *ranges* and *views* or STL extensions).
3535## Notice (1/2)
3636The c++14 standard version of ** CppBMPLoader** does not use any c++14
3737specificities 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)
4241All 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 )
4443provided 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
4746BMP format (lacking in Jason's suite) and with OS/2 ** BA** files that we either
4847created from scratch or downloaded from the Web, extracted from some original
4948ISO images of OS/2.
@@ -59,6 +58,12 @@ of BMP images content and classes and functions to extract and load all images
5958from a ** BA** file or just the one of them that best fits size, colors and/or
6059resolution 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
6469For those of you who are the most motivated for deeply diving into this
0 commit comments