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. python 代码覆盖率 coverage用法

    先装coverage: D:\test_python\e8_test>pip install coverageCollecting coverage  Downloading https://f ...

  2. linux服务器---squid缓存

    Squid缓存 代理服务器会在本地硬盘设置缓存,这样可以提高网络效率 1修改squid配置文件“/etc/squid/squid.conf”,参数“cache_dir_ufs”就是设置缓存目录的 [r ...

  3. 移动互联网消息推送原理:长连接+心跳机制(MQTT协议)

    互联网推送消息的方式很常见,特别是移动互联网上,手机每天都能收到好多推送消息,经过研究发现,这些推送服务的原理都是维护一个长连接(要不不可能达到实时效果),但普通的socket连接对服务器的消耗太大了 ...

  4. ubuntu16.04下内核模块解析

    一.环境如下: 1.1内核版本: jello@jello:~$ uname -a Linux jello 4.4.0-89-generic #112-Ubuntu SMP Mon Jul 31 19: ...

  5. Wireshark 捕捉本地数据 --WinPcap切换NPcap

    Wireshark默认匹配安装的是WinPcap,但是WinPcap有个缺点,不能抓取本地回环数据 NPcap是在WinPcap的基础上进行优化开发的,可以抓取本地数据 如果已安装WinPcap的请卸 ...

  6. Maven可用setting.xml

    最简单的可用阿里镜像配置 <?xml version="1.0" encoding="UTF-8"?> <settings> <l ...

  7. PHP获取当前页面的网址

    PHP获取当前页面的网址 function GetCurUrl() { $url = 'http://'; if(isset($_SERVER['HTTPS']) AND $_SERVER['HTTP ...

  8. win7系统远程桌面无法正常连接

    我的电脑--属性--远程设置:初步设置: 此外还需要确认服务是否开启

  9. MYSQL语句:创建、授权、查询、修改、统计分析等 二 用户的创建、权限设置、删除

    接着上面一的内容 4.设置更改用户密码 命令格式:SET PASSWORD FOR 'username'@'host'=PASSWORD('newpassword'); 如果是当前登录用户用:SET ...

  10. Cocos2d-x学习笔记(二)AppDelegate类详解

    由源代码,可得到如下的类继承关系: 1. 在方法applicationDidFinishLaunching中,首先会调用CCDirector* pDirector = CCDirector::shar ...