Rémi Verschelde
|
04a9752d8d
Merge pull request #67661 from cooperra/bmp-2bpp-loader
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Robbie Cooper
|
f54c3d4287
Support 2 bits per pixel BMP images
|
3 years ago |
kobewi
|
072f6feaba
Make some Image methods static
|
3 years ago |
Fabio Alessandrelli
|
e8fc6bfeb5
[Core] Make ImageFormatLoader extensible.
|
3 years ago |
Yuri Sizov
|
672e9d6868
Make `ImageLoader` take bit field flags
|
3 years ago |
bruvzg
|
9381acb6a4
Make FileAccess and DirAccess classes reference counted.
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Rémi Verschelde
|
3b11e33a09
clang-format: Disable alignment of operands, too unreliable
|
4 years ago |
Rémi Verschelde
|
66ab3ce954
Merge pull request #46555 from gongpha/line-ptr-more-than-size-bmp
|
4 years ago |
Lightning_A
|
e28fd07b2b
Rename `instance()`->`instantiate()` when it's a verb
|
4 years ago |
Marcel Admiraal
|
da5d7db610
Rename File::get_len() get_length()
|
4 years ago |
Morris Tabor
|
89a8bbda0a
fix misaligned loads in bmp loader
|
4 years ago |
Kongfa Waroros
|
ac5d7abe13
Check if the line pointer goes away from the image buffer's EOF in the BMP importer
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Hugo Locurcio
|
0209e3790e
Add `Image.load_bmp_from_buffer()` for run-time BMP image loading
|
5 years ago |
Hugo Locurcio
|
40485e2479
Add more error explanations in the BMP image loader
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Rémi Verschelde
|
dcd1151d77
Enforce use of bool literals instead of integers
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
qarmin
|
50be65bf43
Changed some code found by Clang Tidy and Coverity
|
6 years ago |
Robin Hübner
|
8aeade74db
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'
|
6 years ago |
Andrii Doroshenko (Xrayez)
|
422a8ffe02
Fix BMP loader to distinguish between compression types
|
6 years ago |
Andrii Doroshenko (Xrayez)
|
d5c5aabbf2
Fix BMP loader incorrectly interpreting color table size
|
6 years ago |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
6 years ago |
qarmin
|
072e40368e
Fix always true/false values
|
6 years ago |
Andrii Doroshenko (Xrayez)
|
6484da5721
Import 4/1 bit bmp images
|
6 years ago |