summaryrefslogtreecommitdiffstats
path: root/examples/showimg/showimg.doc
blob: d501bb8feaa24c6c485da006cbe08386c856a467 (plain)
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
/*
*/
/*!   \page showimg-example.html

  \ingroup examples
  \title Show Image

  This example reads and displays an image in any supported image
  format (GIF, BMP, PPM, XMP, etc.).

  <hr>

  Header file:

  \include showimg/showimg.h

  <hr>

  Implementation:

  \include showimg/showimg.cpp

  <hr>

  Main:

  \include showimg/main.cpp
*/