有没有办法使用ctypes将剪贴板中的图像另存为变量(没有其他库)?

时间:2019-02-18 00:07:00

标签: python windows ctypes

是否可以使用<script src="https://unpkg.com/react@16/umd/react.development.js"></script> <script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script> <div id="root"></div>来读取剪贴板?

我正在尝试制作一个程序,实际上按下 printscreen ,从剪贴板中获取图像,并将其保存为变量。我不能使用ctypesctypespygametimerandomsys以外的任何库(基本上只是库包含在python中。)

有人可以帮忙吗?

我正在使用Windows 10和Python 3.7(32位)。

编辑:问题Read text from clipboard in Windows using ctypes的唯一答案不适用于图片。

Is there a way to capture an image of the screen in python with ctypes?是我问的一个相关问题。

0 个答案:

没有答案