Skip to main content

Home/ centreforelearning/ Group items matching "pln" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
2More

Exporting Images from Canvas Tag HTML5 - 1 views

  • Exporting & Saving One thing that SVG can’t do is save the resulting image as a bitmap. It’s easy for <canvas> because the element is already a bitmap in the first place! The canvas can export its image to a data URL (e.g., data:image/png;base64,iVBORw0KGg...). This data may then be rendered in the browser, which could then be saved or dragged to the desktop, used in a new canvas, and so on. The browser must support PNG images, and it may have varying support for GIF and JPG. For our example, we’ll stick with PNG since it supports alpha transparency, and where we haven’t drawn on the canvas, it’ll be transparent. To get the data URL, we simply call canvas.toDataURL('image/png'). Note that we’re calling toDataURL() on the <canvas> element, not on the 2D context. This is because we’re getting all the pixels in the canvas, not just the pixels in a particular context. So taking the example we’ve put together already, we’ll make the browser redirect to a PNG version of the image when a user clicks on the <canvas> element (a contrived example, I know!): canvas.onclick = function () {  window.location = canvas.toDataURL('image/png');};
  •  
    I am sharing of export images from web app specially to Eve and Sham, maybe useful for our harmonia project. This is the workflow i was mentioning on exporting the contents of the new html5 tag canvas to an jpeg or png and it opens in a browser, which then can be save or be used for other things, we could also explore on other options of sending the image directly to other applications. http://jsbin.com/abagi3/5/ Above url is a live prototype and you can actually view source to see how easily it is being done. :)
1More

How To Manage Your PLN Using Twitter Lists - Edudemic - Edudemic - 2 views

  •  
    Establishing your PLN (Personal Learning Network).
2More

The Beginner's Guide to TweetDeck - 0 views

  •  
    Dear CeLebs, Last few month, we spoke on how we are to work on our PLNs. TweetDeck is a great Twitter tool, but can be daunting to get started with. Here's a handy guide for you to refer to if you should ever have any doubt on how to use the tool. Cheers.
  •  
    I wonder other members are brief by team leads and start using that :) This is a simple yet clear. Thanks Tini.
1More

The Teacher's Guide To Twitter - Edudemic - Edudemic - 0 views

  •  
    For your info and reference.
1 - 10 of 10
Showing 20 items per page