mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-04-05 00:00:01 -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.
20 lines
164 B
Plaintext
20 lines
164 B
Plaintext
target
|
|
*~
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea
|
|
.svn
|
|
.classpath
|
|
.project
|
|
.settings
|
|
catalog.xml
|
|
nbactions.xml
|
|
nbproject
|
|
private
|
|
profiles.xml
|
|
Thumbs.db
|
|
.DS_Store
|
|
/.metadata/
|
|
.run/
|