0N/A# Internationalization file for JAI plugins including
0N/A# javax.imageio.plugins.bmp
0N/A# com.sun.imageio.plugins.common
0N/A# com.sun.imageio.plugins.bmp
0N/A# com.sun.imageio.plugins.wbmp
0N/A#
0N/A
0N/A# Common properties
0N/AImageUtil0=The supplied Raster does not represent a binary data set.
0N/AImageUtil1=The provided sample model is null.
0N/ASimpleRenderedImage0=The provided region doesn't intersect with the image bounds.
0N/AGetNumImages0=Input has not been set.
0N/AGetNumImages1=seekForwardOnly and allowSearch cannot both be true.
0N/A
0N/A
0N/A# BMP plugin properties
0N/ABMPImageWriteParam0=Only versions 2-5 are supported.
0N/ABMPImageReader0=Only one image exists in the stream.
0N/ABMPImageReader1=Invalid magic value for BMP file.
0N/ABMPImageReader2=Invalid compression specified in BMP stream.
0N/ABMPImageReader3=New BMP version not implemented yet.
0N/ABMPImageReader4=No ImageIO-style reader is found for
0N/ABMPImageReader5=Input has not been set.
0N/ABMPImageWriter0=Output is not an ImageOutputStream.
0N/ABMPImageWriter1=The image region to be encoded is empty.
0N/ABMPImageWriter2=Only 1 or 3 band image is encoded.
0N/ABMPImageWriter3=The maximum pixel size should be 32.
0N/ABMPImageWriter4=Only version 3 is supported.
0N/ABMPImageWriter5=No ImageIO-style writer is found for
0N/ABMPImageWriter6=Compression type BI_BITFIELDS should be used for 16 bpp or 32 bpp images only.
0N/ABMPImageWriter7=Output has not been set.
0N/ABMPImageWriter8=Image is null!
0N/ABMPMetadata0=The provided metadata format isn't recognized.
0N/ABMPMetadata1=Metadata is read-only.
0N/A
0N/A
0N/A# WBMP plugin properties
0N/AWBMPImageReader0=Only one image exists in the stream.
0N/AWBMPImageReader1=Input has not been set.
0N/AWBMPImageReader2=Bad WBMP header.
0N/AWBMPImageWriter0=Output is not an ImageOutputStream.
0N/AWBMPImageWriter1=The image region to be encoded is empty.
0N/AWBMPImageWriter2=Only integral single-band bilevel image is supported.
0N/AWBMPImageWriter3=Output has not been set.
0N/AWBMPImageWriter4=Image is null!
0N/AWBMPMetadata0=The provided metadata format isn't recognized.
0N/AWBMPMetadata1=Metadata is read-only.