# gimp > GNU 图像处理程序。 > 另请参见: `krita`。 > 更多信息: 。 - 启动 GIMP: `gimp` - 打开特定文件: `gimp {{path/to/image1 path/to/image2 ...}}` - 在新窗口中打开特定文件: `gimp --new-instance {{path/to/image1 path/to/image2 ...}}` - 启动时不显示启动画面: `gimp --no-splash` - 将错误和警告打印到控制台,而不是在对话框中显示: `gimp --console-messages` - 启用调试信号处理程序: `gimp --debug-handlers`