This class is most useful when used in conjunction with an {@link net.sf.jpluck.palm.bitmap.BitmapConverter}. An BitmapConverter can, for instance, convert images to Bitmaps in a batch procedure and save the TBMP data in files. (For an example see {@link net.sf.jpluck.palm.tools.BatchImageConverter}.) An application can then directly incorporate the TBMP data in a PDB by reading the pregenerated data from those files. This may save a lot of work at runtime, as image conversion is generally the most time-consuming task during PDB creation.
You can obtain a copy of the raw TBMP data using the {@link #toByteArray} method.
You can access the meta information using the various getXXX() methods.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|