Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. [
  2. {
  3. "id": 1,
  4. "image_id": 12,
  5. "rotation": 90,
  6. "sepia": "1 or 0",
  7. "bw": "1 or 0",
  8. "brightness": "0 to 1 & 1 to 3",
  9. "crop_delta_x": 100,
  10. "crop_delta_y": 200,
  11. "zoom_scale": 1.5
  12. },
  13. {
  14. "id": 2,
  15. "image_id": 12,
  16. "rotation": 90,
  17. "sepia": "1 or 0",
  18. "bw": "1 or 0",
  19. "brightness": "0 to 100",
  20. "crop_delta_x": 100,
  21. "crop_delta_y": 200,
  22. "zoom_scale": 1.5
  23. }
  24. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement