alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Java example source code file (iio-plugin.properties)

This example Java source code file (iio-plugin.properties) is included in the alvinalexander.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Learn more about this Java project at its project page.

Java - Java tags/keywords

bmp, bmpimagereader5\=input, bmpimagereader6\=unable, bmpimagereader7\=invalid, bmpimagewriter0\=output, bmpimagewriter5\=no, bmpimagewriter6\=compression, bmpimagewriter8\=image, imageio-style, imageoutputstream, imageutil0\=the, wbmp, wbmpimagereader1\=input, wbmpmetadata0\=the

The iio-plugin.properties Java example source code

# Internationalization file for JAI plugins including
#    javax.imageio.plugins.bmp
#    com.sun.imageio.plugins.common
#    com.sun.imageio.plugins.bmp
#    com.sun.imageio.plugins.wbmp
#

# Common properties
ImageUtil0=The supplied Raster does not represent a binary data set.
ImageUtil1=The provided sample model is null.
SimpleRenderedImage0=The provided region doesn't intersect with the image bounds.
GetNumImages0=Input has not been set.
GetNumImages1=seekForwardOnly and allowSearch cannot both be true.


# BMP plugin properties
BMPImageWriteParam0=Only versions 2-5 are supported.
BMPImageReader0=Only one image exists in the stream.
BMPImageReader1=Invalid magic value for BMP file.
BMPImageReader2=Invalid compression specified in BMP stream.
BMPImageReader3=New BMP version not implemented yet.
BMPImageReader4=No ImageIO-style reader is found for
BMPImageReader5=Input has not been set.
BMPImageReader6=Unable to read the image header.
BMPImageReader7=Invalid bitmap offset.
BMPImageWriter0=Output is not an ImageOutputStream.
BMPImageWriter1=The image region to be encoded is empty.
BMPImageWriter2=Only 1 or 3 band image is encoded.
BMPImageWriter3=The maximum pixel size should be 32.
BMPImageWriter4=Only version 3 is supported.
BMPImageWriter5=No ImageIO-style writer is found for
BMPImageWriter6=Compression type BI_BITFIELDS should be used for 16 bpp or 32 bpp images only.
BMPImageWriter7=Output has not been set.
BMPImageWriter8=Image is null!
BMPMetadata0=The provided metadata format isn't recognized.
BMPMetadata1=Metadata is read-only.


# WBMP plugin properties
WBMPImageReader0=Only one image exists in the stream.
WBMPImageReader1=Input has not been set.
WBMPImageReader2=Bad WBMP header.
WBMPImageWriter0=Output is not an ImageOutputStream.
WBMPImageWriter1=The image region to be encoded is empty.
WBMPImageWriter2=Only integral single-band bilevel image is supported.
WBMPImageWriter3=Output has not been set.
WBMPImageWriter4=Image is null!
WBMPMetadata0=The provided metadata format isn't recognized.
WBMPMetadata1=Metadata is read-only.

Other Java examples (source code examples)

Here is a short list of links related to this Java iio-plugin.properties source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.