Oyranos  git-devel
Oyranos is a full featured Color Management System
Data Structures | Typedefs
oyImage_s.h File Reference
#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)
 

Detailed Description

[Template file inheritance graph] +-> oyImage_s.template.h | +-> Base_s.h | +– oyStruct_s.template.h

Oyranos is an open source Color Management System

Copyright:
2004-2022 (C) Kai-Uwe Behrmann
Author
Kai-Uwe Behrmann ku.b@.nosp@m.gmx..nosp@m.de
License:
new BSD - see: http://www.opensource.org/licenses/BSD-3-Clause

Typedef Documentation

◆ oyImage_GetLine_f

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?

◆ oyImage_GetTile_f

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?