Basic wrapper around DDSReader.

Nasty hack to get initial plugin working...
Mark and Reset the imageinput stream when reading the header.  Then read the whole buffer into DDSReader and generate a fixed BufferedImage ignoring the getDestination() BufferedImage.
This commit is contained in:
Paul Allen
2024-09-13 15:51:00 +01:00
parent 297a27c5be
commit 82bf4851ab
12 changed files with 955 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@
<!-- Stand-alone readers/writers -->
<module>imageio-bmp</module>
<module>imageio-hdr</module>
<module>imageio-dds</module>
<module>imageio-icns</module>
<module>imageio-iff</module>
<module>imageio-jpeg</module>