summaryrefslogtreecommitdiffstats
path: root/TextureLoader/src/Image.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-19Replaced Align with AlignUpassiduous1-1/+1
2021-01-01Updated copyright noticeassiduous1-1/+1
2020-04-08Enabled tests on appveyorassiduous1-1/+1
2020-04-08Reworked PNG and JPEG image decoding to fix incompatibility of setjmp with c+...assiduous1-422/+43
2020-01-31Renamed .h -> .hpp where appropriateassiduous1-1/+1
2020-01-29Updates to comply with the new APIassiduous1-9/+9
2020-01-01Updated copyright noticeassiduous1-7/+11
2019-12-25Native app: added gloden image processingassiduous1-2/+6
2019-11-25clang-formatted TextureLoader projectEgor Yusov1-208/+209
2019-09-17Updated copyright noticeEgor Yusov1-1/+1
2019-06-28Updated ImageDesc struct to use VALUE_TYPE ComponentType instead of BitsPerPixelEgor Yusov1-8/+65
2019-06-27Minor updates to image loading functionsEgor Yusov1-2/+69
2019-05-04Fixed a couple of Mac build problemsEgor Yusov1-4/+4
2019-05-04Image loader: fixed loading paletted png imagesEgor Yusov1-15/+20
2019-04-28Implemented loading textures from KTXEgor Yusov1-2/+40
2019-04-20Using srgb conversions from graphics acessoriesEgor Yusov1-487/+489
2019-04-03Added options to capture RGB vs RGBA when encoding image as png plus some for...Egor Yusov1-50/+70
2019-04-02Implemented encoding image as jpegEgor Yusov1-2/+129
2019-04-01Added image encoding as pngEgor Yusov1-0/+85
2019-01-02Updated copyright noticeEgor Yusov1-1/+1
2018-12-24Removed local redefinition of Align()Egor Yusov1-11/+1
2018-12-16Fixed msvc warning plus few minor issues revealed by code analysisEgor Yusov1-4/+5
2018-04-01Some updates to texture loading routines.Egor Yusov1-4/+9
2018-01-21Fixed MacOS build warningsEgor Yusov1-1/+1
2018-01-19Enabled MacOS buildEgor Yusov1-2/+2
2018-01-12Fixed image stride alginement issues (opengl requires alignment to be at leas...Egor Yusov1-6/+14
2018-01-04Updated copyright noticeEgor Yusov1-1/+1
2017-12-28Updated debug and error macrosEgor Yusov1-6/+6
2017-12-06Updated cmake files; fixed build warningsEgor Yusov1-2/+2
2017-11-13Updated to version 2.1Egor Yusov1-3/+5
2017-05-20Merge from dev branchEgor Yusov1-1/+1
2017-05-20Merge from dev branchEgor Yusov1-1/+1
2017-04-06Updated copyright noticeEgor Yusov1-1/+1
2016-08-20Updated to Diligent Engine 2.0Egor Yusov1-1/+1