Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | WORD -> uint16_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2020-08-17 | FreeImage: WebP support added | George Hazan | |
2019-09-26 | C++'17 compatibility mode enabled | George Hazan | |
2019-02-07 | FreeImage: update to 3.18.0 | George Hazan | |
2018-03-09 | FreeImage: initialization order of internal plugins MUST pe same order as ↵ | aunsane | |
used in FREE_IMAGE_FORMAT enum (fixed #1177) | |||
2018-03-07 | some fixes | Kirill Volinsky | |
2018-01-26 | AdvaImg: | George Hazan | |
- freeimage extracted to the separate library; - FI_INTERFACE removed, all references to it are replaced with direct calls of FreeImage_* functions; - unified project for AdvaImg |