Blender V4.3
imbuf.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2001-2002 NaN Holding BV. All rights reserved.
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11#include <stdio.h>
12#include <stdlib.h>
13#include <sys/types.h>
14
15#ifndef WIN32
16# include <unistd.h>
17#endif
18
19#include <fcntl.h>
20#include <math.h>
21#include <string.h>
22#include <sys/stat.h>
23
24#ifndef WIN32
25# include <sys/mman.h>
26# define O_BINARY 0
27#endif
28
29#define IMB_DPI_DEFAULT 72.0