本文介绍了ScreenCapture选项(我想要一个较小的图像)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
ScreenCapture似乎没有任何选项,我希望能够以更小的尺寸捕获屏幕。我有什么选择吗?源代码是否适用于此处?任何帮助都表示赞赏。
ScreenCapture does not appear to have any options and I wanted to be able to capture the screen at a smaller size. Do I have any options? Is the source code available for this somewhere? Any assistance is appreciated.
推荐答案
那不会是一个屏幕截图。  我看到有两个选项:
That wouldn't really be a screen capture then. There are really 2 options I see:
1。拍摄然后自己降低分辨率
1. take the capture then reduce the resolution yourself
2。写下你自己的"捕获"它只收集你想要的数据。
2. write your own "capture" that collects only the data you want.
此致,
IoTGirl
这篇关于ScreenCapture选项(我想要一个较小的图像)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!