File: pltestpixelformat.h

package info (click to toggle)
paintlib 2.6.2-14
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 7,920 kB
  • ctags: 3,874
  • sloc: cpp: 25,209; sh: 10,605; ansic: 1,891; makefile: 120
file content (59 lines) | stat: -rw-r--r-- 1,440 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/*
/--------------------------------------------------------------------
|
|      $Id: pltestpixelformat.h,v 1.1 2004/09/15 14:52:09 artcom Exp $
|
|
\--------------------------------------------------------------------
*/

#ifndef INCL_PLTESTPIXELFORMAT
#define INCL_PLTESTPIXELFORMAT

#include "pltest.h"
#include <stdio.h>

#include <string>

class PLBmp;

class PLTestPixelFormat: public PLTest
{
public:
  PLTestPixelFormat();
  virtual ~PLTestPixelFormat();

  virtual void RunTests ();
};

#endif


/*
/--------------------------------------------------------------------
|
|      $Log: pltestpixelformat.h,v $
|      Revision 1.1  2004/09/15 14:52:09  artcom
|      - added PLPixelformatTest
|      - added DICOM Decoder
|
|      Revision 1.5  2004/03/04 18:05:58  uzadow
|      Fixed linux file not found exception bug.
|
|      Revision 1.4  2003/02/24 20:59:40  uzadow
|      Added windows url support, url support tests.
|
|      Revision 1.3  2002/11/02 22:38:28  uzadow
|      Fixed \\r handling in TestBmpList.txt, removed libtool from cvs
|
|      Revision 1.2  2002/08/06 20:13:37  uzadow
|      Cross-platform stuff.
|
|      Revision 1.1  2002/08/04 20:12:34  uzadow
|      Added PLBmpInfo class, ability to extract metainformation from images without loading the whole image and proper greyscale support.
|      Major improvements in tests.
|
|
|
\--------------------------------------------------------------------
*/