CVI
filmed.js 1.4 allows you to add film strip and shadow to images on your webpages (alternatively: slided.js). It uses unobtrusive javascript to keep your code clean.

It works in all the major browsers - Mozilla Firefox 1.5+, Opera 9+, Safari and IE6+. On older browsers, it'll degrade and your visitors won't notice a thing.
CVI-lab: Get a fast impression of the effects and their illustration qualities.

Demonstration

Shows some of the things filmed.js does.
    4 images with class = "filmed icolorXXXXXX" and different strip colors.

    4 images with class = "filmed istripXXX" and different transparency of the spot lights

25%

50%

beautiful landscape

75%

100%

"noshadow istrip50"

"ishadow50"

"ishine01"

"istrip50 icolor402000"

Images used are copyrighted and are used for demonstration only.

Setting Up

Download filmed.js and include it into your webpage.

<script type="text/javascript" src="filmed.js"></script>

Using It

To make it look like a strip just add a class="filmed" to the image (minimum dimension: 80x? / ?x80). To get an aspect ratio of 1:1 the larger picture dimension defines the width and height. Therefor the needed space of the canvas element will grow if the aspect ratio of the picture doesn't fit 1:1.

Classes

Scripting lib

If you want flexibility, use "cvi_strip_lib.js" instead of "filmed.js". You can make your images respond to user actions (e.g. changing one or more options when the image is hovered over).

Set defaults using Javascript
cvi_strip.defaultStrip = 100; //INT 1-100 (% opacity)
cvi_strip.defaultShine = 25; //INT 1-100 (% opacity)
cvi_strip.defaultShadow = 33; //INT 1-100 (% opacity)
cvi_strip.defaultColor = '#000000'; //STR '#000000'-'#ffffff'
cvi_strip.defaultNoshadow = false; //BOOLEAN
cvi_strip.defaultSoftshadow = false; //BOOLEAN
If cvi_filter_lib.js is loaded also...
cvi_strip.defaultFilter = null; //OBJ [{f='grayscale'},{f='emboss', s:1}...]

Add images using Javascript
cvi_strip.add(image, options);
image should be an image element: document.getElementById("myimg")
options can contain one or more values: {strip: value, shadow: value, shine: value, color: value, noshadow: value, softshadow: value, filter: value}
Examples:
cvi_strip.add(document.getElementById("myimg"), { shadow: 75, shine: 20 });
<img onLoad="cvi_strip.add(this, { shadow: 75, shine: 20 });" ...>

Modify images using Javascript
cvi_strip.modify(image, options);
If the image has already an effect but a option value has changed, the effect will be changed accordingly.
Example:
cvi_strip.modify(document.getElementById("myimg"), { strip: 90 });

Remove effect from an image using Javascript
cvi_strip.remove(image);

Support libs

If you are using the more flexible "cvi_strip_lib.js" instead of "filmed.js", you'll get access to additional features by the following support libraries (part of distribution):

Why use Javascript Image Slides?

In older browsers, the script degrades and your visitors won't notice a thing.

Download

Please read the license before you download filmed.js 1.4

F.A.Q.

Please read the Frequently Asked Questions before you contact the author.

History

Version 1.4

Version 1.3 Version 1.21 Version 1.2 Version 1.1 Version 1.0

Contact

Please leave any comments at this contact formular.

License

filmed.js and cvi_strip_lib.js are distributed under the Netzgestade Non-commercial Software License Agreement.
License permits free of charge use on non-commercial and private web sites only under special conditions (as described in the license). This license equals neither "open source" nor "public domain". There are also Commercial Software Licenses available.

YOU AGREE TO ALL CONDITIONS OF THIS LICENCE AGREEMENT CONCERNING THE USE OF THE SOFTWARE BY ACCEPTING THIS LICENCE.
IF YOU DO NOT AGREE TO ALL CONDITIONS OF THIS AGREEMENT, YOU SHALL NOT INSTALL THE SOFTWARE, OR USE IT IN OTHER WAYS.

Other Projects

filmed.netzgesta.de © 2024 by Christian Effenberger :: Imprint feed   twitter   facebook   myspace   delicious   digg   reddit   magnoliacom   newsvine   furl   google   yahoo   blinklist   mister-wong