Package com.xmlmind.w2x.docx.image
Contains interfaces implemented by image converters.
Also contains a registry for image converters and
an implementation of this type of plug-in:
ImageConverterFactoryImpl.
Image converters are used to convert images having a format not supported by Web browsers (TIFF, WMF, EMF, etc) to a format supported by Web browsers (SVG, PNG, JPEG).
-
Interface Summary Interface Description ImageConverter Specifies the interface which must be implemented by an image converter created by anImageConverterFactory.ImageConverterFactory Factory used to create image converters. -
Class Summary Class Description ExternalImageConverter Image converter factory executing an external program to perform the conversion.ImageConverterFactories The registry of allimage converter factoriesused by W2X.ImageConverterFactoryImpl Image converter factory leveragingImageIOused to convert TIFF images to PNG or JPEG.