Android - 支持的图像类型

Par*_*ani 5 android android-image android-camera android-photos

我搜索了Android支持的图像类型.

实际上,我的困惑是which are image types supported by Android(即JPEG,gif或其他),因为刚才我用JPEG完成了相机捕捉代码,但是当我从HTC Hero中打开相册时,我无法查看我拥有的照片和图像抓获.所以should i not captured photos with extension as .jpeg??

警报框中显示的错误是: "The application Albums(process.com.htc.album) has stopped unexpectedly. Please try again".

Key*_*Key 13

支持的媒体格式:http://developer.android.com/guide/appendix/media-formats.html

本文档描述了Android平台提供的媒体编解码器,容器和网络协议支持.

作为应用程序开发人员,您可以自由使用任何Android设备上提供的任何媒体编解码器,包括Android平台提供的设备和特定于设备的设备.但是,最佳做法是使用与设备无关的媒体编码配置文件 ...