作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
var jpgEncoder:JPGEncoder = new JPGEncoder(85);
var jpgStream:ByteArray = jpgEncoder.encode(bmpData);
Type was not found or was not a compile-time constant: JPGEncoder.
Call to a possibly undefined method JPGEncoder.
最佳答案
你在说
com.adobe.images.JPGEncoder; ?
mx.graphics.codec.JPEGEncoder
关于flash - 我需要导入哪个包才能在 flash 中使用 JPGEncoder?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3167636/
我正在 Flash Builder 中创建一个 iOS 和 Android 应用程序,它使用 JPGEncoder 函数将拍摄的图像从设备转换为字节数组,但在 iOS 中我的应用程序卡住,在 Andr
var jpgEncoder:JPGEncoder = new JPGEncoder(85); var jpgStream:ByteArray = jpgEncoder.encode(bmpData)
我是一名优秀的程序员,十分优秀!