mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-04-25 00:00:03 -04:00
0cd056ac54
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.
15 lines
626 B
XML
15 lines
626 B
XML
<component name="ProjectRunConfigurationManager">
|
|
<configuration default="false" name="DDSImageReader" type="Application" factoryName="Application" nameIsGenerated="true">
|
|
<option name="MAIN_CLASS_NAME" value="com.twelvemonkeys.imageio.plugins.dds.DDSImageReader" />
|
|
<module name="imageio-dds" />
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<option name="PATTERN" value="com.twelvemonkeys.imageio.plugins.dds.*" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</extension>
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
</component> |