Initial Commit
This commit is contained in:
10
database/perl/vendor/lib/Imager/include/imexif.h
vendored
Normal file
10
database/perl/vendor/lib/Imager/include/imexif.h
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/* imexif.h - interface to Exif handling */
|
||||
#ifndef IMAGER_IMEXIF_H
|
||||
#define IMAGER_IMEXIF_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include "imdatatypes.h"
|
||||
|
||||
extern int im_decode_exif(i_img *im, const unsigned char *data, size_t length);
|
||||
|
||||
#endif /* ifndef IMAGER_IMEXIF_H */
|
||||
Reference in New Issue
Block a user