Image.cpp 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /* Image.cpp
  2. *
  3. * Copyright (C) 1992-2011 Paul Boersma
  4. *
  5. * This code is free software; you can redistribute it and/or modify
  6. * it under the terms of the GNU General Public License as published by
  7. * the Free Software Foundation; either version 2 of the License, or (at
  8. * your option) any later version.
  9. *
  10. * This code is distributed in the hope that it will be useful, but
  11. * WITHOUT ANY WARRANTY; without even the implied warranty of
  12. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  13. * See the GNU General Public License for more details.
  14. *
  15. * You should have received a copy of the GNU General Public License
  16. * along with this work. If not, see <http://www.gnu.org/licenses/>.
  17. */
  18. /*
  19. * pb 2003/02/17 removed all meaningful source code
  20. */
  21. #include "Image.h"
  22. #include "Matrix.h"
  23. #include "oo_DESTROY.h"
  24. #include "Image_def.h"
  25. #include "oo_COPY.h"
  26. #include "Image_def.h"
  27. #include "oo_EQUAL.h"
  28. #include "Image_def.h"
  29. #include "oo_CAN_WRITE_AS_ENCODING.h"
  30. #include "Image_def.h"
  31. #include "oo_WRITE_TEXT.h"
  32. #include "Image_def.h"
  33. #include "oo_READ_TEXT.h"
  34. #include "Image_def.h"
  35. #include "oo_WRITE_BINARY.h"
  36. #include "Image_def.h"
  37. #include "oo_READ_BINARY.h"
  38. #include "Image_def.h"
  39. #include "oo_DESCRIPTION.h"
  40. #include "Image_def.h"
  41. Thing_implement (Image, Sampled, 0);
  42. /* End of file Image.cpp */