Apply scripted modifications on an online image
  • i : image's URL
  • script : an object in json format. It contains the action as key and the parameters as value. You can chain various actions in one script: [{"resize":[w,h]},{"colorize":["FF0000",1]},{"rotate":90}]
  • script can also be a json file in scripts/ folder
  • dontsave: avoid saving rendered picture
  • force: force the rendering even if the picture already exists (previous rendering)
  • help: displays this text
  • version: displays this api's version
  • picslist: returns the rendered images list in json format
  • download: downloads the php api file