Índice
Usually you start GIMP either by clicking an icon (if your system is set up to provide you with one), or by typing gimp on a command line. If you have multiple versions of GIMP installed, you may need to type gimp-2.10 to get the newest version. You can, if you want, provide a list of image file names on the command line after the program name so that GIMP automatically opens those files after it starts. It is also possible, though, to open files from within GIMP once it is running.
Most operating systems support file associations, which associates a class of files (as determined by their filename extension, such as .jpg) with a corresponding application (such as GIMP). When image files are properly “associated” to GIMP, you can double click an image to open it in GIMP.
GIMP is the most widely supported image manipulation program available today. The platforms on which GIMP is known to work include:
GNU/Linux™, Apple macOS™, Microsoft Windows™, OpenBSD™, NetBSD™, FreeBSD™, Solaris™, SunOS™, AIX™, HP-UX™, Tru64™, Digital UNIX™, OSF/1™, IRIX™, OS/2™, and BeOS™.
GIMP is easily ported to other operating systems because of its source code availability. For further information visit the GIMP developers homepage. [GIMP-DEV].
GIMP automatically detects and uses the system language. In the unlikely event that language detection fails, or if you want to use a different language, you can change the language used in: Interface section; Language can be set at the top.
→ , then go to theVocê também pode usar:
In LINUX: in console mode,
type LANGUAGE=en gimp
or
LANG=en gimp
replacing en with fr, de, ... according to the language you
want. Background: Using LANGUAGE=en
sets an environment variable for the executed
program gimp
.
“System Variables” area: button: Enter LANG for Name and fr or de... for Value. Watch out! You have to click three successive times to validate your choice.
→ → → button inIf you change languages often, you can create a batch file to change the language. Open NotePad. Type the following commands (for French for instance):
set lang=fr
start gimp-2.10.exe
Save this file as GIMP-FR.BAT
(or another
name, but always with a
.BAT
extension). Create
a shortcut and drag it to your desktop.
Outra possibilidade no Windows XP:
→ → Então e selecione a linguagem que você deseja na lista flutuante.From System Settings, click General in the sidebar. Then select Language & Region. The desired language should be the first in the list.
Use -n
to run multiple instances of GIMP.
For example, use gimp-2.10
to start GIMP
in the default system language, and
LANGUAGE=en gimp-2.10 -n
to start another
instance of GIMP in English; this is very
useful for translators.
Although arguments are not required when starting
GIMP, the most
common arguments are shown below. On a Unix system, you can use
man gimp
for a complete list.
Command line arguments must be in the command line that you use to start GIMP as gimp-2.10 [OPTION...] [FILE|URI...].
Exibe uma lista de todas as opções de linha de comando.
Mostra todas as opções de ajuda.
Mostrar as opções do GTK+.
Imprime a versão do GIMP e sai.
Mostrar informações de licença e sai.
Mostrar as mensagens de inicialização em detalhes.
Iniciar uma nova instância do GIMP.
Abre as imagens como se fossem novas.
Executa sem uma interface de usuário, por exemplo, para se executar um script automaticamente, junto com a função --batch
Não carrega texturas, degradês, paletas ou pincéis. Muitas vezes, útil em situações não-interativas, onde o tempo de inicialização deve ser minimizado.
Não carrega nenhuma fonte (tipográfica). Isso é útil para carregar o GIMP mais rápido para os scripts que não utilizam fontes, ou para encontrar problemas relacionados a fontes com problemas que possam fazer o GIMP travar.
Não mostra a tela inicial durante a inicialização.
Não use memória compartilhada entre o GIMP e plug-ins.
Não use funções especiais de aceleração de CPU. Útil para encontrar ou desativar bugs das funções aceleradas em hardware.
nome
Use um arquivo sessionrc
diferente para esta sessão doGIMP. O nome de sessão dado é anexado ao nome do arquivo padrão - sessionrc
.
Nome do arquivo
Use um arquivo gimprc
alternativo em vez do padrão. O arquivo gimprc
contém um registro de suas preferências. Útil nos casos em que os caminhos dos plugins ou características da máquina possam ser diferentes, ou para ter diferentes configurações dependendo do tipo de trabalho que você vai fazer.
Nome do arquivo
Usa um arquivo gimprc alternativo, em vez do gimprc do sistema.
comandos
Executa o conjunto de comandos dados não interativamente. O conjunto de comandos é tipicamente na forma de um script que pode ser executado por uma das extensões de script do GIMP. Quando o comando é -
, os comandos são lidos da entrada padrão. Pode ser usado em conjunto com a opção --no-interface
proc
Especificar o procedimento a usar para processar os comandos de lote. O procedimento padrão é o Script-Fu.
Do not display dialog boxes on errors or warnings. Print the messages on the console instead.
modo
Modo de compatibilidade do PDB. Os modos são "off", "on", "warn" (desligado, ligado, aviso). O padrão é "aviso".
modo
Depurar no caso de uma falha. Os modos são "never", "query", "always" (nunca, consultar, sempre)
Habilita manipuladores de sinais de depuração não-fatais. Útil para depuração do GIMP.
Make all warnings fatal. Useful for debugging.
Imprime um arquivo gimprc com as configurações padrão. Útil se você estragou o seu arquivo gimprc.
display
Use o display X designado (não se aplica a todas as plataformas).
Show a preferences page with experimental features.