//  // // # # ### # # -= Nuclex Library =-  // // ## # # # ## ## ImageCodec.cpp - Image reader and writer  // // ### # # ###  // // # ### # ### Abstract codec for reading and writing of image files  // // # ## # # ## ## from and to streams  // // # # ### # # R1 (C)2002-2004 Markus Ewald -> License.txt  // //  // #include "Nuclex/Video/ImageCodec.h" #include "Nuclex/Video/Image.h" using namespace Nuclex; using namespace Nuclex::Video; // Just here to ensure it compiles without additional headers