export_json_setting.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "class": "export-json",
  3. "name": "JSON",
  4. "project": "",
  5. "output": "",
  6. "open": false,
  7. "extension": ".json",
  8. "format": "JSON",
  9. "prettyPrint": true,
  10. "nonessential": true,
  11. "cleanUp": false,
  12. "packAtlas": {
  13. "stripWhitespaceX": true,
  14. "stripWhitespaceY": true,
  15. "rotation": true,
  16. "alias": true,
  17. "ignoreBlankImages": false,
  18. "alphaThreshold": 3,
  19. "minWidth": 16,
  20. "minHeight": 16,
  21. "maxWidth": 2048,
  22. "maxHeight": 2048,
  23. "pot": true,
  24. "multipleOfFour": false,
  25. "square": false,
  26. "outputFormat": "png",
  27. "jpegQuality": 0.9,
  28. "premultiplyAlpha": true,
  29. "bleed": false,
  30. "scale": [ 0.6 ],
  31. "scaleSuffix": [ "" ],
  32. "scaleResampling": [ "bicubic" ],
  33. "paddingX": 2,
  34. "paddingY": 2,
  35. "edgePadding": true,
  36. "duplicatePadding": false,
  37. "filterMin": "Linear",
  38. "filterMag": "Linear",
  39. "wrapX": "ClampToEdge",
  40. "wrapY": "ClampToEdge",
  41. "format": "RGBA8888",
  42. "atlasExtension": ".atlas",
  43. "combineSubdirectories": false,
  44. "flattenPaths": false,
  45. "useIndexes": false,
  46. "debug": false,
  47. "fast": false,
  48. "limitMemory": true,
  49. "currentProject": true,
  50. "packing": "rectangles",
  51. "silent": false,
  52. "ignore": false,
  53. "bleedIterations": 2
  54. },
  55. "packSource": "attachments",
  56. "packTarget": "single",
  57. "warnings": true
  58. }