gimp.doap 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  2. xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  3. xmlns:foaf="http://xmlns.com/foaf/0.1/"
  4. xmlns:gnome="http://api.gnome.org/doap-extensions#"
  5. xmlns="http://usefulinc.com/ns/doap#">
  6. <name xml:lang="en">GIMP</name>
  7. <shortdesc xml:lang="en">GNU Image Manipulation Program</shortdesc>
  8. <description xml:lang="en">
  9. GIMP is an acronym for GNU Image Manipulation Program. It is a
  10. freely distributed program for such tasks as photo retouching,
  11. image composition and image authoring.
  12. It has many capabilities. It can be used as a simple paint
  13. program, an expert quality photo retouching program, an online
  14. batch processing system, a mass production image renderer, an
  15. image format converter, etc.
  16. GIMP is expandable and extensible. It is designed to be
  17. augmented with plug-ins and extensions to do just about
  18. anything. The advanced scripting interface allows everything
  19. from the simplest task to the most complex image manipulation
  20. procedures to be easily scripted. GIMP is available for Linux,
  21. Windows and OS X.
  22. </description>
  23. <description xml:lang="de">
  24. GIMP ist die Abkürzung für GNU Image Manipulation Program.
  25. Es ist ein frei verfügbares Programm für Aufgaben wie Fotoretusche,
  26. Bildgestaltung und Bildbearbeitung.
  27. GIMP hat viele Fähigkeiten. Sie können es verwenden für einfache
  28. Zeichenaufgabben, professionelle Fotoretuschen, die Online-
  29. Stapelverarbeitung, Bildrendering in der Massenproduktion,
  30. die Umwandlung von Grafikdateien und vieles mehr.
  31. GIMP ist durch Plug-ins erweiterungsfähig.
  32. Mithilfe der Programmierschnittstelle von GIMP können Sie einfache
  33. Aufgaben wie auch komplexe Bildverarbeitungprozeduren automatisieren.
  34. GIMP steht Ihnen unter Linux, Windows und OS X zur Verfügung.
  35. </description>
  36. <description xml:lang="it">
  37. GIMP è un acronimo per GNU Image Manipulation Program. È un
  38. programma distribuito liberamente adatto al foto ritocco,
  39. alla composizione e alla creazione di immagini.
  40. È molto flessibile. Può essere usato come semplice programma
  41. di disegno, come programma per il fotoritocco professionale,
  42. come sistema di elaborazione bach in linea, come generatore
  43. di immagini prodotte automaticamente, come convertitore tra
  44. diversi formati immagine e altro ancora.
  45. GIMP è espandibile ed estensibile. È stato progettato per
  46. essere ampliato con plug-in ed estensioni per poter aggiungere
  47. praticamente qualunque comando. L'interfaccia avanzata di
  48. scripting semplifica la conversione in procedura dal compito
  49. più semplice fino all'elaborazione di immagini più complessa.
  50. GIMP è disponibile per Linux, Windows e OS X.
  51. </description>
  52. <homepage rdf:resource="https://www.gimp.org" />
  53. <support-forum rdf:resource="https://www.gimp.org/discuss.html" />
  54. <category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
  55. <support-forum rdf:resource="https://discourse.gnome.org/tag/gimp" />
  56. <download-page rdf:resource="https:///www.gimp.org/downloads/" />
  57. <bug-database
  58. rdf:resource="https://gitlab.gnome.org/GNOME/gimp/issues"
  59. />
  60. <programming-language>C</programming-language>
  61. <programming-language>Python</programming-language>
  62. <programming-language>Scheme</programming-language>
  63. <maintainer>
  64. <foaf:Person>
  65. <foaf:name>Michael Natterer</foaf:name>
  66. <gnome:userid>mitch</gnome:userid>
  67. </foaf:Person>
  68. </maintainer>
  69. <maintainer>
  70. <foaf:Person>
  71. <foaf:name>Michael Schumacher</foaf:name>
  72. <gnome:userid>schumaml</gnome:userid>
  73. </foaf:Person>
  74. </maintainer>
  75. <maintainer>
  76. <foaf:Person>
  77. <foaf:name>Jehan</foaf:name>
  78. <gnome:userid>jehanp</gnome:userid>
  79. </foaf:Person>
  80. </maintainer>
  81. <!-- TODO: generate MAINTAINERS from this file -->
  82. </Project>