Blender  V3.3
openimageio_api.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2013 Blender Foundation. All rights reserved. */
3 
8 #pragma once
9 
10 #include <stdio.h>
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 struct ImBuf;
17 
18 bool imb_is_a_photoshop(const unsigned char *mem, size_t size);
19 
20 int imb_save_photoshop(struct ImBuf *ibuf, const char *name, int flags);
21 
22 struct ImBuf *imb_load_photoshop(const char *name, int flags, char *colorspace);
23 
24 int OIIO_getVersionHex(void);
25 
26 #ifdef __cplusplus
27 }
28 
29 #endif
static DBVT_INLINE btScalar size(const btDbvtVolume &a)
Definition: btDbvt.cpp:52
int imb_save_photoshop(struct ImBuf *ibuf, const char *name, int flags)
bool imb_is_a_photoshop(const unsigned char *mem, size_t size)
struct ImBuf * imb_load_photoshop(const char *name, int flags, char *colorspace)
int OIIO_getVersionHex(void)
char name[IMB_FILENAME_SIZE]