geequlim
|
c5efe5d625
Add webp buffer loader for Image
|
7 years ago |
Juan Linietsky
|
e179bf0726
Ensure, if a texture meant for a normal map is imported and size limit exists, that it's renormalized after resize.
|
7 years ago |
karroffel
|
130bf14ac8
added rgbe_to_srgb method to Image
|
7 years ago |
Juan Linietsky
|
e6b938ef16
Merge pull request #18219 from AlexHolly/fix-image-blit-blend
|
7 years ago |
Juan Linietsky
|
863781dd3c
Merge pull request #18505 from AlexHolly/image-point2-helper
|
7 years ago |
RaphaelHunter
|
63e258cc8f
add condition check in Imgae::create(...)
|
7 years ago |
Rémi Verschelde
|
4cce6f3417
Merge pull request #18321 from Crazy-P/Fixes-logically-dead-code
|
7 years ago |
Juan Linietsky
|
6244b9e2e1
Add option to renormalize mipmaps when generating them for normalmaps.
|
7 years ago |
Alexander Holland
|
97485c8df0
add Point2 helper for Image.get_pixel and Image.set_pixel
|
7 years ago |
Crazy-P
|
e6deba8d19
Fixes logically dead code (Coverity)
|
7 years ago |
Alexander Holland
|
7cfdffcdf8
blit and blend fix when dst<Vector2
|
7 years ago |
Juan Linietsky
|
59cdc5eb9d
Merge pull request #16898 from Lerc/master
|
7 years ago |
Neil Graham
|
4bea98de40
change bumpmap_to_normalmap range from [1...255] to [0...255]
|
7 years ago |
Mavropoulos Ioannis
|
60b2ee1624
enhance mipmaps
|
7 years ago |
Neil Graham
|
617d3cde1a
change to clang format
|
7 years ago |
Neil Graham
|
bc7db7a08d
add Image::bumpmap_to_normalmap conversion function
|
7 years ago |
Rémi Verschelde
|
9f479f096c
Fix typos in code and docs with codespell
|
7 years ago |
Jerome67000
|
b5885c43eb
Fix crash when using Image.resize() without calling Image.create() first
|
7 years ago |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
7 years ago |
Juan Linietsky
|
474523d409
Revert "Add missing image format RGB10A2. Fixes #14964"
|
7 years ago |
Rémi Verschelde
|
6d812ad27f
Merge pull request #15051 from binbitten/bug-fixes
|
7 years ago |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
7 years ago |
binbitten
|
267bad6b4c
Add missing image format RGB10A2. Fixes #14964
|
7 years ago |
Juan Linietsky
|
c9d88fd8e8
Add functions to image to load a PNG or JPG from a buffer, closes #4024
|
7 years ago |
Daniel J. Ramirez
|
59c2e8906a
Improved packed scene previews.
|
7 years ago |
Rémi Verschelde
|
6361e24f29
Cleanup unnecessary debug prints
|
7 years ago |
Comanche_Ak
|
51597b6d69
Fix Alpha Border bugfix
|
7 years ago |
Gabriel
|
40dcf4a2e7
Change to shrink_x2 function preventing it set a 0 width/height
|
8 years ago |
Ross Hadden
|
1a97d6455d
Fixed a bunch of typos, including an error code.
|
8 years ago |
Hein-Pieter van Braam
|
9c63ab99f0
Fix use of unitialized variables
|
8 years ago |