![]() |
Oyranos
git-devel
Oyranos is a full featured Color Management System
|
#include <oyranos_object.h>#include "oyStruct_s.h"#include "oyranos_image.h"#include "oyProfile_s.h"#include "oyRectangle_s.h"#include "oyArray2d_s.h"Data Structures | |
| struct | oyImage_s |
| A reference struct to gather information for image transformation. More... | |
Typedefs | |
| typedef oyPointer(* | oyImage_GetLine_f) (oyImage_s *image, int line_y, int *height, int channel, int *is_allocated) |
| typedef oyPointer *(* | oyImage_GetTile_f) (oyImage_s *image, int tile_x, int tile_y, int channel, int *is_allocated) |
[Template file inheritance graph] +-> oyImage_s.template.h | +-> Base_s.h | +– oyStruct_s.template.h
Oyranos is an open source Color Management System
| typedef oyPointer(* oyImage_GetLine_f) (oyImage_s *image, int line_y, int *height, int channel, int *is_allocated) |
param[out] is_allocated are the lines always newly allocated?
| typedef oyPointer*(* oyImage_GetTile_f) (oyImage_s *image, int tile_x, int tile_y, int channel, int *is_allocated) |
param[out] is_allocated are the tiles always newly allocated?
1.8.13