Package org.forgerock.doc.maven.pre
Class Dpi
java.lang.Object
org.forgerock.doc.maven.pre.Dpi
Set DPI on .png images in the modifiable copy of the sources.
This class transforms the .png images in place.
-
Constructor Summary
ConstructorsConstructorDescriptionDpi
(AbstractDocbkxMojo mojo) Constructor setting the Mojo that holds the configuration. -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Set DPI on .png images in the modifiable copy of the sources.
-
Constructor Details
-
Dpi
Constructor setting the Mojo that holds the configuration.- Parameters:
mojo
- The Mojo that holds the configuration.
-
-
Method Details
-
execute
Set DPI on .png images in the modifiable copy of the sources. Default: 160 DPI.- Throws:
org.apache.maven.plugin.MojoExecutionException
- Failed to edit image file.
-