libre-office-draw.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "comment": "A free and open source vector graphics editor. It is one of the applications included in the LibreOffice office suite, developed by The Document Foundation.",
  3. "formats_read": [
  4. "pdf",
  5. "odg",
  6. "vsd",
  7. "pub",
  8. "ott",
  9. "stw",
  10. "oth",
  11. "ots",
  12. "stc",
  13. "otp",
  14. "sti",
  15. "otg",
  16. "std",
  17. "vor",
  18. "svg"
  19. ],
  20. "formats_write": [
  21. "odg",
  22. "bmp",
  23. "esp",
  24. "gif",
  25. "jpeg",
  26. "png",
  27. "psd",
  28. "svg",
  29. "wmf",
  30. "html",
  31. "xhtml",
  32. "pdf",
  33. "swf"
  34. ],
  35. "generic_name": [
  36. "Vector Graphics",
  37. "Office"
  38. ],
  39. "interface": [
  40. "Qt"
  41. ],
  42. "issues": [],
  43. "languages": [
  44. "C",
  45. "C++"
  46. ],
  47. "licenses": [
  48. "MPL-2.0"
  49. ],
  50. "links": {
  51. "git": "https://www.libreoffice.org/about-us/source-code/",
  52. "icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/56/LibreOffice_6.1_Draw_Icon.svg/64px-LibreOffice_6.1_Draw_Icon.svg.png",
  53. "website": "https://www.libreoffice.org/discover/draw/",
  54. "wikipedia": "https://en.wikipedia.org/wiki/LibreOffice_Draw"
  55. },
  56. "names": [
  57. "LibreOffice Draw",
  58. "Draw"
  59. ],
  60. "networks_read": [],
  61. "networks_write": [],
  62. "platforms": [
  63. "GNU/Linux",
  64. "Windows",
  65. "macOS"
  66. ]
  67. }