Full name:
org.codehaus.mojo:batik-maven-plugin:1.0-beta-1:rasterize
Description:
Attributes:
generate-resources.| Name | Type | Since | Description |
|---|---|---|---|
| destDir | File |
- |
The directory to write the rasterized SVG files. Default value is: ${project.build.directory}/generated-resources/images. |
| destType | String |
- |
The type of file to convert to. Valid values are png,
jpeg, tiff or pdf.Default value is: png. |
| srcDir | File |
- |
The directory containing the SVG files. Default value is: ${basedir}/src/main/svg. |
| srcIncludes | String |
- |
The file pattern for inclusion of SVG files. Default value is: **/*.svg. |
| Name | Type | Since | Description |
|---|---|---|---|
| background | String |
- |
The background color. Valid values are of the form
#rrggbb. |
| dpi | float |
- |
The desired resolution, in dots-per-inch (dpi). Use -1 disable
setting the dpi. Default value is: -1. |
| height | float |
- |
The output height, or -1 to not constrain the height. Default value is: -1. |
| indexed | int |
- |
The PNG index value. Only used when destination type is
png. Valid values are 1, 2, 4 or 8 bits, or -1 to not
index.Default value is: -1. |
| maxHeight | float |
- |
The maximum output height, or -1 to not constrain the maximum
height. Default value is: -1. |
| maxWidth | float |
- |
The maximum output width, or -1 to not constrain the maximum width. Default value is: -1. |
| quality | float |
- |
The JPEG encoding quality. Only used when destination type is
jpeg. Valid values are between 0.0 and 0.99 inclusive,
or -1 to disable setting the quality.Default value is: -1. |
| srcExcludes | String |
- |
The file pattern for exclusion of SVG files. |
| width | float |
- |
The output width, or -1 to not constrain the width. Default value is: -1. |
#rrggbb.java.lang.StringNojava.io.FileYes${project.build.directory}/generated-resources/imagespng,
jpeg, tiff or pdf.java.lang.StringYespngdpi:
floatNo-1floatNo-1png. Valid values are 1, 2, 4 or 8 bits, or -1 to not
index.intNo-1floatNo-1floatNo-1jpeg. Valid values are between 0.0 and 0.99 inclusive,
or -1 to disable setting the quality.floatNo-1java.io.FileYes${basedir}/src/main/svgjava.lang.StringNojava.lang.StringYes**/*.svgfloatNo-1