タグ

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

タグの絞り込みを解除

pngとimagesに関するll_koba_llのブックマーク (2)

  • jp.ferv.blog » Blog Archive » Optimized PNGEncoder

    Alchemy – asynchronous jpeg encodingで OptimizedJPGEncoder や AlchemyJPGEncoder の処理速度比較をみて、 PNGEncoder も多少最適化できるかなと思ったんでやってみた。 PNGフォーマットはJPGフォーマットのように複雑な変換処理がない単純なフォーマットなので、コード量が少く最適化箇所も少ない。ただ、複数回エンコードしたり、サイズの大きな BitmapData をエンコードする際にはメリットがでてくるんじゃなかろーかと。 Optimized PNGEncoder – wonderfl build flash online 処理速度比較の為に as3corelib の PNGEncoder と同じく PLTE チャンクは実装せず、フィルタオプションは ‘None’ 一択で実装してる。 as3corelib にはな

  • kaourantin.net: PNG Encoder in AS3

    I hope you are already playing around with AS3, because in my opinion it rocks! There are really endless possiblities, especially when taking into account some of the new classes like ByteArray and the new number types uint and int. I added a little sample here. This code is not entirely my doing, I merely fixed a couple of bugs, but hopefully it shows the power. It implements a simple PNG encoder

    ll_koba_ll
    ll_koba_ll 2007/01/31
    PNG Encoder in AS3
  • 1