HTML5 add canvas to create a mosaic-effect JS Plugin tutorial

Source: Internet
Author: User
I. Methods of Use
The HTML structure of the canvas plugin is very simple, which is to use a tag:


You can then invoke the plug-in using the following method:
function init () {
document.getElementById (' Portrait-image '). Closepixelate ([
{resolution:24},
{shape: ' Circle ', resolution:24, Size:16, Offset:12, alpha:0.5}
]);
};
Window.addeventlistener (' Load ', init, false);

Second, the structure function and the method
var Img=document.getelementbyid (' portrait-img ');
var mypixelation=new closepixelation (img, [{resolution:24}]);
Mypixelation.render ([
{resolution:32},
{resolution:16, Shape: ' Circle ', offset:8}
]);
Mypixelation.renderclosepixels ({
resolution:48, alpha:0.5
});

Keymob Mobile advertising platform will integrate domestic and foreign mainstream mobile advertising platform, and the unified management of advertising functions, dynamic configuration, advertisers and developers can easily through the simple operation of a number of advertising platforms with the use of.

HTML5 add canvas to create a mosaic-effect JS Plugin tutorial

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.