The ImageReferenceFactory determines which implementation of the
Image Reference should be created. The ImageReference type can be specified
by the following system properties or alternatively by the enum type.
- org.icepdf.core.imageReference = default
- org.icepdf.core.imageReference = scaled
- org.icepdf.core.imageReference = mipmap
- org.icepdf.core.imageReference = smoothScaled
The default value returns an unaltered image, scaled returns a scaled
image instance and there MIP mapped returns/picks a scaled image that
best fits the current zoom level for a balance of render speed and quality.