fovplugins

This is the staging area for the fieldOfView plugins for krpano. A copy of these pages is included on krpano.com. The pages in this staging area may be newer than the respective pages on krpano.com.

Imageadjust Plugin imageadjust.swf for Flash
by Aldo Hoeben - fieldofview.com
Includes ColorMatrix by gskinner.com

Description

A krpano plugin that lets you set the brightness/contrast, as well as hue/saturation and blur of the krpano view.

Download

imageadjust.swf  (plugin only)

The imageadjust sources and examples are available as part of the fovplugins package

fovplugins.zip  (plugin, source code & examples)

Syntax / XML Usage Example

<plugin name="imageadjust" 
        url="imageadjust.swf" 
        enabled="true" 
        brightness="1" 
        contrast="0.1" 
        hue="1" 
        saturation="0" 
        blurradius="0" 
        keep="true"
        />

Plugin Attributes

enabled
enable/disable all adjustments.
values: true/false, default: true
brightness
overall brightness of the krpano view.
values: -1 - 1, default: 0
contrast
overall contrast of the krpano view.
values: -1 - 1, default: 0
hue
hue adjustment of the krpano view.
values: -180 - 180, default: 0
saturation
overall saturation of the krpano view.
values: -1 - 1, default: 0
blurradius
blurring of the krpano view.
NB: a large blur radius may adversely impact performance!
values: 0 or greater, default: 0

Plugin Methods

adjust(brightness, contrast, hue, saturation, blurradius)
set all of the adjustment parameters in one go.

Example

CLICK TO VIEW EXAMPLE

License

CC-BY-3.0 The plugin can be used free of charge, in commercial or non-commercial applications. The source code is available under a Creative Commons Attribution license.

In a nutshell, this means you are free to use the software and its source code in your projects. If you use the source code in another software project, you are required to add attribution to the author(s). You are encouraged to share the your source code under a similar fashion, but it is not a requirement.

If you use the plugins regularly, you may consider making a donation so I can afford to continue making these plugins and making them available.