Inkscape.org
Beginners' Questions Using Inscape with command line and Python - How to skip importing settings when importing figure via command line?
  1. #1
    rposti rposti @rposti

    Hi all! I have a bunch of .tga pictures and I'm using Inkscape with a command line and Python to change the file formating to .png. I'm using the following command to change the figure format from .tga to .png: inkscape --export-type="png" figure-name.tga.

    The problem is that everytime I execute that command via (via cmd or from my Python script), a window with import settings appears. See the picture attached. How do I prevent that window from appearing every time I want to change the format of the figure (clicking don't show again doesn't help)? I tried to add --without-gui to the command but I'm getting an error that the command is not recognized. I'm using Windows 7 and Inkscape 1.0 (4035a4fb49, 2020-05-01).

     

     

    Import
Inkscape Inkscape.org Inkscape Forum Beginners' Questions Using Inscape with command line and Python - How to skip importing settings when importing figure via command line?