Exiv2
image_types.hpp
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 
3 #ifndef IMAGE_TYPES_H
4 #define IMAGE_TYPES_H
5 
6 namespace Exiv2 {
8 enum class ImageType {
9  none,
10  arw,
11  asf,
12  bigtiff,
13  bmff,
14  bmp,
15  cr2,
16  crw,
17  dng,
18  eps,
19  exv,
20  gif,
21  jp2,
22  jpeg,
23  mrw,
24  nef,
25  orf,
26  pef,
27  png,
28  pgf,
29  psd,
30  raf,
31  rw2,
32  sr2,
33  srw,
34  tga,
35  tiff,
36  webp,
37  xmp,
38  qtime,
39  riff,
40  mkv,
41 };
42 } // namespace Exiv2
43 
44 #endif // IMAGE_TYPES_H
Photoshop (PSD)
XMP sidecar files.
Windows bitmap.
ImageType
Supported Image Formats.
Definition: image_types.hpp:8
Class CrwImage to access Canon CRW images. References: The Canon RAW (CRW) File Format by Phil Harv...
Definition: asfvideo.hpp:15