Files
TwelveMonkeys/imageio
Paul Allen 0cd056ac54 Push ImageInputStream into DDSReader
Unable to determine buffer length (so as a hack I over allocate buffer and read)

```
byte[] buffer = new byte[width * height * 4];
int len = imageInput.read(buffer);
```

Added test files for all supported formats.
2024-09-17 16:37:11 +01:00
..
2024-06-09 13:05:54 +02:00
2024-09-13 15:51:00 +01:00
2013-12-23 10:50:50 +01:00