タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

JavaScriptとimageに関するpotato777のブックマーク (2)

  • Smooth image loading by upscaling - nickf on code

    In this post, I will discuss a technique we use at SoundCloud to make the loading of image appear smoother and faster. The situation: soundcloud.com is a single page application which, among other things, ends up displaying a lot of users’ avatars. The avatars are shown in many different situations from a tiny avatar on a waveform to a large profile image, so we have encoded the image into many di

    Smooth image loading by upscaling - nickf on code
    potato777
    potato777 2014/01/13
    大きい画像を読み込む時、キャッシュ済みのサムネイルを利用し、スムーズな読み込みを行う。
  • JavaScript で PSD Parser を作り始めました : document

    9月22 JavaScript で PSD Parser を作り始めました はじめに JavaScript で PSD ファイル (Photoshop Document) をパースする psd.js というのを作り始めました。 以下のURLで公開しています。 https://github.com/imaya/psd.js psd.js と聞いて、なんか前に聞いた事あるって言う人もいると思いますが、以前話題になった psd.js は Twitpic へ譲渡されたあと GitHub で公開しなくなったようなので、3日ほどでまったく新しく作り始めました。 現在できること まだざっくりとしか実装していません。 基的な parse Image Data, Channel Image Data からキャンバス生成 未実装の部分はすごく大雑把にデータを切り出しているだけです。 将来的にやりたいこと ブ

  • 1