gKit2 light
Toggle main menu visibility
Loading...
Searching...
No Matches
src
gKit
image_hdr.h
Go to the documentation of this file.
1
2
#ifndef _IMAGE_HDR_H
3
#define _IMAGE_HDR_H
4
5
#include "
image.h
"
6
7
9
10
13
15
bool
is_hdr_image
(
const
char
*filename );
16
18
Image
read_image_pfm
(
const
char
*filename );
19
21
int
write_image_pfm
(
const
Image
& image,
const
char
*filename );
22
24
bool
is_pfm_image
(
const
char
*filename );
26
27
#endif
Image
representation d'une image.
Definition
image.h:21
image.h
read_image_pfm
Image read_image_pfm(const char *filename)
charge une image a partir d'un fichier .pfm.
Definition
image_hdr.cpp:15
write_image_pfm
int write_image_pfm(const Image &image, const char *filename)
enregistre une image dans un fichier .pfm.
Definition
image_hdr.cpp:58
is_pfm_image
bool is_pfm_image(const char *filename)
renvoie vrai si le nom de fichier se termine par .pfm.
Definition
image_hdr.cpp:83
is_hdr_image
bool is_hdr_image(const char *filename)
renvoie vrai si le nom de fichier se termine par .hdr.
Definition
image_hdr.cpp:10
Generated on
for gKit2 light by
1.17.0