从图像到返回图像的路径的位图...没有参考

发布于 2024-11-03 14:56:04 字数 432 浏览 0 评论 0原文

基本上,我在 Visual Studio 2010 中使用 magick++。Magick++ 只能从文件路径读取图像。

因此,在这个对象中有两个图像,第一个图像保存到路径中。

Magick读取这个路径,分析图像,然后分析的图像当前是一个路径即“C:\USERS\theImg.png”,我想做的是采取theImg.png并设置它到第二个位图(已使用: System::Drawing::Bitmap^ bmp = gcnew System::Drawing::Bitmap("dud2.png") 然后 objectInQuestion->imgs->analyzed img = bmp< /code>),但是当它通过循环运行时,因为必须执行多次,dud2.png 永远不会被覆盖。

Basically, I'm using magick++ in visual studio 2010. Magick++ can only read images from filepaths.

So, in this object there are two images, The first one is saved to a path.

Magick reads this path, analyzes the image, and then the analyzed image is currently a path i.e. "C:\USERS\theImg.png", what i want to do is take theImg.png and set it to the second bitmap (already using:
System::Drawing::Bitmap^ bmp = gcnew System::Drawing::Bitmap("dud2.png") and then objectInQuestion->imgs->analyzed img = bmp), but when this runs through a loop since this has to be done mutliple times, dud2.png is never overwritten.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文