タグ

as3とimagesに関するll_koba_llのブックマーク (7)

  • 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 にはな

  • s.h.log: AS3 - あらためてラベリング処理

    火曜に、imglのうっちーとあらためてラベリング処理ってどうやんのよという話をしていて、あらためてAS3で書き直した。 ただし、ラベルの衝突処理はまだやっていない。 ラベリング処理について→s.h.log: Proce55ing - 2値化画像を4近傍ラベリング処理してパーツ抜き出し 今まで、ラベルそのものを2次元のint配列で管理してたけど、今回はBitmapDataオブジェクトとして保存する様にしてみた。BitmapDataならx,y座標で要素にアクセスできるし、ピクセルはuint型なので都合がいい。 ■できたもの download => fla, as, swf (FlashDevelop3.0.0 Beta5 + FlashCS3) 年末年始作ったカメラから画像処理のサンプルを元に改造した。 webcamから撮影してBitmapDataにして、1ピクセルずつ走査して真っ白(0

    ll_koba_ll
    ll_koba_ll 2008/02/29
    ラベリング
  • Exif library for AS3

    This library can read and parse Exif information about a JPEG file. The Exif contains various information about the JPEG file such as the thumbnail image of the JPEG file, image resolution and so on. See http://www.exif.org/Exif2-2.PDF for details of Exif specification. Demo You can see a demo SWF in here (source code of this demo). Download You can download this library from CodeRepos by using S

    ll_koba_ll
    ll_koba_ll 2008/02/28
    as3 でexif
  • FACEs: AS3:画像処理&保存に JPEGEncoder

    普段 AS でなくて PHP を使ってますが、AS でよいものを見つけたのでこちらに書いてみます。サーバー処理をクライアントにも渡せるっていう話です。 PHP で画像処理するフローは結構あったりしますが、この場合にGDライブラリを使うか、ImageMagick を使うかという2択があります。後者は高機能ではあるもののインストールされているサーバーが少なく実質は GD の1択となります。しかし GD だけでは画像の拡大縮小や形式変換、合成程度しかできないから、回転反転何やかんやと他のことをしようと思えば PEAR とかで探してみる、なんつーことをやったりします。 画像処理系ライブラリはサーバーに負荷をかけるものも多く、処理数が多ければサーバーの処理力が必要になります。数をさばくWebサーバーに必要以上に演算力を持たせるのはもったいないから、別に演算力のあるサーバーを用意したりもしますが、サー

    ll_koba_ll
    ll_koba_ll 2008/01/07
    GDっぽく
  • ColorPickUper

    ll_koba_ll
    ll_koba_ll 2007/12/19
    キーカラーを取得
  • trick7 RTP Live: Info Bocoran RTP Slot Online Pragmatic Play Gacor Terlengkap -

    Halo bosku! kembali lagi bersama kami situs slot terpopuler dan terupdate no 1 di Indonesia, yang menyediakan ragam permainan […]

  • 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