summaryrefslogtreecommitdiffstats
path: root/core/image.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Added some obvious errors explanationsqarmin2019-09-251-1/+1
* Modify outdated comments and error messages regarding indexed imagesAndrii Doroshenko (Xrayez)2019-08-261-2/+0
* Add Image.save_exr()Marc Gilleron2019-08-071-0/+4
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* Implement Lanczos image filterDaw112019-05-051-0/+1
* Ensure ETC2 textures are ALSO compressed to Po2 when have mipmaps. Fixes #26733Juan Linietsky2019-03-071-0/+1
* Core: Ensure classes match their header filenameRémi Verschelde2019-02-121-1/+1
* Prevent upscaled SVG from exceeding Image boundsRémi Verschelde2019-01-281-3/+3
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix Squish decompression, closes #18109Juan Linietsky2018-11-161-0/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+4
* Use cluster fit at higher quality levelselasota2018-08-221-2/+2
* BPTC supportelasota2018-08-211-0/+13
* [Core] Completely kill math_2d.h, change includesAaron Franke2018-08-111-1/+1
* Added proper import support for 3D and Array texturesJuan Linietsky2018-08-061-2/+4
* Merge pull request #19313 from RandomShaper/improve-imageJuan Linietsky2018-07-231-0/+2
|\
| * Add trilinear filtering to image scalingPedro J. Estébanez2018-07-231-0/+2
* | Add webp buffer loader for Imagegeequlim2018-07-171-2/+7
* | Ensure, if a texture meant for a normal map is imported and size limit exists...Juan Linietsky2018-07-031-0/+1
|/
* added rgbe_to_srgb method to Imagekarroffel2018-05-301-0/+1
* Merge pull request #18505 from AlexHolly/image-point2-helperJuan Linietsky2018-05-071-0/+2
|\
| * add Point2 helper for Image.get_pixel and Image.set_pixelAlexander Holland2018-04-291-0/+2
* | Add option to renormalize mipmaps when generating them for normalmaps.Juan Linietsky2018-04-291-1/+1
|/
* change to clang formatNeil Graham2018-02-241-1/+1
* add Image::bumpmap_to_normalmap conversion functionNeil Graham2018-02-211-0/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Revert "Add missing image format RGB10A2. Fixes #14964"Juan Linietsky2018-01-031-1/+0
* Merge pull request #15051 from binbitten/bug-fixesRémi Verschelde2018-01-031-0/+1
|\
| * Add missing image format RGB10A2. Fixes #14964binbitten2017-12-251-0/+1
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Add functions to image to load a PNG or JPG from a buffer, closes #4024Juan Linietsky2017-12-201-0/+3
* Improved packed scene previews.Daniel J. Ramirez2017-11-171-0/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Add handy get_size() method to Image classAndrii Doroshenko (Xrayez)2017-08-261-0/+1
* [#9292] Renamed Image.put_pixel() to set_pixel().ducdetronquito2017-07-071-1/+1
* Added 'blit_rect_mask' for 3.0 toodumitru-stama2017-06-241-0/+1
* Added two new methods to 3.0 'blend_rect_mask' and 'fill'd2017-06-181-0/+3
* Merge pull request #9231 from dumitru-stama/constimgGeorge Marques2017-06-161-1/+1
|\
| * Fixed a bug in get_pixel not being constdumitru.stama2017-06-161-1/+1
* | -Fix freezes caused by etccomp2, closes #9183Juan Linietsky2017-06-161-4/+11
|/
* Merge pull request #8548 from tagcup/etc2compJuan Linietsky2017-06-131-4/+4
|\
| * Add ETC1/ETC2 compression support though etc2comp.Ferenc Arn2017-05-311-4/+4
* | -Restored multithread capability to VisualServerJuan Linietsky2017-06-091-2/+2
|/
* rewritten PBR implementation to make it friendlier with BlenderJuan Linietsky2017-05-311-5/+3
* -Added EXR supprot for HDR (no BC6 compression yet though)Juan Linietsky2017-05-261-10/+30
* Use libsquish to decompress DXT textures.Ferenc Arn2017-05-181-1/+1
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-23/+52
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Fix typos in source code using codespellRémi Verschelde2017-03-241-1/+1