index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
classes
/
Image.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Uppercase references to color constants in documentation
Anthony Cossins
2023-01-13
1
-2
/
+2
*
Merge pull request #65376 from reduz/astc-support
Rémi Verschelde
2022-12-20
1
-2
/
+29
|
\
|
*
Implement basic ASTC support
Juan Linietsky
2022-12-20
1
-2
/
+29
*
|
Document Texture, CompressedTexture and Placeholder classes
Hugo Locurcio
2022-11-11
1
-1
/
+1
*
|
Merge pull request #66017 from Mickeon/rename-image-copy-rect
Rémi Verschelde
2022-11-02
1
-3
/
+3
|
\
\
|
*
|
Rename Image's `get_rect` to `get_region`
Micky
2022-11-01
1
-3
/
+3
*
|
|
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
1
-2
/
+4
|
/
/
*
|
Fix small mistakes throughout much of the documentation
VolTer
2022-10-21
1
-4
/
+4
*
|
Make some Image methods static
kobewi
2022-10-14
1
-4
/
+15
*
|
Undo #51969, generate_mipmaps runs on caller thread.
Marc Gilleron
2022-10-04
1
-1
/
+0
|
/
*
[doc] Use "param" instead of "code" to refer to parameters (6)
Andy Maloney
2022-08-12
1
-26
/
+26
*
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-08
1
-79
/
+79
*
Merge pull request #62861 from samdze/image-size-vector2i
Rémi Verschelde
2022-08-08
1
-1
/
+1
|
\
|
*
Make Image.get_size() return a Vector2i instead of a Vector2
Samuele Zolfanelli
2022-07-09
1
-1
/
+1
*
|
Merge pull request #63005 from Chaosus/image_rotate
Rémi Verschelde
2022-07-19
1
-0
/
+13
|
\
\
|
*
|
Implement `rotate_90/rotate_180` functions to `Image`
Yuri Rubinsky
2022-07-15
1
-0
/
+13
|
|
/
*
/
Use integer types in Image and ImageTexture methods
FireForge
2022-07-18
1
-12
/
+12
|
/
*
Add static methods for creating Image and ImageTexture
kobewi
2022-07-08
1
-0
/
+7
*
Restore the openexr grayscale property.
K. S. Ernest (iFire) Lee
2022-06-23
1
-0
/
+8
*
Document the MovieWriter class and associated project settings
Hugo Locurcio
2022-06-23
1
-0
/
+4
*
Add support for saving WebP images
Aaron Franke
2022-06-21
1
-1
/
+19
*
Implement Running Godot as Movie Writer
reduz
2022-06-21
1
-0
/
+13
*
Merge pull request #50175 from kleonc/image-blit-blend-fix-rects
Hugo Locurcio
2022-04-19
1
-4
/
+4
|
\
|
*
Fix `Image.blit_rect/blend_rect()` for negative `p_dest` point
kleonc
2021-11-26
1
-4
/
+4
*
|
Add PortableCompressedTexture
reduz
2022-03-30
1
-1
/
+1
*
|
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
1
-1
/
+1
*
|
Faster CVTT by reducing quality.
K. S. Ernest (iFire) Lee
2022-02-04
1
-0
/
+9
*
|
Dictionary: Serialize empty dict as `{}` instead of `{\n}`
Rémi Verschelde
2022-01-18
1
-1
/
+1
*
|
Remove support for PVRTC texture encoding and decoding
Hugo Locurcio
2022-01-14
1
-32
/
+15
*
|
Fix link to the supported image formats in the Image class
Manolis Papadeas
2021-12-06
1
-1
/
+1
|
/
*
Add Image::fill_rect method
kleonc
2021-11-23
1
-1
/
+9
*
Replace Godot docs URL with `$DOCS_URL` in XML class reference
Rémi Verschelde
2021-11-15
1
-2
/
+2
*
doc: Update links to latest documentation after content reorganization
Rémi Verschelde
2021-10-06
1
-1
/
+1
*
Document `Image.generate_mipmaps()` always running on the main thread
Hugo Locurcio
2021-08-22
1
-0
/
+1
*
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-30
1
-236
/
+118
*
Merge pull request #50677 from Calinou/doc-image-save-exr-editor-only
Rémi Verschelde
2021-07-28
1
-0
/
+1
|
\
|
*
Document `Image.save_exr()` only being available in editor builds
Hugo Locurcio
2021-07-21
1
-0
/
+1
*
|
Fix miscellaneous doc typos and inconsistencies
Nicholas Huelin
2021-07-22
1
-2
/
+2
|
/
*
Better format arguments in variant parser
Michael Alexsander Silva Dias
2021-06-18
1
-1
/
+1
*
Import: Cleanup and optimize etcpak compression method
Rémi Verschelde
2021-04-16
1
-1
/
+2
*
class reference proofreading
Paul Joannon
2021-03-19
1
-2
/
+2
*
doc: Sync classref with current source
Rémi Verschelde
2021-02-19
1
-0
/
+12
*
Consistently use normal_map
Marcel Admiraal
2020-12-29
1
-4
/
+4
*
Add interpolation parameter to resize_to_po2()
Theogen Ratkin
2020-12-18
1
-2
/
+4
*
Image: Rename PVRTC{2,4} to PVRTC1_{2,4}, drop COMPRESS_PVRTC2
Rémi Verschelde
2020-12-10
1
-14
/
+15
*
Use Vector2i instead of Vector2 for Image get_pixelv and set_pixelv
Aaron Franke
2020-11-21
1
-12
/
+42
*
Describe `ImageTexture`, `Image` creation and usage
Andrii Doroshenko (Xrayez)
2020-11-17
1
-2
/
+6
*
Add `Image.load_bmp_from_buffer()` for run-time BMP image loading
Hugo Locurcio
2020-10-20
1
-0
/
+10
*
Clarify get_data Image method
Ebrahim Ebrahim
2020-09-11
1
-1
/
+1
*
Environment: Refactor code for readability + more
Rémi Verschelde
2020-07-01
1
-0
/
+9
[next]