TwelveMonkeys icon indicating copy to clipboard operation
TwelveMonkeys copied to clipboard

TwelveMonkeys ImageIO: Additional plug-ins and extensions for Java's ImageIO

Results 73 TwelveMonkeys issues
Sort by recently updated
recently updated
newest added

The following no longer works: ````java param.setDestinationType(ImageTypeSpecifier.createBanded(ColorSpace.getInstance(ColorSpace.CS_sRGB), new int[]{0, 1, 2}, new int[] {0, 0, 0}, DataBuffer.TYPE_BYTE, false, false)); ```` The above code works for me in Java 8 (1.8.0_x)....

Confirmed bug
New feature

There is need for reading larger images than what can be created using the normal `BufferedImage` class and supporting Java2D classes. Currently, `SampleModel` (used by `WritableRaster`) has a restriction that...

New feature

Hi Harald, great project! I have actually a question and I am not sure if this is possible with PSD files. Can the original files names and the linked filepath...

New feature
Trouble-shooting

Hi, seems like imageIO is suffering from a GIF-bug not getting any attention since 5 years. I wondered whether it might be possible adding GIF support to twelveMonkeys to tackle...

New feature
Sponsor needed

(I thought it was better to create a new topic for this, see #442 for background) The change you proposed to let `setInput` receive a `Document` object does in fact...

New feature

So, here it is. What we discussed here: https://github.com/haraldk/TwelveMonkeys/issues/451 I included the method to also allow using a simple org.w3c.dom.Document. You can remove it if you don't like ; )...

Sorry couldnt work out how to email author, will there be .raw support ever added?

New feature

Add support for JBIG compression (compression value 34661). Will require a JBIG (JBIG1) ImageReader implementation, currently JBIG2 ImageReaders exists ([levigo](https://github.com/levigo/jbig2-imageio), GPL and [JPedal](https://github.com/Borisvl/JBIG2-Image-Decoder), BSD), but no JBIG1. See #307 for...

New feature
Sponsor needed

IOCA is a format which is used to contain image data, typically within AFP files, although it may occur outside of them. This plugin allows MODCA (AFP) parsers to delegate...

New feature

JPEG-LS is a lossless/near-lossless jpeg format that we encounter from time to time. JAI has a native JPEG-LS codec but it would be great to have it in pure java....

New feature
Sponsor needed