inkscape.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "comment": "Inkscape is a free and open-source vector graphics editor used to create vector images, primarily in Scalable Vector Graphics (SVG) format. Other formats can be imported and exported.",
  3. "formats_read": [
  4. "ani",
  5. "bmp",
  6. "cur",
  7. "gif",
  8. "icns",
  9. "ico",
  10. "jpg",
  11. "jpeg",
  12. "jpe",
  13. "jp2",
  14. "jpc",
  15. "jpx",
  16. "j2k",
  17. "jpf",
  18. "pbm",
  19. "pgm",
  20. "pnm",
  21. "ppm",
  22. "pcx",
  23. "png",
  24. "qtif",
  25. "ras",
  26. "tga",
  27. "targa",
  28. "tif",
  29. "tiff",
  30. "wbmp",
  31. "xbm",
  32. "xcf",
  33. "xcfbz2",
  34. "xcfgz",
  35. "xmp",
  36. "ai",
  37. "svg",
  38. "cdr",
  39. "ccx",
  40. "cdt",
  41. "cmx",
  42. "cgm",
  43. "dia",
  44. "dxf",
  45. "emf",
  46. "eps",
  47. "fig",
  48. "ggr",
  49. "hpgl",
  50. "pdf",
  51. "svgz",
  52. "txt",
  53. "wmf"
  54. ],
  55. "formats_write": [
  56. "svg",
  57. "svgz",
  58. "png",
  59. "ai",
  60. "dxf",
  61. "emf",
  62. "eps",
  63. "fx",
  64. "gpl",
  65. "odg",
  66. "pdf",
  67. "plt",
  68. "pov",
  69. "ps",
  70. "sk1",
  71. "tex",
  72. "wmf",
  73. "xcf",
  74. "zip"
  75. ],
  76. "generic_name": [
  77. "Vector Graphics"
  78. ],
  79. "interface": [
  80. "GTK"
  81. ],
  82. "issues": [],
  83. "languages": [
  84. "C",
  85. "C++"
  86. ],
  87. "licenses": [
  88. "GPL-3.0-or-later"
  89. ],
  90. "links": {
  91. "documentation": "http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.php",
  92. "fsd": "https://directory.fsf.org/wiki/Inkscape",
  93. "git": "https://gitlab.com/inkscape/inkscape",
  94. "icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/Inkscape_Logo.svg/120px-Inkscape_Logo.svg.png",
  95. "website": "https://inkscape.org/",
  96. "wikipedia": "https://en.wikipedia.org/wiki/Inkscape"
  97. },
  98. "names": [
  99. "Inkscape"
  100. ],
  101. "networks_read": [],
  102. "networks_write": [],
  103. "platforms": [
  104. "GNU/Linux",
  105. "Windows",
  106. "macOS",
  107. "BSD"
  108. ]
  109. }