Huge change, and it's almost working, too :)
[libopano.git] / src / panolib.h
1 /*
2  *  Copyright (C) 2007  Florian octo Forster <octo at verplant.org>
3  *
4  *  This program is free software; you can redistribute it and/or modify it
5  *  under the terms of the GNU General Public License as published by the Free
6  *  Software Foundation; either version 2 of the License, or (at your option)
7  *  any later version.
8  *
9  *  This program is distributed in the hope that it will be useful, but
10  *  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11  *  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12  *  for more details.
13  *
14  *  You should have received a copy of the GNU General Public License along
15  *  with this program; if not, write to the Free Software Foundation, Inc., 51
16  *  Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
17  **/
18
19 #ifndef PANOLIB_H
20 #define PANOLIB_H 1
21
22 #include "utils_image.h"
23
24 int pl_extract_view (ui_image_t *view, const ui_image_t *pano,
25                 double pitch, double yaw, double fov);
26
27 #endif /* PANOLIB_H */