Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在做一个图像处理项目。我对html不熟悉。这是我的想法。
我的 C++ 应用程序能够读取图像并在处理后将图像写入文件。程序是用户可以在我的网页的固定区域点击鼠标,位置数据可以作为参数传递给我的应用程序,然后我的C++应用程序将使用位置数据处理图像并将图像输出到文件,最后我的网络显示图像。
那么这有可能实现吗?
恐怕仅使用 HTML 是不可能的。用 PHP 编写的任何服务器端脚本都应该可以(例如)。无论如何,你可以让你的程序来观看文件夹上传和处理的图像保存到另一个文件夹。不过,您将需要 PHP 或类似的东西。