搜索资源列表
psdformater.tar
- 解析Photoshop源文件(.psd),并将图像数据转换为Android SDK中的Bitmap对象。 基于开源项目“java-psd-library”修改 原项目位置:http://code.google.com/p/java-psd-library/ 示例: File psdFile = new File("/sdcard/11.psd") try { Psd psd = new Psd(psdFile) imageView.setImage
SocketCamera
- 基于Socket的Android手机视频实时传输.主要是在手机客户端(Android)通过实现Camera.PreviewCallback接口,在其onPreviewFrame重载函数里面获取摄像头当前图像数据,然后通过Socket将图像数据和相关的用户名、命令等数据传输到服务器程序中。-Socket Android mobile video-based real-time transmission
Android-phone-camera
- 在手机客户端(Android)通过实现Camera.PreviewCallback接口,在其onPreviewFrame重载函数里面获取摄像头当前图像数据,然后通过Socket将图像数据和相关的用户名、命令等数据传输到服务器程序中。-Mobile client (Android) implement the Camera.PreviewCallback interface in onPreviewFrame overloaded functions inside access to the ca
Rotate_3D
- 这是一个读取obj文件(3d图像的数据),并在surfaceView上显示的android程序,3d图像可以随手指的滑动转动-this is an android program that reads the obj file and show the 3d picture on the surfaceview。moreover,the 3d picture can rotate the way that you touch.
Exif-Editor-master
- 开源的Android应用程序,它创建,删除和编辑存储在图像的所有私有数据。-Open-source Android application to create, delete and edit all private data stored in images.
native-lib
- 将手机摄像头预览图像数据转化为Hue值。(The mobile phone camera preview image data into Hue.)