Christoph Oelckers
|
fe106d9bfe
|
merge FileData and ResourceData.
|
2023-12-14 17:22:29 +01:00 |
|
Christoph Oelckers
|
fc84579319
|
let FileReader::Read return an opaque buffer instead of std::vector.
This can later allow returning a pointer to a static buffer from a cache without creating copies.
|
2023-12-10 09:07:49 +01:00 |
|
Christoph Oelckers
|
c6e2e0add2
|
- fix compilation
|
2023-08-23 18:26:42 +02:00 |
|
Cacodemon345
|
7c90ea6b84
|
- Convert the entire image backend infrastructure to be animation-friendly
|
2023-08-23 18:18:45 +02:00 |
|
Christoph Oelckers
|
42283f56ab
|
- added a quick header check for WebP before loading the entire file for real identification.
This allows quick rejection of virtually everything that's not a WebP without loading the entire file first.
|
2023-08-22 22:54:54 +02:00 |
|
Christoph Oelckers
|
1748477086
|
- use FileData for readinf WebP
|
2023-08-22 22:54:54 +02:00 |
|
Christoph Oelckers
|
21d6eb99eb
|
use std::vector as return value for the FileReader's buffer readers.
|
2023-08-22 22:18:21 +02:00 |
|
Cacodemon345
|
145450a044
|
WebP image support
|
2023-08-22 19:14:21 +02:00 |
|