Skip to content
  • Pino Toscano's avatar
    [cpp] Add a new 'image' class. · 12e68b49
    Pino Toscano authored
    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).
    12e68b49