mirror of https://github.com/CGAL/cgal
24 lines
1005 B
C++
24 lines
1005 B
C++
// Copyright (c) 2005, 2006 ASCLEPIOS Project, INRIA Sophia-Antipolis (France)
|
|
// Copyright (c) 2007 Geometrica Project, INRIA Sophia-Antipolis (France)
|
|
// Copyright (c) 2008 GeometryFactory, Sophia-Antipolis (France)
|
|
// All rights reserved.
|
|
//
|
|
// The files in this directory are part of the ImageIO Library.
|
|
// You can redistribute them and/or modify them under the terms of the
|
|
// GNU Lesser General Public License as published by the Free Software Foundation;
|
|
// either version 3 of the License, or (at your option) any later version.
|
|
//
|
|
// Licensees holding a valid commercial license may use this file in
|
|
// accordance with the commercial license agreement provided with the software.
|
|
//
|
|
// These files are provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
|
|
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
|
// $URL: $
|
|
// $Id: ImageIO.h 67097 2012-01-13 13:36:56Z lrineau $
|
|
//
|
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
|
//
|
|
|
|
#ifndef IMAGEIO_H
|
|
#define IMAGEIO_H
|