Rémi Verschelde
|
c8cdc10902
Merge pull request #62861 from samdze/image-size-vector2i
|
3 лет назад |
Rémi Verschelde
|
eea14a0edc
Merge pull request #63005 from Chaosus/image_rotate
|
3 лет назад |
FireForge
|
84431bd782
Use integer types in Image and ImageTexture methods
|
3 лет назад |
Yuri Rubinsky
|
7e66903d56
Implement `rotate_90/rotate_180` functions to `Image`
|
3 лет назад |
Samuele Zolfanelli
|
e27c5acedd
Make Image.get_size() return a Vector2i instead of a Vector2
|
3 лет назад |
kobewi
|
d2900429e8
Add static methods for creating Image and ImageTexture
|
3 лет назад |
K. S. Ernest (iFire) Lee
|
42f7f0894e
Restore the openexr grayscale property.
|
3 лет назад |
K. S. Ernest (iFire) Lee
|
ce42ee790c
For in-engine processing allow saving openexr to a buffer.
|
3 лет назад |
Aaron Franke
|
8f05bd97b5
Add support for saving WebP images
|
3 лет назад |
reduz
|
5786516d4d
Implement Running Godot as Movie Writer
|
3 лет назад |
Rémi Verschelde
|
d6edc6d18a
Merge pull request #60126 from Calinou/image-improve-error-messages
|
3 лет назад |
Haoyu Qiu
|
34c1a2beaa
Fix invalid memory usage when using Image.convert
|
3 лет назад |
Hugo Locurcio
|
3ca4514866
Merge pull request #50175 from kleonc/image-blit-blend-fix-rects
|
3 лет назад |
Rémi Verschelde
|
46ef52162e
Color: Rename `to_srgb`/`to_linear` to include base color space
|
3 лет назад |
Hugo Locurcio
|
18e9e6a81a
Improve error messages when creating Images from code
|
3 лет назад |
reduz
|
45f74ceb85
Add PortableCompressedTexture
|
3 лет назад |
Rémi Verschelde
|
7119d355eb
String: Remove TTR and DTR defines in non-tools build
|
3 лет назад |
bruvzg
|
f19cd44346
Unify TextServer built-in module and GDExtension code.
|
3 лет назад |
kobewi
|
39d429e497
Change some math macros to constexpr
|
3 лет назад |
K. S. Ernest (iFire) Lee
|
419b342a9a
Faster CVTT by reducing quality.
|
4 лет назад |
bruvzg
|
244db37508
Cleanup and move char functions to the `char_utils.h` header.
|
4 лет назад |
Lyuma
|
b1b20f5f91
Pad etcpak input to 4x4 blocks. Fixes #49981
|
4 лет назад |
Hugo Locurcio
|
40be15920f
Remove support for PVRTC texture encoding and decoding
|
4 лет назад |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
4 лет назад |
kleonc
|
4038bc0c36
Fix `Image.blit_rect/blend_rect()` for negative `p_dest` point
|
4 лет назад |
kleonc
|
92ca300ab1
Image Use memcpy() in fill(), fill_rect(), _put_pixelb(), _get_pixelb()
|
4 лет назад |
kleonc
|
91595b16e3
Add Image::fill_rect method
|
4 лет назад |
Anton Christoffersson
|
fb7ba76325
Fixed implicit conversion of uint32_t to uint8_t in `image`
|
4 лет назад |
Anilforextra
|
fc9767abb1
Use functions defined in the their classes.
|
4 лет назад |
Paweł Fertyk
|
3dae9993ac
Validate image formats, check if resize_to_po2 failed
|
4 лет назад |