fu – -Translation – Keybot Dictionary

Spacer TTN Translation Network TTN TTN Login Deutsch Français Spacer Help
Source Languages Target Languages
Keybot 490 Results  docs.gimp.org  Page 6
  3.6. Estendere lo scrip...  
  5. Filtri luce e ombra  
(define (script-fu-text-box inTest inFont inFontSize inTextColor inBufferAmount) (let* ( ;definizione delle variabili locali ;creazione di una nuova immagine: (theImageWidth 10) (theImageHeight 10) (theImage (car (gimp-image-new theImageWidth theImageHeight RGB ) ) ) (theText) ;una dichiarazione per il testo ;che si creerà in seguito (theBuffer) ;
(define (script-fu-text-box inTest inFont inFontSize inTextColor inBufferAmount) (let* ( ; define our local variables ; create a new image: (theImageWidth 10) (theImageHeight 10) (theImage (car (gimp-image-new theImageWidth theImageHeight RGB ) ) ) (theText) ;a declaration for the text ;we create later (theBuffer) ;
Python-Fu
and
og
  7.5. Neon  
Si troverà in GIMP anche uno script-fu con lo stesso nome, Neon, che lavora in maniera differente. Lo script-fu è un metodo veloce e semplice per creare lettere contornate da un effetto neon utili per i loghi.
You will find in GIMP a Script-Fu also named Neon, which works in a different manner. The Script-Fu is an easy shortcut to construct logo-like letters outlined with a configurable neon-effect. See Section 16.18, “Neon” for details.
You will find in GIMP a Script-Fu also named Neon, which works in a different manner. The Script-Fu is an easy shortcut to construct logo-like letters outlined with a configurable neon-effect. See Sección 16.18, “Neon” for details.
You will find in GIMP a Script-Fu also named Neon, which works in a different manner. The Script-Fu is an easy shortcut to construct logo-like letters outlined with a configurable neon-effect. See Раздел 16.18, «Неон» for details.
  7.5. Neon  
Si troverà in GIMP anche uno script-fu con lo stesso nome, Neon, che lavora in maniera differente. Lo script-fu è un metodo veloce e semplice per creare lettere contornate da un effetto neon utili per i loghi.
You will find in GIMP a Script-Fu also named Neon, which works in a different manner. The Script-Fu is an easy shortcut to construct logo-like letters outlined with a configurable neon-effect. See Section 16.18, “Neon” for details.
You will find in GIMP a Script-Fu also named Neon, which works in a different manner. The Script-Fu is an easy shortcut to construct logo-like letters outlined with a configurable neon-effect. See Sección 16.18, “Neon” for details.
You will find in GIMP a Script-Fu also named Neon, which works in a different manner. The Script-Fu is an easy shortcut to construct logo-like letters outlined with a configurable neon-effect. See Раздел 16.18, «Неон» for details.
  3.6. Estendere lo scrip...  
(define (script-fu-text-box inTest inFont inFontSize inTextColor inBufferAmount) (let* ( ;definizione delle variabili locali ;creazione di una nuova immagine: (theImageWidth 10) (theImageHeight 10) (theImage (car (gimp-image-new theImageWidth theImageHeight RGB ) ) ) (theText) ;una dichiarazione per il testo ;che si creerà in seguito (theBuffer) ;
(define (script-fu-text-box inTest inFont inFontSize inTextColor inBufferAmount) (let* ( ; define our local variables ; create a new image: (theImageWidth 10) (theImageHeight 10) (theImage (car (gimp-image-new theImageWidth theImageHeight RGB ) ) ) (theText) ;a declaration for the text ;we create later (theBuffer) ;
(define (script-fu-text-box inTest inFont inFontSize inTextColor inBufferAmount) (let* ( ; define our local variables ; create a new image: (theImageWidth 10) (theImageHeight 10) (theImage (car (gimp-image-new theImageWidth theImageHeight RGB ) ) ) (theText) ;a declaration for the text ;we create later (theBuffer) ;
(define (script-fu-text-box inTest inFont inFontSize inTextColor inBufferAmount) (let* ( ; define our local variables ; create a new image: (theImageWidth 10) (theImageHeight 10) (theImage (car (gimp-image-new theImageWidth theImageHeight RGB ) ) ) (theText) ;a declaration for the text ;we create later (theBuffer) ;
(define (script-fu-text-box inTest inFont inFontSize inTextColor inBufferAmount) (let* ( ; define our local variables ; create a new image: (theImageWidth 10) (theImageHeight 10) (theImage (car (gimp-image-new theImageWidth theImageHeight RGB ) ) ) (theText) ;a declaration for the text ;we create later (theBuffer) ;
(define (script-fu-text-box inTest inFont inFontSize inTextColor inBufferAmount) (let* ( ; define our local variables ; create a new image: (新しい画像を作る局所変数を定義する) (theImageWidth 10) (theImageHeight 10) (theImage (car (gimp-image-new theImageWidth theImageHeight RGB ) ) ) (theText) ;a declaration for the text (テキストの定義) ;we create later (あとで作成するつもり) (theBuffer) ;
(define (script-fu-text-box inTest inFont inFontSize inTextColor inBufferAmount) (let* ( ; define our local variables ; create a new image: (theImageWidth 10) (theImageHeight 10) (theImage (car (gimp-image-new theImageWidth theImageHeight RGB ) ) ) (theText) ;a declaration for the text ;we create later (theBuffer) ;
  2.  Uso degli script Sc...  
2.2.  Installazione degli Script-Fu
2.2.  Installing Script-Fus
2.2.  Installer des Script-Fu
2.2. Skript-Fus installieren
2.2. Instalación de guiones Script-Fu
3. Zasvěcení do Script-Fu
2.2. Script-Fu 설치하기
2.2. Å installere Script-Fu
2.2. Установка скриптов
  5. Filtri luce e ombra  
Script-Fu
Certains
Ein del skript i
  Capitolo 2. Esecuzione ...  
Specifica la procedura da usare per elaborare i processi batch. La procedura predefinita è Script-Fu.
Procédure à utiliser pour élaborer les commandes batch. La procédure par défaut est Scrip-Fu.
Die Prozedur zum Abarbeiten von Befehlsabfolgen angeben. Die Voreinstellung ist Skript-Fu.
Specify the procedure to use to process batch commands. The default procedure is Script-Fu.
Prosedyren som blir brukt for å køyre mengdetolkarane (batch kommandoane). Denne er normalt sett til Script-Fu.
  3. Una guida sugli Scri...  
Ora mettamo in pratica quanto detto sopra. Avviare GIMP, se non è già pronto, e scegliere Filtri → Script-Fu → Console. Verrà mostrata la finestra della console Script-Fu che consente di lavorare interattivamente in Scheme:
Now, let's practice what we have just learned. Start up GIMP, if you have not already done so, and choose Filters → Script-Fu → Console. This will start up the Script-Fu Console window, which allows us to work interactively in Scheme. In a matter of moments, the Script-Fu Console will appear:
Lassen Sie uns nun das üben, was wir gerade gelernt haben. Starten Sie GIMP, falls Sie es noch nicht getan haben, und wählen Sie Filter → Skript-Fu → Konsole. Es öffnet sich das Fenster der Skript-Fu-Konsole, wo Sie interaktiv mit Scheme arbeiten können:
Now, let's practice what we have just learned. Start up GIMP, if you have not already done so, and choose Filters → Script-Fu → Console. This will start up the Script-Fu Console window, which allows us to work interactively in Scheme. In a matter of moments, the Script-Fu Console will appear:
では早速学んだことを練習してみましょう。 まだGIMPが動いていなければ立て上げます。 そして画像ウィンドウのメニューから フィルタ → Script-Fu → Script-Fu コンソール と進んでいただくと「Script-Fu コンソール」が開きます。 これは Scheme 言語を対話的に作動させる目的で作られた機能です。 間も無く「Script-Fu コンソール」が現れます。
Dermed er vi klare for å praktisera kunnskapane våre. Start opp GIMP, dersom du ikkje alt har gjort det, og finn fram til Filter → Script-Fu → Konsoll. Klikk på denne, og vindauget «Script-Fu konsoll», som vi skal arbeide på, vil dukke opp på skjermen.
  2.  Uso degli script Sc...  
Gli Script-Fu sono quello che nel mondo Windows si chiamano "macro" solo più potenti. Gli Script-Fu sono basati su un linguaggio interpretato chiamato Scheme, e lavorano interrogando le funzioni nel database di GIMP.
Script-Fu is what the Windows world would call "macros" But Script-Fu is more powerful than that. Script-Fu is based on an interpreting language called Scheme, and works by using querying functions to the GIMP database. You can do all kinds of things with Script-Fu, but an ordinary GIMP user will probably use it for automating things that:
Script-Fu est ce que le monde Windows appellerait des "macros" mais Script-Fu est bien plus puissant que cela. Script-Fu est basé sur un langage interprêté appelé le Scheme, et fonctionne en utilisant des fonctions de requêtes sur la base de données de GIMP. Vous pouvez faire toutes sortes de choses avec Script-Fu, mais l'utilisateur de base de GIMP l'utilisera pour automatiser des choses :
Skript-Fu ist das, was die Windows-Welt "Makros" nennen würde. Aber Skript-Fu ist viel mehr als das. Skript-Fu basiert auf einer Interpretersprache namens „Scheme“ und fragt mittels Funktionen die GIMP-Datenbank ab. Sie können alles mögliche mit Skript-Fu machen, aber ein typischer Benutzer wird es vermutlich zur Automatisierung einsetzen, insbesondere für Aktionen, die
Script-Fu es lo que en el mundo de Windows se llamaría "macros", pero en realidad es mucho más poderoso que éstas. Se basa en un lenguaje interpretado llamado Scheme, y trabaja consultando funciones a la base de datos del GIMP. Puede hacer una gran variedad de cosas con Script-Fu, pero en general se utiliza para automatizar tareas que:
Script-Fu je to, čemu by se ve světě Windows říkalo „makra“. Script-Fu je ale mnohem víc. Script-Fu je založeno na interpretovaném jazyku Scheme, což je dialekt Lispu, a při své činnosti se dotazuje na funkce z databáze Gimpu. Script-Fu lze používat k ohromnému množství účelů, ale začátečníci obvykle používají Script-Fu k automatizaci úkonů, které:
스크립트-푸(Script-Fu) 는 윈도우즈의 "매크로" 와 비슷하지만 조금더 강력합니다. Script-Fu 는 Scheme 이라는 인터프리팅 언어에 기반을 두고 있으며 김프 데이터베이스에 쿼리문을 요청하는 방식으로 동작합니다. 원한다면 Script-Fu 의 모든 기능을 사용할 수 있지만, 일반적인 김프 사용자들은 주로 다음과 같은 경우에 사용합니다.
Script-Fu er noe av det same som Windows sine “makroar”, men mykje kraftigare. Script-Fu er basert på programmeringsspråket “Scheme” og arbeider ved å nytte spørjefunksjonar mot GIMP sin database. Du kan eigentleg gjere ganske mykje med Script-Fu, men den vanlege bruken er vel å automatisere ulike oppgåver som for eksempel slike som
Script-Fu это то, что в мире Windows называется "макросами". Но в сравнении с ними Script-Fu явлется более мощным инструментом. Script-Fu основан на интерпретируемом языке, называемом Scheme, и работает с помощью использования запрашиваемых функций из базы данных GIMP. С помощью Script-Fu вы можете производить все виды действий, но обычный пользователь GIMP вероятно использует его для автоматизации таких вещей как:
  2.  Uso degli script Sc...  
Script-Fu (un dialetto del linguaggio Scheme) non è il solo linguaggio di scripting disponibile per GIMP anche se Script-Fu è l'unico predefinito nell'installazione. Altre estensioni di scripting sono disponibili per il linguaggio Perl e Tcl.
Script-Fu (a dialect of Scheme) isn't the only scripting language available for GIMP. But Script-Fu is the only scripting language that is installed by default. Other available scripting extensions are Perl and Tcl. You can download and install both extensions at the GIMP Plugin Registry [GIMP-REGISTRY].
Script-Fu (un dialecte du Scheme) n'est pas le seul langage de script disponible avec le GIMP. Mais Script-Fu est le seul qui soit installé par défaut. Les autres languages disponibles en extension sont Perl et Tcl. Vous pouvez télécharger et installer ces deux extensions dans le registre des greffons du GIMP [GIMP-REGISTRY].
Skript-Fu (ein Scheme-Dialekt) ist nicht die einzige Skriptsprache für GIMP, aber die einzige, die bereits von vornherein installiert ist. Andere mögliche Skripterweiterungen sind Perl und Tcl. Sie können beide Erweiterungen vom GIMP-Pluginregister [GIMP-REGISTRY] herunterladen und installieren.
El lenguaje Script-Fu (que es un dialecto de Scheme) es el único lenguaje de guionado (scripting) que se instala en el sistema. Pero hay otras extensiones, por ejemplo para Perl y Tcl. Puede descargar e instalar ambas extensiones desde el GIMP Plugin Registry [GIMP-REGISTRY].
Script-Fu(Scheme 의 일종인) 는 김프에서만 사용가능한 언어는 아니지만 김프에서 기본으로 설치되는 유일한 스크립팅 언어입니다. 그 외로 Perl 이나 Tcl 등의 다른 스크립팅 확장을 사용할 수도 있습니다. 이러한 것들은 GIMP Plugin Registry [GIMP-REGISTRY] 에서 다운로드 받아 설치할 수 있습니다.
Script-Fu, som altså er ein dialekt av Scheme, er ikkje det einaste programmeringsspråket som er tilgjengeleg i GIMP. Men det er det einaste som blir lagt inn i GIMP ved installeringa. Andre brukbare språk er Perl og Tcl. Begge desse kan du laste ned frå GIMP Plugin Registry [GIMP-REGISTRY].
Script-Fu (диалект языка Scheme) не единственный доступный для GIMP скриптовый язык. Но Script-Fu это единственный язык, который устанавливается по умолчанию. Другими доступными скриптовыми расширениями являются Perl и Tcl. Вы можете загрузить и установить оба расширения со страницы Реестр плагинов GIMP [GIMP-REGISTRY].
  2.  Uso degli script Sc...  
Gli Script-Fu sono quello che nel mondo Windows si chiamano "macro" solo più potenti. Gli Script-Fu sono basati su un linguaggio interpretato chiamato Scheme, e lavorano interrogando le funzioni nel database di GIMP.
Script-Fu is what the Windows world would call "macros" But Script-Fu is more powerful than that. Script-Fu is based on an interpreting language called Scheme, and works by using querying functions to the GIMP database. You can do all kinds of things with Script-Fu, but an ordinary GIMP user will probably use it for automating things that:
Script-Fu est ce que le monde Windows appellerait des "macros" mais Script-Fu est bien plus puissant que cela. Script-Fu est basé sur un langage interprêté appelé le Scheme, et fonctionne en utilisant des fonctions de requêtes sur la base de données de GIMP. Vous pouvez faire toutes sortes de choses avec Script-Fu, mais l'utilisateur de base de GIMP l'utilisera pour automatiser des choses :
Skript-Fu ist das, was die Windows-Welt "Makros" nennen würde. Aber Skript-Fu ist viel mehr als das. Skript-Fu basiert auf einer Interpretersprache namens „Scheme“ und fragt mittels Funktionen die GIMP-Datenbank ab. Sie können alles mögliche mit Skript-Fu machen, aber ein typischer Benutzer wird es vermutlich zur Automatisierung einsetzen, insbesondere für Aktionen, die
Script-Fu es lo que en el mundo de Windows se llamaría "macros", pero en realidad es mucho más poderoso que éstas. Se basa en un lenguaje interpretado llamado Scheme, y trabaja consultando funciones a la base de datos del GIMP. Puede hacer una gran variedad de cosas con Script-Fu, pero en general se utiliza para automatizar tareas que:
Script-Fu je to, čemu by se ve světě Windows říkalo „makra“. Script-Fu je ale mnohem víc. Script-Fu je založeno na interpretovaném jazyku Scheme, což je dialekt Lispu, a při své činnosti se dotazuje na funkce z databáze Gimpu. Script-Fu lze používat k ohromnému množství účelů, ale začátečníci obvykle používají Script-Fu k automatizaci úkonů, které:
스크립트-푸(Script-Fu) 는 윈도우즈의 "매크로" 와 비슷하지만 조금더 강력합니다. Script-Fu 는 Scheme 이라는 인터프리팅 언어에 기반을 두고 있으며 김프 데이터베이스에 쿼리문을 요청하는 방식으로 동작합니다. 원한다면 Script-Fu 의 모든 기능을 사용할 수 있지만, 일반적인 김프 사용자들은 주로 다음과 같은 경우에 사용합니다.
Script-Fu er noe av det same som Windows sine “makroar”, men mykje kraftigare. Script-Fu er basert på programmeringsspråket “Scheme” og arbeider ved å nytte spørjefunksjonar mot GIMP sin database. Du kan eigentleg gjere ganske mykje med Script-Fu, men den vanlege bruken er vel å automatisere ulike oppgåver som for eksempel slike som
Script-Fu это то, что в мире Windows называется "макросами". Но в сравнении с ними Script-Fu явлется более мощным инструментом. Script-Fu основан на интерпретируемом языке, называемом Scheme, и работает с помощью использования запрашиваемых функций из базы данных GIMP. С помощью Script-Fu вы можете производить все виды действий, но обычный пользователь GIMP вероятно использует его для автоматизации таких вещей как:
  2.  Uso degli script Sc...  
Gli Script-Fu sono quello che nel mondo Windows si chiamano "macro" solo più potenti. Gli Script-Fu sono basati su un linguaggio interpretato chiamato Scheme, e lavorano interrogando le funzioni nel database di GIMP.
Script-Fu is what the Windows world would call "macros" But Script-Fu is more powerful than that. Script-Fu is based on an interpreting language called Scheme, and works by using querying functions to the GIMP database. You can do all kinds of things with Script-Fu, but an ordinary GIMP user will probably use it for automating things that:
Script-Fu est ce que le monde Windows appellerait des "macros" mais Script-Fu est bien plus puissant que cela. Script-Fu est basé sur un langage interprêté appelé le Scheme, et fonctionne en utilisant des fonctions de requêtes sur la base de données de GIMP. Vous pouvez faire toutes sortes de choses avec Script-Fu, mais l'utilisateur de base de GIMP l'utilisera pour automatiser des choses :
Skript-Fu ist das, was die Windows-Welt "Makros" nennen würde. Aber Skript-Fu ist viel mehr als das. Skript-Fu basiert auf einer Interpretersprache namens „Scheme“ und fragt mittels Funktionen die GIMP-Datenbank ab. Sie können alles mögliche mit Skript-Fu machen, aber ein typischer Benutzer wird es vermutlich zur Automatisierung einsetzen, insbesondere für Aktionen, die
Script-Fu es lo que en el mundo de Windows se llamaría "macros", pero en realidad es mucho más poderoso que éstas. Se basa en un lenguaje interpretado llamado Scheme, y trabaja consultando funciones a la base de datos del GIMP. Puede hacer una gran variedad de cosas con Script-Fu, pero en general se utiliza para automatizar tareas que:
Script-Fu je to, čemu by se ve světě Windows říkalo „makra“. Script-Fu je ale mnohem víc. Script-Fu je založeno na interpretovaném jazyku Scheme, což je dialekt Lispu, a při své činnosti se dotazuje na funkce z databáze Gimpu. Script-Fu lze používat k ohromnému množství účelů, ale začátečníci obvykle používají Script-Fu k automatizaci úkonů, které:
스크립트-푸(Script-Fu) 는 윈도우즈의 "매크로" 와 비슷하지만 조금더 강력합니다. Script-Fu 는 Scheme 이라는 인터프리팅 언어에 기반을 두고 있으며 김프 데이터베이스에 쿼리문을 요청하는 방식으로 동작합니다. 원한다면 Script-Fu 의 모든 기능을 사용할 수 있지만, 일반적인 김프 사용자들은 주로 다음과 같은 경우에 사용합니다.
Script-Fu er noe av det same som Windows sine “makroar”, men mykje kraftigare. Script-Fu er basert på programmeringsspråket “Scheme” og arbeider ved å nytte spørjefunksjonar mot GIMP sin database. Du kan eigentleg gjere ganske mykje med Script-Fu, men den vanlege bruken er vel å automatisere ulike oppgåver som for eksempel slike som
Script-Fu это то, что в мире Windows называется "макросами". Но в сравнении с ними Script-Fu явлется более мощным инструментом. Script-Fu основан на интерпретируемом языке, называемом Scheme, и работает с помощью использования запрашиваемых функций из базы данных GIMP. С помощью Script-Fu вы можете производить все виды действий, но обычный пользователь GIMP вероятно использует его для автоматизации таких вещей как:
  2.  Uso degli script Sc...  
Script-Fu (un dialetto del linguaggio Scheme) non è il solo linguaggio di scripting disponibile per GIMP anche se Script-Fu è l'unico predefinito nell'installazione. Altre estensioni di scripting sono disponibili per il linguaggio Perl e Tcl.
Script-Fu (a dialect of Scheme) isn't the only scripting language available for GIMP. But Script-Fu is the only scripting language that is installed by default. Other available scripting extensions are Perl and Tcl. You can download and install both extensions at the GIMP Plugin Registry [GIMP-REGISTRY].
Script-Fu (un dialecte du Scheme) n'est pas le seul langage de script disponible avec le GIMP. Mais Script-Fu est le seul qui soit installé par défaut. Les autres languages disponibles en extension sont Perl et Tcl. Vous pouvez télécharger et installer ces deux extensions dans le registre des greffons du GIMP [GIMP-REGISTRY].
Skript-Fu (ein Scheme-Dialekt) ist nicht die einzige Skriptsprache für GIMP, aber die einzige, die bereits von vornherein installiert ist. Andere mögliche Skripterweiterungen sind Perl und Tcl. Sie können beide Erweiterungen vom GIMP-Pluginregister [GIMP-REGISTRY] herunterladen und installieren.
El lenguaje Script-Fu (que es un dialecto de Scheme) es el único lenguaje de guionado (scripting) que se instala en el sistema. Pero hay otras extensiones, por ejemplo para Perl y Tcl. Puede descargar e instalar ambas extensiones desde el GIMP Plugin Registry [GIMP-REGISTRY].
Script-Fu(Scheme 의 일종인) 는 김프에서만 사용가능한 언어는 아니지만 김프에서 기본으로 설치되는 유일한 스크립팅 언어입니다. 그 외로 Perl 이나 Tcl 등의 다른 스크립팅 확장을 사용할 수도 있습니다. 이러한 것들은 GIMP Plugin Registry [GIMP-REGISTRY] 에서 다운로드 받아 설치할 수 있습니다.
Script-Fu, som altså er ein dialekt av Scheme, er ikkje det einaste programmeringsspråket som er tilgjengeleg i GIMP. Men det er det einaste som blir lagt inn i GIMP ved installeringa. Andre brukbare språk er Perl og Tcl. Begge desse kan du laste ned frå GIMP Plugin Registry [GIMP-REGISTRY].
Script-Fu (диалект языка Scheme) не единственный доступный для GIMP скриптовый язык. Но Script-Fu это единственный язык, который устанавливается по умолчанию. Другими доступными скриптовыми расширениями являются Perl и Tcl. Вы можете загрузить и установить оба расширения со страницы Реестр плагинов GIMP [GIMP-REGISTRY].
  2.  Uso degli script Sc...  
Si può fare molto con gli Script-Fu. Gli script forniti con GIMP possono essere molto utili, e possono servire ottimamente anche come esempi per imparare a creare gli Script-Fu, o per lo meno come struttura e sorgente di ispirazione per la creazione delle proprie procedure.
Remember that you can do a whole lot with Script-Fu. The scripts that come with GIMP can be quite useful, but they can also serve as models for learning Script-Fu, or at least as a framework and source of modification when you make your own script. Read the Script-Fu Tutorial in the next section if you want to learn more about how to make scripts.
Souvenez-vous que vous pouvez faire beaucoup avec Script-Fu. Les scripts qui sont fournis avec le GIMP peuvent être très utiles, mais ils peuvent aussi servir de modèle pour comprendre Script-Fu, ou au moins de charpente et de source lorsque vous faites vos propres scripts. Lisez le Tutoriel Script-Fu dans la section suivante si vous soulez apprendre comment faire écrire des scripts.
Wie gesagt, Sie können sehr viel mit Skript-Fu machen. Die Skripte, die mit GIMP ausgeliefert werden, sind sehr nützlich, und sie können überdies als Beispiele dienen, um Skript-Fu zu lernen, oder als Vorlage für Modifikationen, wenn Sie Ihr eigenes Skript schreiben. Lesen Sie das Skript-Fu-Tutorial im nächsten Abschnitt, wenn Sie mehr darüber erfahren möchten, wie man Skripte erstellt.
Tenga en cuenta que puede hacer una gran cantidad de cosas con Script-Fu. Los guiones que vienen provistos junto con el GIMP pueden resultarle muy útiles, y además pueden servirle como modelos para aprender Script-Fu, o al menos como una plantilla para cuando desee escribir su propio guión. Lea el tutorial sobre Script-Fu en la próxima sección si desea aprender más acerca de cómo se hacen los guiones.
Pamatujte si však, že se Script-Fu můžete dělat mnohem víc. Skripty dodávané s Gimpem mohou být velmi užitečné, ale to nejcennější co vám mohou dát, je studijní materiál, který vás může přivést ke zvládnutí a později i mistrovství ve Script-Fu. Nebo alespoň mohou být základem k úpravám při tvorbě nového skriptu. Pokud ve vás slovo Fu vzbuzuje asociace s mistry bojových umění, hlubokými meditacemi a téměř nadlidskými schopnostmi, nejste daleko od pravdy. Odtud má své jméno. Chcete-li se vydat cestou Script-Fu, pokračujte tutoriálem v následující sekci.
Skripta som følgjer med GIMP er nyttige på fleire måtar. Ikkje bare kan dei nyttast direkte slik dei er tenkt, men du kan også bruke dei som mønster for å lære Script-Fu, eller i det minste som grunnlag og kjelde for eigenproduserte skript. Les vidare om dette i neste kapittel.
Помните, что вы можете сделать множество вещей с помощью Script-Fu. Установливаемые вместе с GIMP скрипты весма полезны, но они также могут служить в качестве примеров для изучения Script-Fu, или как основа и исходник, модифицируя который вы создаёте свой скрипт. Прочитайте руководство по созданию Script-Fu в следующем разделе, если вы желаете узнать больше о том, как создавать скрипты.
  2.  Uso degli script Sc...  
Si può fare molto con gli Script-Fu. Gli script forniti con GIMP possono essere molto utili, e possono servire ottimamente anche come esempi per imparare a creare gli Script-Fu, o per lo meno come struttura e sorgente di ispirazione per la creazione delle proprie procedure.
Remember that you can do a whole lot with Script-Fu. The scripts that come with GIMP can be quite useful, but they can also serve as models for learning Script-Fu, or at least as a framework and source of modification when you make your own script. Read the Script-Fu Tutorial in the next section if you want to learn more about how to make scripts.
Souvenez-vous que vous pouvez faire beaucoup avec Script-Fu. Les scripts qui sont fournis avec le GIMP peuvent être très utiles, mais ils peuvent aussi servir de modèle pour comprendre Script-Fu, ou au moins de charpente et de source lorsque vous faites vos propres scripts. Lisez le Tutoriel Script-Fu dans la section suivante si vous soulez apprendre comment faire écrire des scripts.
Wie gesagt, Sie können sehr viel mit Skript-Fu machen. Die Skripte, die mit GIMP ausgeliefert werden, sind sehr nützlich, und sie können überdies als Beispiele dienen, um Skript-Fu zu lernen, oder als Vorlage für Modifikationen, wenn Sie Ihr eigenes Skript schreiben. Lesen Sie das Skript-Fu-Tutorial im nächsten Abschnitt, wenn Sie mehr darüber erfahren möchten, wie man Skripte erstellt.
Tenga en cuenta que puede hacer una gran cantidad de cosas con Script-Fu. Los guiones que vienen provistos junto con el GIMP pueden resultarle muy útiles, y además pueden servirle como modelos para aprender Script-Fu, o al menos como una plantilla para cuando desee escribir su propio guión. Lea el tutorial sobre Script-Fu en la próxima sección si desea aprender más acerca de cómo se hacen los guiones.
Pamatujte si však, že se Script-Fu můžete dělat mnohem víc. Skripty dodávané s Gimpem mohou být velmi užitečné, ale to nejcennější co vám mohou dát, je studijní materiál, který vás může přivést ke zvládnutí a později i mistrovství ve Script-Fu. Nebo alespoň mohou být základem k úpravám při tvorbě nového skriptu. Pokud ve vás slovo Fu vzbuzuje asociace s mistry bojových umění, hlubokými meditacemi a téměř nadlidskými schopnostmi, nejste daleko od pravdy. Odtud má své jméno. Chcete-li se vydat cestou Script-Fu, pokračujte tutoriálem v následující sekci.
Skripta som følgjer med GIMP er nyttige på fleire måtar. Ikkje bare kan dei nyttast direkte slik dei er tenkt, men du kan også bruke dei som mønster for å lære Script-Fu, eller i det minste som grunnlag og kjelde for eigenproduserte skript. Les vidare om dette i neste kapittel.
Помните, что вы можете сделать множество вещей с помощью Script-Fu. Установливаемые вместе с GIMP скрипты весма полезны, но они также могут служить в качестве примеров для изучения Script-Fu, или как основа и исходник, модифицируя который вы создаёте свой скрипт. Прочитайте руководство по созданию Script-Fu в следующем разделе, если вы желаете узнать больше о том, как создавать скрипты.
  5. Cosa c'è di nuovo in...  
Oltre a queste ci sono anche molti piccoli cambiamenti non menzionati che saranno apprezzati (e criticati!) dagli utenti di lungo corso. Anche le importanti modifiche a livello di programmazione di plug-in e di script-fu non saranno qui descritte per amor di brevità.
Here is a brief summary of some of the most important new features introduced in GIMP 2.2. There are many other smaller changes that long-time users will notice and appreciate (or complain about!). There are also important changes at the level of plug-in programming and script-fu creating that are not covered here.
Voici un bref résumé des caractéristiques les plus importantes introduites dans GIMP-2.2. Il existe de nombreux petits changements que les utilisateurs de longue date remarqueront (ou dont ils se plaindront !). D'importantes modifications concernant la programmation des greffons et des script-fu ne sont pas abordées ici.
Hier folgt eine kurze Beschreibung der Änderungen in GIMP 2.2 im Vergleich zu GIMP 2.0. Neben den hier beschriebenen neuen Funktionen gab es noch eine Menge weiterer, kleinerer Änderungen, welche erfahrene GIMP-Anwender bemerken und lieben werden, die wegen der hohen Anzahl hier jedoch nicht im Einzelnen aufgeführt sind. Weiterhin gab es einige Änderungen bei der Programmierung von Erweiterungen und Skripten, welche an dieser Stelle aber auch nicht beschrieben werden.
Este es un breve resumen de algunas de las características nuevas más importantes introducidas en el GIMP 2.2. Hay algunos pequeños cambios más que los usuarios con más experiencia notarán y apreciarán (¡o se quejarán!). También hay cambios importantes a nivel de programación de extensiones y creación de script-fu que no se verán aquí.
Hier vindt u een korte opsomming van de belangrijkste toegevoegde functies door GIMP 2.2. Ervaren gebruikers zullen merken en waarderen (of beklagen!) dat er ook talloze andere kleinere veranderingen hebben plaatsgevonden. Verder hebben er ook belangrijke veranderingen op het niveau van het `plugin'-programmeren en `script-fu' plaatsgevonden die hier niet behandeld zullen worden.
GIMP 2.2 より導入された最も重要な新機能のいくつかについて手短に紹介します。 それ以外にも長い間ユーザーが感知し注意をしてきた (あるいは指摘された) 小さな変更があります。 プラグインのプログラミングや Script-Fu スクリプトの作成のレベルが変更されるという重大な変更があるのですがこれについては割愛させていただきます。
Her vil du finne eit oversyn over dei viktigaste nye funksjonane som er introdusert i GIMP 2.2. Den erfarne brukaren av GIMP har kanskje alt gledd, eller irritert, seg over mange av dei mindre endringane som ikkje er nemnde her. Det er også gjort mange endringar innan programmeringa av programtillegg og script-fu, men desse blir ikkje omtalte i denne seksjonen.
Arrow 1 2 3 4 5 6 7 8 9 10 Arrow