Changeset View
Changeset View
Standalone View
Standalone View
source/blender/imbuf/IMB_thumbs.h
| Show All 24 Lines | |||||
| #define __IMB_THUMBS_H__ | #define __IMB_THUMBS_H__ | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| struct ImBuf; | struct ImBuf; | ||||
| /** Thumbnail creation and retrieval according to the 'Thumbnail Management Standard' | /** | ||||
| * Thumbnail creation and retrieval according to the 'Thumbnail Management Standard' | |||||
| * supported by Gimp, Gnome (Nautilus), KDE etc. | * supported by Gimp, Gnome (Nautilus), KDE etc. | ||||
| * Reference: http://jens.triq.net/thumbnail-spec/index.html | * Reference: http://jens.triq.net/thumbnail-spec/index.html | ||||
| */ | */ | ||||
| typedef enum ThumbSize { | typedef enum ThumbSize { | ||||
| THB_NORMAL, | THB_NORMAL, | ||||
| THB_LARGE, | THB_LARGE, | ||||
| THB_FAIL, | THB_FAIL, | ||||
| ▲ Show 20 Lines • Show All 60 Lines • Show Last 20 Lines | |||||