export_skel_setting.json 1.1 KB

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