commit | 12e68b49feef10b654944dd71eab0852cfeceb89 | [log] [tgz] |
---|---|---|
author | Pino Toscano <pino@kde.org> | Sun Oct 10 23:04:57 2010 +0200 |
committer | Pino Toscano <pino@kde.org> | Sun Oct 10 23:04:57 2010 +0200 |
tree | 28f8d6bb76a13f364f442e6e89a2d7a0b2ebc5a4 | |
parent | db31687ba476e272b72625a8a78b50780522ee7d [diff] |
[cpp] Add a new 'image' class. This implicitely shared class represents the data buffer of an "image", with direct access to the data. It also has a function to save to file (png/jpeg). Still a FIXME in the copy() method and in the save() (for mono images only).