Maganty Rushyendra
|
afac2514f8
Fix upscaling image with bilinear interpolation option specified
|
5 years ago |
azagaya
|
a6d8773d0b
Fixing wrong blending rect methods
|
5 years ago |
Andrii Doroshenko (Xrayez)
|
a3cad44f44
Add `Image.save_png_to_buffer` method
|
5 years ago |
Vasiliy Makarov
|
982dee67f0
Fix square image resize
|
5 years ago |
clayjohn
|
2c0d391c48
Force mipmaps off when importing RGBA4444 textures
|
5 years ago |
Haoyu Qiu
|
f7d4e6ef6b
Fixes invalid writes in Image operations
|
5 years ago |
Eric Rybicki
|
439e0027ec
Fix AtlasPacker ignoring semi-transparent pixels
|
5 years ago |
clayjohn
|
7a9fc69a16
Fallback to RGBA4444 for textures with alpha set to ETC compression
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Rafał Mikrut
|
9ddb3265e1
Fix some crashes, overflows and using variables without values
|
5 years ago |
Hanif Bin Ariffin
|
f8c2b64c99
Fixed uinitialized variable in srgb_to_linear table
|
5 years ago |
Rafał Mikrut
|
e53e1c566a
Fix some crashes and using null pointers
|
6 years ago |
qarmin
|
17732fe698
Added some obvious errors explanations
|
6 years ago |
Andrii Doroshenko (Xrayez)
|
c362527cb5
Modify outdated comments and error messages regarding indexed images
|
6 years ago |
Braden Bodily
|
71d71d55b5
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
|
6 years ago |
Davide Busterna
|
5ba632a73b
Fix image offset when upscaling with Lanczos
|
6 years ago |
Marc Gilleron
|
cd2de77b04
Add Image.save_exr()
|
6 years ago |
qarmin
|
6cbaf7662f
Changed some code showed in LGTM and Coverage
|
6 years ago |
Ibrahn Sahir
|
4e4697b1c4
Added release function to PoolVector::Access.
|
6 years ago |
Rémi Verschelde
|
6b30f284a0
Merge pull request #29980 from Dentrax/directed-by-qarmin
|
6 years ago |
Furkan Türkal
|
7d8d337b2c
fix some crashes
|
6 years ago |
qarmin
|
3c154eb93b
Remove unnecessary code and add some error explanations
|
6 years ago |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
6 years ago |
qarmin
|
2b4e828b55
Fix array overflow when saving scene preview
|
6 years ago |
Daw11
|
28bff3d1ad
Implement Lanczos image filter
|
6 years ago |
Juan Linietsky
|
04847ef5f9
Added ability for multiple images to be imported as an atlas
|
6 years ago |
Rémi Verschelde
|
c8994b56f9
Style: Apply new changes from clang-format 8.0
|
6 years ago |
Juan Linietsky
|
6cb841edcb
Ensure ETC2 textures are ALSO compressed to Po2 when have mipmaps. Fixes #26733
|
6 years ago |
marxin
|
8d51618949
Add -Wshadow=local to warnings and fix reported issues.
|
6 years ago |
Rémi Verschelde
|
1772d6fa23
Image: Fix decompressing ETC2
|
6 years ago |