我尝试在 android 中对图像进行 2 倍缩放
我尝试在 android 中将图像放大 2 倍。但还没有找到合适的答案。我也尝试过使用 achartengine.jar Api 来实现这一点,但没有成功。是否有任何选项可以执行此操作,或者 achartengine.jar 是否适用于图像缩放?
I have tried to 2x zoom a image in android. But haven't find any suitable answer. I have also tried to dot this using achartengine.jar Api, but haven't successful. IS there any option to do this or does the achartengine.jar work for image zooming?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
aChartEngine 是一个图表库,与缩放图像无关。
看看下面的页面:
http://developer.android.com/reference/android/widget/ImageView .ScaleType.html
aChartEngine is a charting library and has nothing to do with zooming images.
Have a look at the following page:
http://developer.android.com/reference/android/widget/ImageView.ScaleType.html