The krpano Viewer is a small and very flexible high-performance viewer for all kind of panoramic images and interactive virtual tours. The viewer is available as Flash and HTML5 application. The viewer is designed for the usage inside the Browser on Desktop (Windows, Mac, Linux) and on Mobiles/Tablets (iPhone, iPad, Android, ...).

In addition to the krpano Viewer there are the krpano Tools - this are small tools and droplets which are helping to automatically prepare the panoramic images for viewing and making them ready-to-use. Making a pano or a tour is possible just by drag-and-drop.
Convince yourself by viewing the examples and / or by downloading the krpano Viewer and krpano Tools for free and try using them with your own panoramic images.
See also for the Tutorials.

Features

  • Flash and HTML5

    The krpano Panorama Viewer is available as Flash and HTML5 viewer. Both viewers have and use the same interfaces for controlling the panos and the layout.

  • High-performance and high-quality rendering

    The rendering-performance and the image-quality were and are one of the two most important features in the krpano development. Additionally there are also strong development demands to keep the viewer itself as small and efficient as possible.

  • Highly-customizable

    Almost everything is customizable in the krpano viewer. There are settings for everything and adding custom settings or behaviors is possible too. krpano has a flexible and dynamic xml scripting system which allows realizing own ideas and features.
    To build user interfaces just include and arrange your images on the viewer screen.
    And for even more and deeper customizing or extending the viewer itself it is possible to include external Flash or Javascript (HTML5) plugins. See here for the all available krpanoPlugins.

  • Wide-range of supported panoramic formats and image file-formats

    Supported panoramic formats by the krpano Flash Panorama Viewer:

    • Cube and Cubestrip Images
    • Spherical Panos (360x180)
    • Cylindrical Panos
    • Partial Spherical, Partial Cylindrical Panos
    • Flat Images
    • Cubical QTVR files (.mov)
    • Zoomify Images
    • Object Movies (=Multi-Frame-Flat-Images)
    • Panoramic Videos (Spherical, Cylindrical, Partials)

    Supported input and output image file-formats for the krpano Tools:

    • JPEG (*.jpg, *.jpeg)
    • TIFF / BigTIFF (*.tif, *.tiff, *.btf, *.tf8, *.bigtiff)
    • Photoshop Document and Photoshop Big Document (*.psd, *.psb)
    • Kolor Raw (*.kro)
  • Multi-Resolution

    Loading very large images, e.g. at Gigapixel size, at once is not possible today - the loading would take ages and the memory need that would be need to display the image would be much to much for a web application. To solve this problem krpano supports a tiled Multi-Resolution loading - the large images will be resampled to several resolution levels and each level will be split up into many small tiles. And these small tiles will be loaded piece by piece and only when needed. This makes is possible to view also very large images quick and fast and with a few memory need.
    Multi-Resolution images can be generated automatically by using the krpano Tools.

    More information...

  • 3D Projections

    The krpano Flash viewer supports several ways for projecting the pano image on the screen:

    • The normal or also called Rectilinear Projection.
    • Fisheye Projection.
    • Stereographic Fisheye Projection (when looking down also called 'Little Planet View').
    • Pannini Projection (Cylindrical Fisheye / Stereographic).
    • Architectural Projection.

    Every of these projection modes can be adjusted by several parameters in fine steps. Mixing and / or fading between the different projection modes is also possible.
    For example - a pano can start in with a 'Little Planet View' (a Stereographic Fisheye Projection) and then transit smoothly to the normal projection.

    More information...

  • Virtual Tours / Hotspots / Scripting

    By linking several panos together, e.g. by Hotspots, Maps, Thumbnails, Select Boxes or any other custom actions, it is possible to build full featured virtual tours.
    The krpano Tools include MAKE VTOUR droplets for an easy and automatic generation of virtual tours. Just drop all pano images on it and done.

  • Simple and complex usage at the same time

    Use the included MAKE PANO / MAKE VTOUR droplets from the krpano Tools for an easy and fully automatic generation of ready-to-use panos or virtual tours. And for more individual and complex customizing use krpano xml format and / or the Flash or Javascript interfaces.

Krapo 2的更多相关文章

随机推荐

  1. Wireshark图解教程(简介、抓包、过滤器)(转)

    本文转自:http://www.cnblogs.com/observer/archive/2011/11/04/2235219.html 下面是一张地址为192.168.1.2的计算机正在访问&quo ...

  2. MySQL性能分析和优化

    1. EXPLAIN 优化你的 SELECT 查询 2. 当只要一行数据时使用 LIMIT 1 3. 为搜索字段建索引 like %最好放右边 4. 尽可能的使用 NOT NULL 5. 在Join表 ...

  3. python中递归调用

    递归一个通俗的解释就是,在函数中调用函数本身:伪代码如下: In [31]: def fun(): ....: fun() # 这个递归没有任何作用,只是为了说明什么是递归 递归(Recursion) ...

  4. 03: KindEditor (HTML可视化编辑器)

    目录: 1.1 kindEditor常用配置参数 1.2 kindEditor下载与文件说明 1.3 kindEditor实现上传图片.文件.及文件空间管理 1.1 kindEditor常用配置参数返 ...

  5. tomcat热启动没问题, 访问项目报500解决办法

    新建maven项目 添加热启动 启动访问项目报错 报错提示 解决办法 思路:包冲突 在pom.xml中添加servlet <dependency> <groupId>javax ...

  6. Android 实践项目开发二

    在地图开发中项目中,我这周主要完成的任务是和遇到的问题是以下几个方面. 1.在本次的项目中主要是利用百度地图的.jar包实现地图的定位与搜索功能,需要在百度地图开发中心网站取得 密钥,并下载相关.ja ...

  7. TensorFlow入门(三)多层 CNNs 实现 mnist分类

    欢迎转载,但请务必注明原文出处及作者信息. 深入MNIST refer: http://wiki.jikexueyuan.com/project/tensorflow-zh/tutorials/mni ...

  8. STM32串口中断

    在打开串口1中断后 待机唤醒功能,(PA0唤醒)等 系统挺运行问题? ??(2014.11.13)

  9. Python3基础 str swapcase 英文字母大小写反转

             Python : 3.7.0          OS : Ubuntu 18.04.1 LTS         IDE : PyCharm 2018.2.4       Conda ...

  10. Hexo 搭建 Blog 精简笔记

    安装Hexo npm install -g hexo-cli Mac 用户 您在编译时可能会遇到问题,请先到 App Store 安装 Xcode,Xcode 完成后,启动并进入 Preference ...