タグ

html5とcanvasに関するurakeyのブックマーク (2)

  • canvas.toDataURLメソッドを使う | iconDecotter-Log

    canvasで描画したデータを、Base64エンコードした文字列で取得するメソッドがtoDataURLです。 toDataURL() メソッド – Canvasリファレンス – HTML5.JP これにより、canvasの画像データをGETやPOSTで送信したり、ブラウザのlocalStrageやsessionStrageに保存して後で利用するなどのことが非常にやりやすくなります。ただし、このメソッドは利用する上でいくつかの注意点があります。 非対応のブラウザがある canvas対応であっても、一部のメソッドの対応が抜けているケースがいくつかあります。具体的には、Android 2.x の標準ブラウザ等がそれです。また、そもそもcanvasに対応していないIE8以下も、ExplorerCanvasというライブラリで擬似的に対応させたりしている場合、toDataURLは非対応であったりします

    canvas.toDataURLメソッドを使う | iconDecotter-Log
  • IO 9elements

    Our company's top wizards, stuntmen, and industry experts offer their best advice, how-tos, and insights - all in the name of shockingly good code & design. Building the Perfect Logo StripCreate a visually balanced logo strip by adjusting logo heights based on aspect ratios using CSS. By scaling logos dynamically, you can display a harmonious row of diverse logos without manual tweaking.

    IO 9elements
  • 1