<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Guymon &#187; canvas</title>
	<atom:link href="http://www.guymon.de/wordpress/tag/canvas/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guymon.de/wordpress</link>
	<description>Unwissenheit ist Stärke
</description>
	<lastBuildDate>Sun, 05 Feb 2012 18:55:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Bildeffekte mit&#160;Canvas</title>
		<link>http://www.guymon.de/wordpress/2011/12/23/bildeffekte-mit-canvas/</link>
		<comments>http://www.guymon.de/wordpress/2011/12/23/bildeffekte-mit-canvas/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 12:59:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[image effects]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6552</guid>
		<description><![CDATA[Zwei interessante Canvas Bibliotheken sind mir heute &#252;ber den Weg gelaufen. Da ist zum einen PaintbrushJS PaintbrushJS is a lightweight, browser-based image processing library that can apply various visual filters to images within a web page. You use it by applying a class to an element on the page and setting a few parameters with [...]]]></description>
			<content:encoded><![CDATA[<p>Zwei interessante Canvas Bibliotheken sind mir heute &#252;ber den Weg gelaufen. Da ist zum einen <a href="http://mezzoblue.github.com/PaintbrushJS/demo/usage.html" title="PaintbrushJS">PaintbrushJS</a></p>
<blockquote cite="https://github.com/mezzoblue/PaintbrushJS/wiki/documentation"><p>PaintbrushJS is a lightweight, browser-based image processing library that can apply various visual filters to images within a web page.</p>
<p>You use it by applying a class to an element on the page and setting a few parameters with some extra HTML attributes. If the element is an img or it has a background-image set in your CSS, PaintbrushJS will create a temporary canvas element and manipulate the image there, before finally saving it back out to the original element.</p>
</blockquote>
<p>und zum anderen <a href="http://camanjs.com">CamanJS</a></p>
<blockquote cite="http://camanjs.com"><p>The main focus of CamanJS is manipulating images using the HTML5 canvas and Javascript. It&#8217;s a combination of a simple-to-use interface with advanced and efficient image/canvas editing techniques. It is also completely library independent and can be safely used next to jQuery, YUI, Scriptaculous, MooTools, etc.</p>
<p>CamanJS is very easy to extend with new filters and plugins, and it comes with a wide array of image editing functionality, which is only growing as the community makes more plugins. It has a powerful layering system, much like the one present in Photoshop and GIMP, that makes the sky the limit for your creativity.</p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/03/09/shutter-effect-for-photos/" title="Shutter Effect for Photos">Shutter Effect for Photos</a></li><li><a href="http://www.guymon.de/wordpress/2011/02/02/daily-links-222/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2009/12/28/javascript-transm/" title="JavaScript: TransM">JavaScript: TransM</a></li><li><a href="http://www.guymon.de/wordpress/2009/11/23/jqslickwrap/" title="jQSlickWrap">jQSlickWrap</a></li><li><a href="http://www.guymon.de/wordpress/2009/01/30/jquery-bild-rotation/" title="jQuery: Bild Rotation">jQuery: Bild Rotation</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/12/23/bildeffekte-mit-canvas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimize Images with&#160;Canvas</title>
		<link>http://www.guymon.de/wordpress/2011/09/01/optimize-images-with-canvas/</link>
		<comments>http://www.guymon.de/wordpress/2011/09/01/optimize-images-with-canvas/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 09:37:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6324</guid>
		<description><![CDATA[Ein interessanter Artikel im smashingmagazine besch&#228;ftigt sich mit der M&#246;glichkeit einige Bildmanipulationen clientseitig auszuf&#252;hren um Bildgr&#246;&#223;en gering zu halten. Da man &#252;ber das Canvas Element auf jedes Pixel eines Bildes zugreifen kann lassen sich einige nette Sachen machen. Sehr nett, allerdings sollte man sich die Warnung zu Herzen nehmen: But use this technique wisely. Putting [...]]]></description>
			<content:encoded><![CDATA[<p>Ein interessanter <a href="http://coding.smashingmagazine.com/2011/08/30/optimize-images-with-html5-canvas/" title="Smashing Magazine Optimize Images With HTML5 Canvas">Artikel</a> im smashingmagazine besch&#228;ftigt sich mit der M&#246;glichkeit einige Bildmanipulationen clientseitig auszuf&#252;hren um Bildgr&#246;&#223;en gering zu halten.</p>
<p>Da man &#252;ber das Canvas Element auf jedes Pixel eines Bildes zugreifen kann lassen sich einige nette Sachen machen.</p>
<p>Sehr nett, allerdings sollte man sich die Warnung zu Herzen nehmen:</p>
<blockquote cite="http://coding.smashingmagazine.com/2011/08/30/optimize-images-with-html5-canvas/"><p>But use this technique wisely. Putting many unoptimized image generators on a single page could cause the browser to hang for a few seconds. You shouldn’t use this technique if you don’t really understand how it works or know what you’re doing. Always prioritize performance ahead of cool technology.</p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2012/01/06/css-performance-2/" title="CSS Performance">CSS Performance</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/23/bildeffekte-mit-canvas/" title="Bildeffekte mit Canvas">Bildeffekte mit Canvas</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/14/jquery-performance-2/" title="jQuery Performance">jQuery Performance</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/06/defense-against-external-resources-failing/" title="Defense against external resources failing">Defense against external resources failing</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/02/performance-delayed-content/" title="Performance: Delayed Content">Performance: Delayed Content</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/09/01/optimize-images-with-canvas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cavas&#160;Links</title>
		<link>http://www.guymon.de/wordpress/2011/08/12/cavas-links/</link>
		<comments>http://www.guymon.de/wordpress/2011/08/12/cavas-links/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 09:11:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[canvas]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=6281</guid>
		<description><![CDATA[Das .net Magazine erkl&#228;rt wie man einen Page Flip Effect mit Canvas nachbaut. This tutorial will take you through the process of creating your own page flip effect using the canvas element and plenty of JavaScript. Some of the rudimentary code, such as variable declarations and event listener subscription, has been left out of the [...]]]></description>
			<content:encoded><![CDATA[<p>Das .net Magazine <a href="http://www.netmagazine.com/node/1284" title="Create a page flip effect with HTML5 canvas">erkl&#228;rt</a> wie man einen Page Flip Effect mit Canvas nachbaut.</p>
<blockquote cite="http://www.netmagazine.com/node/1284"><p>This tutorial will take you through the process of creating your own page flip effect using the canvas element and plenty of JavaScript. Some of the rudimentary code, such as variable declarations and event listener subscription, has been left out of the snippets in this article, so remember to reference the tutorials files for the complete code.</p>
</blockquote>
<p>Der Effekt ist nett, aber ich finde immer noch, dass man daf&#252;r zuviel Code schreiben muss. Trotzdem noch ein Canvas Link: <a href="http://paperjs.org/about/" title="Paper.js — The Swiss Army Knife of Vector Graphics Scripting">Paper.js</a>.</p>
<blockquote cite="http://paperjs.org/about/"><p>Paper.js is an open source vector graphics scripting framework that runs on top of the HTML5 Canvas. It offers a clean Scene Graph / Document Object Model and a lot of powerful functionality to create and work with vector graphics and bezier curves, all neatly wrapped up in a well designed, consistent and clean programming interface.</p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2010/12/31/quadratic-and-bezier-curves/" title="Quadratic and Bezier Curves">Quadratic and Bezier Curves</a></li><li><a href="http://www.guymon.de/wordpress/2009/12/28/javascript-transm/" title="JavaScript: TransM">JavaScript: TransM</a></li><li><a href="http://www.guymon.de/wordpress/2009/03/18/canvas-painting-application/" title="Canvas painting application">Canvas painting application</a></li><li><a href="http://www.guymon.de/wordpress/2009/03/17/snapfitjs/" title="snapfit.js ">snapfit.js </a></li><li><a href="http://www.guymon.de/wordpress/2009/01/30/jquery-bild-rotation/" title="jQuery: Bild Rotation">jQuery: Bild Rotation</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/08/12/cavas-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shutter Effect for&#160;Photos</title>
		<link>http://www.guymon.de/wordpress/2011/03/09/shutter-effect-for-photos/</link>
		<comments>http://www.guymon.de/wordpress/2011/03/09/shutter-effect-for-photos/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 08:51:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[image effects]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=5882</guid>
		<description><![CDATA[Einen sehr schicken Foto Effekt demonstriert Martin Angelov . In today’s tutorial, we will be using the HTML5 canvas element to create a simple photography portfolio, which displays a set of featured photos with a camera shutter effect. This functionality will come in the form of an easy to use jQuery plugin that you can [...]]]></description>
			<content:encoded><![CDATA[<p>Einen sehr schicken Foto Effekt <a href="http://tutorialzine.com/2011/03/photography-portfolio-shutter-effect/">demonstriert</a> Martin Angelov .</p>
<blockquote cite="http://tutorialzine.com/2011/03/photography-portfolio-shutter-effect/"><p>In today’s tutorial, we will be using the HTML5 canvas element to create a simple photography portfolio, which displays a set of featured photos with a camera shutter effect. This functionality will come in the form of an easy to use jQuery plugin that you can easily incorporate into any website.</p>
</blockquote>
<p>Sehr cooler Effekt.</p><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/11/23/jqslickwrap/" title="jQSlickWrap">jQSlickWrap</a></li><li><a href="http://www.guymon.de/wordpress/2009/01/30/jquery-bild-rotation/" title="jQuery: Bild Rotation">jQuery: Bild Rotation</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/23/bildeffekte-mit-canvas/" title="Bildeffekte mit Canvas">Bildeffekte mit Canvas</a></li><li><a href="http://www.guymon.de/wordpress/2011/08/24/jquery-image-zoom-tour/" title="jQuery: Image Zoom Tour">jQuery: Image Zoom Tour</a></li><li><a href="http://www.guymon.de/wordpress/2011/07/21/photo-stack-with-jquery/" title="Photo Stack with jQuery">Photo Stack with jQuery</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/03/09/shutter-effect-for-photos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>daily&#160;links</title>
		<link>http://www.guymon.de/wordpress/2011/02/06/daily-links-223/</link>
		<comments>http://www.guymon.de/wordpress/2011/02/06/daily-links-223/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 16:55:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[del.icio.us]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=5788</guid>
		<description><![CDATA[Olark &#124; Features Chat with visitors on your website from your desktop, your laptop, your iPhone, or your Blackberry. We work with standard chat (IM) clients (like iChat, Pidgin, and Meebo) and services (Google Talk and Jabber) which means YOU get to decide what software to use. HTML5 Canvas Graphing Solutions Every Web Developers Must [...]]]></description>
			<content:encoded><![CDATA[<ul class="scrd_digest">
<li><a href="http://www.olark.com/portal/features" rel="external">Olark | Features</a><br />
Chat with visitors on your website from your desktop, your laptop, your iPhone, or your Blackberry. We work with standard chat (IM) clients (like iChat, Pidgin, and Meebo) and services (Google Talk and Jabber) which means YOU get to decide what software to use.</li>
<li><a href="http://webdesigneraid.com/html5-canvas-graphing-solutions-every-web-developers-must-know/" rel="external">HTML5 Canvas Graphing Solutions Every Web Developers Must Know | Web Designer Aid</a><br />
For today’s post we’ve collected amazing library, demos and experiments that uses HTML5 canvas element that produces a charting and graphing solutions. We also added links for further readings and a step by step HTML5 tutorials on creating charts and graphs.</li>
<li><a href="http://www.atpurpose.com/atMonitor/" rel="external">atMonitor</a><br />
atMonitor is the most advanced monitoring tool for Mac OS X that displays system activity in real-time. It is designed to allow quick assessment of computer&#8217;s state and it is powerful enough to make it a core utility in anyone&#8217;s system troubleshooting toolkit.</li>
</ul><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/12/23/bildeffekte-mit-canvas/" title="Bildeffekte mit Canvas">Bildeffekte mit Canvas</a></li><li><a href="http://www.guymon.de/wordpress/2011/11/18/dropbox-verschlusseln/" title="Dropbox verschlüsseln">Dropbox verschlüsseln</a></li><li><a href="http://www.guymon.de/wordpress/2011/09/01/optimize-images-with-canvas/" title="Optimize Images with Canvas">Optimize Images with Canvas</a></li><li><a href="http://www.guymon.de/wordpress/2011/08/12/cavas-links/" title="Cavas Links">Cavas Links</a></li><li><a href="http://www.guymon.de/wordpress/2011/05/23/hype-html5-animations/" title="Hype &#8211; HTML5 Animations">Hype &#8211; HTML5 Animations</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/02/06/daily-links-223/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>daily&#160;links</title>
		<link>http://www.guymon.de/wordpress/2011/02/02/daily-links-222/</link>
		<comments>http://www.guymon.de/wordpress/2011/02/02/daily-links-222/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 19:01:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[del.icio.us]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[image effects]]></category>
		<category><![CDATA[migration]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=5780</guid>
		<description><![CDATA[HTML5 Grayscale Image Hover Once upon a time, grayscale image has to be manually converted in order to be displayed on the web. Now with HTML5 canvas, images can be manipulated into grayscale without having to use image editing software. I’ve put together a demo to show you how to use HTML5 &#38; jQuery to [...]]]></description>
			<content:encoded><![CDATA[<ul class="scrd_digest">
<li><a href="http://www.webdesignerwall.com/tutorials/html5-grayscale-image-hover/" rel="external">HTML5 Grayscale Image Hover</a><br />
Once upon a time, grayscale image has to be manually converted in order to be displayed on the web. Now with HTML5 canvas, images can be manipulated into grayscale without having to use image editing software. I’ve put together a demo to show you how to use HTML5 &amp; jQuery to dynamically clone color images into grayscale</li>
<li><a href="http://drupal.org/project/taxonomy_additions" rel="external">Taxonomy Additions | drupal.org</a><br />
_Adds a delete link in the vocabulary terms list<br />
_Adds an option to not allow duplicate terms in a vocabulary<br />
_Views integration - provides a Views argument handler which adds the capabality of showing the results of related terms&#8217; nodes (e.g. If you have a view list for the term &quot;Drupal&quot;, and that term is related to &quot;Drupal core&quot;, nodes that are tagged with &quot;Drupal core&quot; will also show up in that view)
</li>
<li><a href="http://drupal.org/project/fancy_insert" rel="external">Fancy Insert | drupal.org</a><br />
This module allows users to easily insert images into node posts. When nodes contains a lot of images is very difficult to insert them into the node body.<br />
Fancy insert convert the imagefield widgets in a floating box and by clicking in one image the &lt;img&gt; tag is automatically inserted.
</li>
<li><a href="http://www.gizra.com/content/data-migration-part-2" rel="external">Data Migration - part 2 | Gizra</a>
</li>
</ul><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/12/23/bildeffekte-mit-canvas/" title="Bildeffekte mit Canvas">Bildeffekte mit Canvas</a></li><li><a href="http://www.guymon.de/wordpress/2011/11/10/drupal-6-to-drupal-7-migration-2/" title="Drupal 6 to Drupal 7 Migration">Drupal 6 to Drupal 7 Migration</a></li><li><a href="http://www.guymon.de/wordpress/2011/03/09/shutter-effect-for-photos/" title="Shutter Effect for Photos">Shutter Effect for Photos</a></li><li><a href="http://www.guymon.de/wordpress/2011/01/26/drupal-data-migration/" title="Drupal: Data Migration">Drupal: Data Migration</a></li><li><a href="http://www.guymon.de/wordpress/2011/01/08/daily-links-215/" title="daily links">daily links</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2011/02/02/daily-links-222/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quadratic and Bezier&#160;Curves</title>
		<link>http://www.guymon.de/wordpress/2010/12/31/quadratic-and-bezier-curves/</link>
		<comments>http://www.guymon.de/wordpress/2010/12/31/quadratic-and-bezier-curves/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 15:28:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[canvas]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=5707</guid>
		<description><![CDATA[Jim Hoskins erkl&#228;rt wie Quadratic and Bezier Curves. In this video we create our own quadratic and bezier curves using the canvas. We look at how the curves are defined, and how to choose your control points. Possibly related posts (automatically generated)Cavas LinksJavaScript: TransMCanvas painting applicationsnapfit.js jQuery: Bild Rotation]]></description>
			<content:encoded><![CDATA[<p>Jim Hoskins erkl&#228;rt wie <a href="http://membership.thinkvitamin.com/library/html5/canvas/quadratic-and-bezier-curves?cid=106">Quadratic and Bezier Curves</a>.</p>
<blockquote cite="http://membership.thinkvitamin.com/library/html5/canvas/quadratic-and-bezier-curves?cid=106"><p>In this video we create our own quadratic and bezier curves using the canvas. We look at how the curves are defined, and how to choose your control points. </p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/08/12/cavas-links/" title="Cavas Links">Cavas Links</a></li><li><a href="http://www.guymon.de/wordpress/2009/12/28/javascript-transm/" title="JavaScript: TransM">JavaScript: TransM</a></li><li><a href="http://www.guymon.de/wordpress/2009/03/18/canvas-painting-application/" title="Canvas painting application">Canvas painting application</a></li><li><a href="http://www.guymon.de/wordpress/2009/03/17/snapfitjs/" title="snapfit.js ">snapfit.js </a></li><li><a href="http://www.guymon.de/wordpress/2009/01/30/jquery-bild-rotation/" title="jQuery: Bild Rotation">jQuery: Bild Rotation</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2010/12/31/quadratic-and-bezier-curves/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canvas Image&#160;Effects</title>
		<link>http://www.guymon.de/wordpress/2010/09/12/canvas-image-effects/</link>
		<comments>http://www.guymon.de/wordpress/2010/09/12/canvas-image-effects/#comments</comments>
		<pubDate>Sun, 12 Sep 2010 12:37:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[canvas]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=5494</guid>
		<description><![CDATA[Marco Lisci erkl&#228;rt wie man mittels Canvas einen Schwarz / Weiss Effekt f&#252;r Bilder erstellt. With canvas you can perform operations on pixel based artworks. You can write a new image pixel by pixel or import an image in the canvas and modify it as you need. In this article we’ll show you some fundamentals [...]]]></description>
			<content:encoded><![CDATA[<p>Marco Lisci <a href="http://spyrestudios.com/html5-canvas-image-effects-black-white/">erkl&#228;rt</a> wie man mittels Canvas einen Schwarz / Weiss Effekt f&#252;r Bilder erstellt.</p>
<blockquote cite="http://spyrestudios.com/html5-canvas-image-effects-black-white/"><p>With canvas you can perform operations on pixel based artworks. You can write a new image pixel by pixel or import an image in the canvas and modify it as you need.</p>
<p>In this article we’ll show you some fundamentals of pixel manipulation in the canvas, and how to use this knowledge to obtain interesting effects. Let’s start from the beginning.</p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/12/23/bildeffekte-mit-canvas/" title="Bildeffekte mit Canvas">Bildeffekte mit Canvas</a></li><li><a href="http://www.guymon.de/wordpress/2011/09/01/optimize-images-with-canvas/" title="Optimize Images with Canvas">Optimize Images with Canvas</a></li><li><a href="http://www.guymon.de/wordpress/2011/08/12/cavas-links/" title="Cavas Links">Cavas Links</a></li><li><a href="http://www.guymon.de/wordpress/2011/03/09/shutter-effect-for-photos/" title="Shutter Effect for Photos">Shutter Effect for Photos</a></li><li><a href="http://www.guymon.de/wordpress/2011/02/06/daily-links-223/" title="daily links">daily links</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2010/09/12/canvas-image-effects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 Video And&#160;Canvas</title>
		<link>http://www.guymon.de/wordpress/2010/04/22/html5-video-and-canvas/</link>
		<comments>http://www.guymon.de/wordpress/2010/04/22/html5-video-and-canvas/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 19:43:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Webdev]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=5149</guid>
		<description><![CDATA[Sean Christmann hat mit dem HTML5 Video Element und Canvas herumgespielt. The api lets you take the contents of specific HTML elements and draw them into a canvas, and the 3rd element in that list is just begging to be abused. Copying video into a canvas element means opening up the ability to manipulate or [...]]]></description>
			<content:encoded><![CDATA[<p>Sean Christmann hat mit dem HTML5 Video Element und Canvas <a href="http://www.craftymind.com/2010/04/20/blowing-up-html5-video-and-mapping-it-into-3d-space/">herumgespielt</a>.</p>
<blockquote cite="http://www.craftymind.com/2010/04/20/blowing-up-html5-video-and-mapping-it-into-3d-space/"><p>The api lets you take the contents of specific HTML elements and draw them into a canvas, and the 3rd element in that list is just begging to be abused. Copying video into a canvas element means opening up the ability to manipulate or process video frames at runtime. Two concepts instantly came to mind that seemed like fun to try and figure out, here they are below. <a href="http://craftymind.com/factory/html5video/CanvasVideo.html">Blowing apart fragments of video</a> and <a href="http://www.craftymind.com/factory/html5video/CanvasVideo3D.html">3D Video</a></p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2012/01/02/html5-audio-video-helper/" title="HTML5: Audio / Video Helper">HTML5: Audio / Video Helper</a></li><li><a href="http://www.guymon.de/wordpress/2010/06/15/video-for-everybody/" title="Video for Everybody">Video for Everybody</a></li><li><a href="http://www.guymon.de/wordpress/2010/05/25/daily-links-131/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2010/05/03/jquery-plugins-8/" title="jQuery Plugins">jQuery Plugins</a></li><li><a href="http://www.guymon.de/wordpress/2010/03/13/html5-video-mit-fallback/" title="HTML5 Video mit Fallback">HTML5 Video mit Fallback</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2010/04/22/html5-video-and-canvas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canvas/jQuery: Bar Graphing&#160;Plugin</title>
		<link>http://www.guymon.de/wordpress/2010/04/12/canvasjquery-bar-graphing-plugin/</link>
		<comments>http://www.guymon.de/wordpress/2010/04/12/canvasjquery-bar-graphing-plugin/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 07:08:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=5127</guid>
		<description><![CDATA[Ein sehr ausf&#252;hrliches Tutorial in zwei Teilen &#252;ber Canvas und jQuery Plugin Entwicklung. In this two-part series, we’ll combine the versatile canvas element with the robust jQuery library to create a bar graphing plugin. In this second part, we are going to convert it in to a jQuery plugin, and then add some eye candy [...]]]></description>
			<content:encoded><![CDATA[<p>Ein sehr ausf&#252;hrliches Tutorial in <a href="http://net.tutsplus.com/tutorials/javascript-ajax/fun-with-canvas-create-a-jquery-graph-plugin/" title="Part One">zwei</a> <a href=&#8221;http://net.tutsplus.com/tutorials/javascript-ajax/fun-with-canvas-create-a-bar-graphing-plugin-part-2/&#8221; title=&#8221;Part Two>Teilen</a> &#252;ber Canvas und jQuery Plugin Entwicklung.</p>
<blockquote cite="http://net.tutsplus.com/tutorials/javascript-ajax/fun-with-canvas-create-a-bar-graphing-plugin-part-2/"><p>In this two-part series, we’ll combine the versatile canvas element with the robust jQuery library to create a bar graphing plugin. In this second part, we are going to convert it in to a jQuery plugin, and then add some eye candy and additional features. </p>
</blockquote><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/03/09/shutter-effect-for-photos/" title="Shutter Effect for Photos">Shutter Effect for Photos</a></li><li><a href="http://www.guymon.de/wordpress/2009/11/23/jqslickwrap/" title="jQSlickWrap">jQSlickWrap</a></li><li><a href="http://www.guymon.de/wordpress/2009/01/30/jquery-bild-rotation/" title="jQuery: Bild Rotation">jQuery: Bild Rotation</a></li><li><a href="http://www.guymon.de/wordpress/2008/07/30/charts-mit-canvas-und-jquery/" title="Charts mit canvas und jQuery">Charts mit canvas und jQuery</a></li><li><a href="http://www.guymon.de/wordpress/2008/02/06/javascript-kann-so-nuetzlich-sein/" title="Javascript kann so n&#252;tzlich sein">Javascript kann so n&#252;tzlich sein</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2010/04/12/canvasjquery-bar-graphing-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.guymon.de @ 2012-02-08 12:08:32 -->
