mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 20:15:28 -04:00
Updated readme with links to IIORegistry API docs.
This commit is contained in:
parent
7fc9e18a2d
commit
35f63ab972
@ -532,14 +532,12 @@ Should you want to use very specific/advanced features of some of the formats, y
|
|||||||
|
|
||||||
q: How does it work?
|
q: How does it work?
|
||||||
|
|
||||||
a: The TwelveMonkeys ImageIO project contains plug-ins for ImageIO.
|
a: The TwelveMonkeys ImageIO project contains plug-ins for ImageIO. ImageIO uses a service lookup mechanism, to discover plug-ins at runtime.
|
||||||
|
|
||||||
ImageIO uses a service lookup mechanism, to discover plug-ins at runtime.
|
|
||||||
|
|
||||||
TODO: Describe SPI mechanism.
|
|
||||||
|
|
||||||
All you have have to do, is to make sure you have the TwelveMonkeys JARs in your classpath.
|
All you have have to do, is to make sure you have the TwelveMonkeys JARs in your classpath.
|
||||||
|
|
||||||
|
You can read more about the registry and the lookup mechanism in the [IIORegistry API doc](http://docs.oracle.com/javase/7/docs/api/javax/imageio/spi/IIORegistry.html).
|
||||||
|
|
||||||
The fine print: The TwelveMonkeys service providers for TIFF and JPEG overrides the onRegistration method, and
|
The fine print: The TwelveMonkeys service providers for TIFF and JPEG overrides the onRegistration method, and
|
||||||
utilizes the pairwise partial ordering mechanism of the IIOServiceRegistry to make sure it is installed before
|
utilizes the pairwise partial ordering mechanism of the IIOServiceRegistry to make sure it is installed before
|
||||||
the Sun/Oracle provided JPEGImageReader and the Apple provided TIFFImageReader on OS X, respectively.
|
the Sun/Oracle provided JPEGImageReader and the Apple provided TIFFImageReader on OS X, respectively.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user