Blender
V3.3
|
#include <blendthumb.hh>
Public Attributes | |
blender::Array< uint8_t > | data |
int | width |
int | height |
Definition at line 21 of file blendthumb.hh.
blender::Array<uint8_t> Thumbnail::data |
Definition at line 22 of file blendthumb.hh.
Referenced by blendthumb_create_png_data_from_thumb(), blendthumb_extract_from_file_impl(), filtered_rows_from_thumb(), CBlendThumb::GetThumbnail(), and thumb_data_vertical_flip().
int Thumbnail::height |
Definition at line 24 of file blendthumb.hh.
Referenced by blendthumb_create_png_data_from_thumb(), blendthumb_extract_from_file_impl(), filtered_rows_from_thumb(), CBlendThumb::GetThumbnail(), and thumb_data_vertical_flip().
int Thumbnail::width |
Definition at line 23 of file blendthumb.hh.
Referenced by blendthumb_create_png_data_from_thumb(), blendthumb_extract_from_file_impl(), filtered_rows_from_thumb(), CBlendThumb::GetThumbnail(), and thumb_data_vertical_flip().