K 10 svn:author V 6 marcel K 8 svn:date V 27 2014-05-07T17:12:15.144686Z K 7 svn:log V 418 Add image.c and image.h. These files will contain functions to implement the management of the raw image that's being created. The most notable of the API is that there's no file descriptor argument. This is because the image is managed in memory. Once we have the in-memory (raw) image, we can write it out acording to different formats. This two-pass approach shields schemes from formats and formats from schemes. END