libheif
Loading...
Searching...
No Matches
heif.h
Go to the documentation of this file.
1/*
2 * HEIF codec.
3 * Copyright (c) 2017-2025 Dirk Farin <dirk.farin@gmail.com>
4 *
5 * This file is part of libheif.
6 *
7 * libheif is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU Lesser General Public License as
9 * published by the Free Software Foundation, either version 3 of
10 * the License, or (at your option) any later version.
11 *
12 * libheif is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public License
18 * along with libheif. If not, see <http://www.gnu.org/licenses/>.
19 */
20
21#ifndef LIBHEIF_HEIF_H
22#define LIBHEIF_HEIF_H
23
24#include <libheif/heif_library.h>
25#include <libheif/heif_version.h>
26#include <libheif/heif_image.h>
27#include <libheif/heif_color.h>
28#include <libheif/heif_error.h>
29#include <libheif/heif_brands.h>
30
31#include <libheif/heif_metadata.h>
32#include <libheif/heif_aux_images.h>
33#include <libheif/heif_entity_groups.h>
34#include <libheif/heif_security.h>
35#include <libheif/heif_encoding.h>
36#include <libheif/heif_decoding.h>
37#include <libheif/heif_context.h>
38#include <libheif/heif_image_handle.h>
39#include <libheif/heif_tiling.h>
40
41#endif