• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            S.l.e!ep.¢%

            像打了激速一樣,以四倍的速度運轉,開心的工作
            簡單、開放、平等的公司文化;尊重個性、自由與個人價值;
            posts - 1098, comments - 335, trackbacks - 0, articles - 1
              C++博客 :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理

            AS3 bitmapdata與bytearray轉換

            Posted on 2010-06-30 17:49 S.l.e!ep.¢% 閱讀(3540) 評論(0)  編輯 收藏 引用 所屬分類: Flash
            bitmapdata.getpixel 方法是ActionScript 3.0中的一個新方法,可以把矩形內的像素讀取成bytearray,但是這種bytearray又不能直接用loader.loadbytes來讀,一 讀就會出現IOERROR。

            為了達到可以直接用loader.loadbytes讀取的目的,找了一下百度和GOOGLE,找到了以下方法,有需要的可以用用。

            PS 以下代碼轉自互聯網,牛C網只負責整理
            /*
            Copyright (c) 2007 Trevor McCauley - www.senocular.com
            Permission is hereby granted, free of charge, to any person
            obtaining a copy of this software and associated documentation
            files (the "Software"), to deal in the Software without
            restriction, including without limitation the rights to use,
            copy, modify, merge, publish, distribute, sublicense, and/or sell
            copies of the Software, and to permit persons to whom the
            Software is furnished to do so, subject to the following
            conditions:
            The above copyright notice and this permission notice shall be
            included in all copies or substantial portions of the Software.
            THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
            EXPRESS or IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
            OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
            NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS or COPYRIGHT
            HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES or OTHER LIABILITY,
            WHETHER IN AN ACTION OF CONTRACT, TORT or OTHERWISE, ARISING
            FROM, OUT OF or IN CONNECTION WITH THE SOFTWARE or THE USE or
            OTHER DEALINGS IN THE SOFTWARE.
            */
            package com.senocular.images {
            import flash.display.BitmapData;
            import flash.geom.Matrix;
            import flash.utils.ByteArray;
            import flash.utils.Endian;
            public class BMPEncoder {
            /**
            * Converts a BitmapData instance into a 32-bit
            * BMP image.
            * @param bitmapData A BitmapData instance of the image
            * desired to have converted into a Bitmap (BMP).
            * @return A ByteArray containing the binary Bitmap (BMP)
            * representation of the BitmapData instance passed.
            */
            public static function encode(bitmapData:BitmapData):ByteArray {
            // image/file properties
            var bmpWidth:int = bitmapData.width;
            var bmpHeight:int = bitmapData.height;
            var imageBytes:ByteArray = bitmapData.getPixels(bitmapData.rect);
            var imageSize:int = imageBytes.length;
            var imageDataOffset:int = 0x36;
            var fileSize:int = imageSize + imageDataOffset;
            // binary BMP data
            var bmpBytes:ByteArray = new ByteArray();
            bmpBytes.endian = Endian.LITTLE_ENDIAN; // byte order
            // header information
            bmpBytes.length = fileSize;
            bmpBytes.writeByte(0x42); // B
            bmpBytes.writeByte(0x4D); // M (BMP identifier)
            bmpBytes.writeInt(fileSize); // file size
            bmpBytes.position = 0x0A; // offset to image data
            bmpBytes.writeInt(imageDataOffset);
            bmpBytes.writeInt(0x28); // header size
            bmpBytes.position = 0x12; // width, height
            bmpBytes.writeInt(bmpWidth);
            bmpBytes.writeInt(bmpHeight);
            bmpBytes.writeShort(1); // planes (1)
            bmpBytes.writeShort(32); // color depth (32 bit)
            bmpBytes.writeInt(0); // compression type
            bmpBytes.writeInt(imageSize); // image data size
            bmpBytes.position = imageDataOffset; // start of image data...
            // write pixel bytes in upside-down order
            // (as per BMP format)
            var col:int = bmpWidth;
            var row:int = bmpHeight;
            var rowLength:int = col * 4; // 4 bytes per pixel (32 bit)
            try {
            // make sure we're starting at the
            // beginning of the image data
            imageBytes.position = 0;
            // bottom row up
            while (row--) {
            // from end of file up to imageDataOffset
            bmpBytes.position = imageDataOffset + row*rowLength;
            // read through each column writing
            // those bits to the image in normal
            // left to rightorder
            col = bmpWidth;
            while (col--) {
            bmpBytes.writeInt(imageBytes.readInt());
            }
            }
            }catch(error:Error){
            // end of file
            }
            // return BMP file
            return bmpBytes;
            }
            }
            }
            久久亚洲高清综合| 久久精品黄AA片一区二区三区| 精品国产VA久久久久久久冰| 精品久久久无码21p发布| 久久精品中文闷骚内射| 欧美亚洲国产精品久久蜜芽| 亚洲精品乱码久久久久久不卡| 亚洲精品乱码久久久久久蜜桃图片| 久久精品国产久精国产思思| 精品久久久久中文字幕一区| 亚洲欧美日韩久久精品第一区| 久久99国产精品二区不卡| 无码国内精品久久综合88| 精品国产一区二区三区久久| 国产69精品久久久久APP下载| 日本三级久久网| 久久国产劲爆AV内射—百度| 99久久精品免费看国产免费| 亚洲精品tv久久久久久久久| 久久国产精品免费一区| 2021久久国自产拍精品| 国产69精品久久久久9999APGF| 丁香久久婷婷国产午夜视频| 日本久久久久亚洲中字幕| 国产精品日韩欧美久久综合| 久久精品国产亚洲av日韩| 一本色道久久99一综合| 少妇久久久久久被弄到高潮| 97超级碰碰碰碰久久久久| 久久久久综合网久久| 成人国内精品久久久久影院| 人妻精品久久久久中文字幕一冢本| 亚洲另类欧美综合久久图片区| 国产三级观看久久| 国产2021久久精品| 国产精品免费看久久久香蕉| 大蕉久久伊人中文字幕| 国内精品久久久久久麻豆 | 亚洲国产香蕉人人爽成AV片久久 | 久久99精品久久久久久齐齐| 国产成人久久AV免费|