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. Java(16-19)

    0. 正则表达式: str.matches()  //判断字符串是否匹配 str.split()  // 根据给定正则表达式的匹配规则.拆分此字符串,返回字符串数组. str.replaceAll() ...

  2. web前端----jQuery事件

    事件 常用事件 click(function(){...}) hover(function(){...}) blur(function(){...}) focus(function(){...}) c ...

  3. Charles手机端抓包--证书

    应用测试: Charles通过无线对手机进行抓包 测试系统: ubuntu 16.04 LTS 测试手机: IOS 10.3(14E277) Charles版本: Charles 4.1.4 手机证书 ...

  4. 20145122《 Java网络编程》实验五实验报告

    实验名称 Java网络编程 实验内容 1.掌握Socket程序的编写: 2.掌握密码技术的使用: 3.设计安全传输系统. 结对小伙伴 20145120黄玄曦 博客地址:http://www.cnblo ...

  5. 用Win32 实现进度条

    转载:http://www.cctry.com/thread-238862-1-1.html #include <windows.h> #include <commctrl.h> ...

  6. mbr看图

  7. Java命令使用 jmap,jps,jstack,jstat,jhat,jinfo

    Jmap:可以获得运行中的jvm的堆的快照,从而可以离线分析堆,以检查内存泄漏,检查一些严重影响性能的大对象的创建,检查系统中什么对象最多,各种对象所占内存的大小等等 Jmap是一个可以输出所有内存中 ...

  8. linux 安装MySql 5.7.20

    1.下载文件(https://pan.baidu.com/s/1c1VBcHy)放到目录:/usr/local/ 2.解压 cd /usr/local/ tar -zxvf mysql-5.7.20- ...

  9. Netty原理剖析

    1. Netty简介 Netty是一个高性能.异步事件驱动的NIO框架,基于JAVA NIO提供的API实现.它提供了对TCP.UDP和文件传输的支持,作为一个异步NIO框架,Netty的所有IO操作 ...

  10. poj 2762 Going from u to v or from v to u? trajan+拓扑

    Going from u to v or from v to u?   Description In order to make their sons brave, Jiajia and Wind t ...