Save original image (.png) even when zoomed

时间秒杀一切 提交于 2019-12-25 07:31:29

问题


I have an apps that let the user to add text/image to the main image, and the main image can be zoomed.

My current problem is the produced PNG file is also zoomed if the main image is in zoomed position. My code is saving whatever is displayed to the user, instead of keeping the original image. I currently use getDrawingCache() method.

How to let the user zoom in/zoom out my main image but saving the original image instead of the zoomed image?

Thanks

来源:https://stackoverflow.com/questions/24730793/save-original-image-png-even-when-zoomed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!