Is there anyway to massage the ImageIO into leaving images with indexed colour models intact?
The png/gif ImageReaders both return false for canReadRaster and keep returning ARGB images.
Is there anyway to massage the ImageIO into leaving images with indexed colour models intact?
The png/gif ImageReaders both return false for canReadRaster and keep returning ARGB images.
Don’t worry, I got it sorted. ImageIO does leave the type intact, GIMP was just optimising for palette size and it was TYPE_BYTE_BINARY.