X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpanolib.h;fp=src%2Fpanolib.h;h=98af71050cbe457cb30fb604dcb7ed04f0b574af;hb=464058941615b31ff7ce83f5c4226acd412f7aec;hp=0000000000000000000000000000000000000000;hpb=d7cd14e53539c68b183dd80284503d9a3e7baaf2;p=libopano.git diff --git a/src/panolib.h b/src/panolib.h new file mode 100644 index 0000000..98af710 --- /dev/null +++ b/src/panolib.h @@ -0,0 +1,27 @@ +/* + * Copyright (C) 2007 Florian octo Forster + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., 51 + * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + **/ + +#ifndef PANOLIB_H +#define PANOLIB_H 1 + +#include "utils_image.h" + +int pl_extract_view (ui_image_t *view, const ui_image_t *pano, + double pitch, double yaw, double fov); + +#endif /* PANOLIB_H */