
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
The BMP file does not have a color palette, like in a gif. I repeat once again - just an array of colored pixels (uint).
I think Nikolai means the uint array
I think Nikolai means the uint array
Read carefully, please. This is a vestige of BMP with 8-bit color. Now you won't find it anymore. Now we are talking about 24-bit color with an alpha channel., not 8.
Don't worry like that. Life's problems will someday end and everything will be fine. :))
@Dominik Christian Egert @Nikolai Semko
Can't we say your are both right ? Because rather than 1 BMP format we could rather talk about several formats (actually one with options). So the most common is more like a raw format without compression, but if you want to take all BMP possible pictures you would need to take into account the options.
Going back to MQL, is that really matters ? I didn't check if MQL is able to deal with any BMP file using some options of the specification ?
@Dominik Christian Egert @Nikolai Semko
Can't we say your are both right ? Because rather than 1 BMP format we could rather talk about several formats (actually one with options). So the most common is more like a raw format without compression, but if you want to take all BMP possible pictures you would need to take into account the options.
Going back to MQL, is that really matters ? I didn't check if MQL is able to deal with any BMP file using some options of the specification ?
I'm embarrassed to ask - why do you need the BMP format? Isn't it easier to use PNG?
PNG files are smaller, have transparency support and no quality loss.