Changeset View
Changeset View
Standalone View
Standalone View
source/blender/imbuf/intern/IMB_metadata.h
| Context not available. | |||||
| #ifndef __IMB_METADATA_H__ | #ifndef __IMB_METADATA_H__ | ||||
| #define __IMB_METADATA_H__ | #define __IMB_METADATA_H__ | ||||
| struct ImBuf; | #include "BKE_idprop.h" | ||||
| typedef struct ImMetaData { | struct ImBuf; | ||||
| struct ImMetaData *next, *prev; | |||||
| char *key; | |||||
| char *value; | |||||
| int len; | |||||
| } ImMetaData; | |||||
| /** The metadata is a list of key/value pairs (both char *) that can me | /** The metadata is a list of key/value pairs (both char *) that can me | ||||
| * saved in the header of several image formats. | * saved in the header of several image formats. | ||||
| Context not available. | |||||