All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found one translation.

NameCurrent message text
 h English (en)* The '''color mode''' of exported PNG files can now be set on the command line with <code>--export-png-color-mode</code> (options: <code>Gray_1|Gray_2|Gray_4|Gray_8|Gray_16|RGB_8|RGB_16|GrayAlpha_8|GrayAlpha_16|RGBA_8|RGBA_16</code>; [https://gitlab.com/inkscape/inkscape/-/merge_requests/2339 MR #2339])
* To export a file using arbitrary '''export formats provided by an extension''' of the 'output' type, one can use the new <code>--export-extension</code> parameter now ([https://gitlab.com/inkscape/inkscape/-/merge_requests/2294 MR #2294 with more details])
* The <code>--export-type</code> option now supports ([https://gitlab.com/inkscape/inkscape/-/merge_requests/771 MR #771]):
** exporting to '''multiple formats at once''', e.g. <code>inkscape --export-type=png,pdf in.svg</code>
** exporting a single input file to multiple export formats '''and rename them''' in the process (will produce out.png and out.pdf), e.g. <code>inkscape --export-type=png,pdf --export-file=out in.svg</code>
** exporting '''multiple files''' to multiple export formats, e.g. <code>inkscape --export-type=png,pdf in1.svg in2.svg</code>
* Added '''actions for aligning and distributing objects''' ([https://gitlab.com/inkscape/inkscape/-/merge_requests/2472 MR #2472])
* Interactive shell mode ([https://gitlab.com/inkscape/inkscape/-/merge_requests/1495 MR #1495]): 
** a '''history of commands''' is now remembered and can be accessed with the up and down arrow keys
** '''auto-completion''' of actions (at start of line) and filenames
** '''command line editing''' is now possible