Hugo Locurcio
|
e19f8fcbdc
Improve error messages when creating Images from code
|
3 vuotta sitten |
Haoyu Qiu
|
b40dff698c
Fix invalid memory usage when using Image.convert
|
3 vuotta sitten |
kleonc
|
6f01a949c2
Fix `Image.blit_rect/blend_rect()` for negative `p_dest` point
|
4 vuotta sitten |
Haoyu Qiu
|
7f49e5beec
Expose `Image.COMPRESS_SOURCE_LAYERED` to scripting
|
3 vuotta sitten |
Rémi Verschelde
|
a627cdafc5
Update copyright statements to 2022
|
3 vuotta sitten |
kleonc
|
16baa9bb9a
Image Use memcpy() in fill(), fill_rect(), _put_pixelb(), _get_pixelb()
|
4 vuotta sitten |
kleonc
|
4f446c8b9e
Add Image::fill_rect method
|
4 vuotta sitten |
Dipal M Zambare
|
b626c57bc7
Fixes 50428, added missing checks for image lock
|
4 vuotta sitten |
Haoyu Qiu
|
91ea7530bd
Validates the `p_format` parameter in `Image::create` functions.
|
4 vuotta sitten |
Paweł Fertyk
|
2676d815ab
Validate image formats, check if resize_to_po2 failed
|
4 vuotta sitten |
Marcel Admiraal
|
7e03bd1671
Remove duplicate WARN_PRINTS macro
|
4 vuotta sitten |
Morris Tabor
|
5de08ef1d6
Implement lossless WebP encoding
|
4 vuotta sitten |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
4 vuotta sitten |
Rémi Verschelde
|
b4af1eba0a
Style: Enforce use of bool literals instead of integers
|
4 vuotta sitten |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
4 vuotta sitten |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 vuotta sitten |
Rémi Verschelde
|
64a63e0861
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
|
4 vuotta sitten |
Rémi Verschelde
|
3d15f04668
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
|
4 vuotta sitten |
Rémi Verschelde
|
70ae90e0e8
Core: Drop custom `copymem`/`zeromem` defines
|
4 vuotta sitten |
Haoyu Qiu
|
0a17e96ab2
Fix invalid memory usage when modifying locked image
|
4 vuotta sitten |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 vuotta sitten |
Theogen Ratkin
|
8f6a6ac8d0
Add interpolation parameter to resize_to_po2()
|
4 vuotta sitten |
Hugo Locurcio
|
7db872b55a
Add `Image.load_bmp_from_buffer()` for run-time BMP image loading
|
5 vuotta sitten |
Marcel Schneider
|
c62ce03679
Make sure that a new image can only be created when the buffer is not currently locked
|
5 vuotta sitten |
Rémi Verschelde
|
8e6dd3191f
Image: Improve error messages for invalid creation size
|
5 vuotta sitten |
Paul Herman
|
850f07a4d9
Expose loading TGA images in Image.
|
5 vuotta sitten |
Maganty Rushyendra
|
afac2514f8
Fix upscaling image with bilinear interpolation option specified
|
5 vuotta sitten |
azagaya
|
a6d8773d0b
Fixing wrong blending rect methods
|
5 vuotta sitten |
Andrii Doroshenko (Xrayez)
|
a3cad44f44
Add `Image.save_png_to_buffer` method
|
5 vuotta sitten |
Vasiliy Makarov
|
982dee67f0
Fix square image resize
|
5 vuotta sitten |