Linux command
gimp 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start GIMP
gimp
Open an image
gimp [image.png]
Open multiple images
gimp [image1.png] [image2.jpg]
Run in batch mode without UI
gimp -i -b '(gimp-quit 0)'
Start without splash
gimp --no-splash
说明
gimp (GNU Image Manipulation Program) is a powerful open-source image editor. It provides tools for photo retouching, image composition, and image authoring, supporting numerous file formats. GIMP features layers, masks, filters, color adjustments, and drawing tools. It supports scripting through Script-Fu and Python for automation. The plugin architecture enables extensive customization.
参数
- -b _COMMAND_, --batch _COMMAND_
- Run batch command non-interactively. May appear multiple times.
- --batch-interpreter _PROC_
- Procedure to process batch commands (default: Script-Fu).
- -n, --new-instance
- Start new instance.
- -i, --no-interface
- Run without UI (for batch mode).
- --no-splash
- Don't show splash screen.
- -d, --no-data
- Don't load patterns, gradients, or brushes.
- -f, --no-fonts
- Don't load fonts.
- --verbose
- Show detailed startup messages.
- --help
- Display help information.
FAQ
What is the gimp command used for?
gimp (GNU Image Manipulation Program) is a powerful open-source image editor. It provides tools for photo retouching, image composition, and image authoring, supporting numerous file formats. GIMP features layers, masks, filters, color adjustments, and drawing tools. It supports scripting through Script-Fu and Python for automation. The plugin architecture enables extensive customization.
How do I run a basic gimp example?
Run `gimp` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -b _COMMAND_, --batch _COMMAND_ do in gimp?
Run batch command non-interactively. May appear multiple times.