All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.batik.apps.rasterizer.resources.Messages.properties Maven / Gradle / Ivy

There is a newer version: 1.17
Show newest version
# -----------------------------------------------------------------------------
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements.  See the NOTICE file distributed with
#   this work for additional information regarding copyright ownership.
#   The ASF licenses this file to You under the Apache License, Version 2.0
#   (the "License"); you may not use this file except in compliance with
#   the License.  You may obtain a copy of the License at
#
#       http://www.apache.org/licenses/LICENSE-2.0
#
#   Unless required by applicable law or agreed to in writing, software
#   distributed under the License is distributed on an "AS IS" BASIS,
#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#   See the License for the specific language governing permissions and
#   limitations under the License.
#
# $Id: Messages.properties 1733416 2016-03-03 07:07:13Z gadams $
# -----------------------------------------------------------------------------

SVGConverter.error.no.sources.specified = \
Error: no source was specified.

SVGConverter.error.cannot.use.dst.file = \
Error: cannot use destination file where there are multiple sources. \
Should use a destination directory instead.

SVGConverter.error.no.srcdir.or.srcfile.specified = \
Error: no source directory or source file specified. 

SVGConverter.error.cannot.compute.destination = \
Error: no output directory specified and source is not \
a file (source causing failure is "{0}"

SVGConverter.error.cannot.access.transcoder = \
Error: cannot access transcoder for image of type {0}

SVGConverter.error.source.same.as.destination = \
Error: source is the same as destination.

SVGConverter.error.cannot.read.source = \
Error: cannot read source ({0})

SVGConverter.error.cannot.open.source = \
Error: cannot open source {0}

SVGConverterURLSource.error.invalid.url = \
Error: invalid url ({0})

SVGConverter.error.unable.to.create.output.dir = \
Error: unable to create output directory

SVGConverter.error.output.not.writeable = \
Error: output not writeable {0}

SVGConverter.error.cannot.open.output.file = \
Error: cannot open output file ({0})

SVGConverter.error.while.rasterizing.file = \
Error while rasterizing SVG file: {0} \
Got an exception with message : {1}

SVGConverter.error.invalid.area = \
Error. Invalid area of interest. There must be exactly four integers in the area value. \
The value was: {0}

SVGConverter.error.invalid.area.x.problem = \
Error. Invalid area of interest. Start x is after end x. \
The value was: {0}

SVGConverter.error.invalid.area.y.problem = \
Error. Invalid area of interest. Start y is after end y. \
The value was: {0}


Main.usage = \
SVG Rasterizer options are: \n \
 -d    \n \
\toutput directory. If there is a single input file, this can be a file. \n \
 -m    \n \
\toutput mime type. \n \
 -w       \n \
\toutput width. This is a floating point value. \n \
 -h      \n \
\toutput height. This is a floating point value. \n \
 -maxw       \n \
\tMaximum output width. This is a floating point value. \n \
 -maxh      \n \
\tMaximum output height. This is a floating point value. \n \
 -a        \n \
\toutput area. The format for  is x,y,w,h, where x, y, w and h \n \
\tare floating point values. \n \
 -bg      \n \
\touput color. The format for  is a.r.g.b, where a, r, g and b \n \
\tare integer values. \n \
 -cssMedia  \n \
\tCSS media type for which the source SVG files should be \n \
\tconverted.\n \
 -cssAlternate  \n \
\tCSS alternate stylesheet to use when converting the source \n \
\tSVG files. \n \
 -cssUser  \n \
\tCSS user stylesheet URI to apply to converted SVG documents \n \
\tin addition to any other referened or embeded stylesheets. \n \
 -font-family  \n \
\tValue used as a default when no font-family value \n \
\tis specified. \n \
 -lang  \n \
\tUser language to use when converting SVG documents.\n \
 -q  \n \
\tQuality for the output image. This is only relevant for the \n \
\timage/jpeg mime type. \n \
 -indexed (1|2|4|8)\n \
\tReduces the image to given number of bits per pixel using an\n \
\tadaptive pallete, resulting in an Indexed image.  This is\n \
\tcurrently only supported for PNG conversion.\n \
 -dpi  \n \
\tResolution for the ouptut image. \n \
 -validate  \n \
\tControls whether the source SVG files should be validated. \n \
 -onload  \n \
\tControls if the source SVG files must be rasterize after \n \
\tdispatching the ''onload'' event. \n \
 -snapshotTime