"One canvas a day" image processing tutorials (12)

Source: Internet
Author: User

Canvas is a very powerful canvas for you to write, and of course, he also supports the function of image processing.

DrawImage (Image,dx,dy);//for display, sometimes exceeding

DrawImage (IMAGE,DX,DY,DW,DH);//For zooming

DrawImage (IMAGE,SX,SY,SW,SH,DX,DY,DW,SH);//For cropping, zooming, displaying

Note: Image is a picture object, DX is the x-coordinate of the canvas, DY is the y-coordinate of the canvas, DW is the width of the image in the canvas, dy is the height of the image in the canvas, Sx,sy,sw,sh is the x, y, width, height (I am lazy, slightly write) in the original image.

The following is a given method of clipping the source code:
<! DOCTYPE html>
Original image--a beauty, hahaha

After display:

If you have questions, refer to: http://www.aqee.net/html-5-canvas-tutorial-displaying-images/

"One canvas a day" image processing tutorials (12)

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.