module Piwigo

Piwigo organizes images by albums. The album tree has unlimted depth and each photo can belong to multiple albums. The Piwigo API refers to a Album as a Category.

Add a photo.

To avoid limitations on HTTP POST maximum size, the piwigo requires the image to be splitted into several calls to pwg.images.addChunk and then a single call to pwg.images.add.

Reference: piwigo.org/doc/doku.php?id=dev:webapi:pwg.images.add

Piwigo organizes images by albums. The album tree has unlimted depth and each photo can belong to multiple albums. The Piwigo API refers to a Album as a Category.

Constants

VERSION