We would like to announce that starting from the 16-08-2021, the imager200 API will be subject to a number of changes:

  • The draw endpoint will be removed as deemed to be not really useful, and quiet complex to get simple things drawed. After consideration, we thought that removing this endpoint is a good decision espcially looking at the current practices for images processing flows within software projects.
  • Blur and partial blur operations will be separated into two distinct endpoints. As of now, the partial blur operation is under the /blur path: /blur/partial. For conformity with other endpoints (only one functionality per endpoint), the partial blur operation will be moved to a new endpoint: /blur-partial. The api docs will be updated after the changes are released.
  • Several endpoints parameters have now default values:
    • /blend alpha: 0.5, mode: rts
    • /brightness: percentage: 0
    • /concat direction: hor, concatMode: none
    • /contrast percentage: 0
    • /rotate angle: 90, backgroundColor: white
    • /text font: calibri

any inconvenience ? Please let us know anytime at contact@imager200.io