Projektordner für das Team Deutsches Museum (FORUM).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

settings.json 551B

123456789101112131415161718192021222324
  1. {
  2. "warps": [
  3. {
  4. "blend": {
  5. "edges": "0, 0, 0.5, 0.5",
  6. "exponent": 2.0,
  7. "gamma": "1, 1, 1",
  8. "luminance": "0.5, 0.5, 0.5"
  9. },
  10. "brightness": 1.0,
  11. "type": 2,
  12. "warp": {
  13. "columns": 2,
  14. "control points": [
  15. "0, 0",
  16. "1, 0",
  17. "1, 1",
  18. "0, 1"
  19. ],
  20. "rows": 2
  21. }
  22. }
  23. ]
  24. }