This class will help you to have a string in hexadecimal format to save it in a file. It creates the header of the file, the header of the bitmap and the data. This class require the Hexa class. Be sure you have it when compiling.
This class do its job, but I have to admit as soon as you are processing big bitmap, it’s slow… very slow. This is due because of the string operation I’m doing to format it to a conform Hexa string.
So check it and give feedbacks if you find any way to improve it or if you have any request.
Continue reading →