从图像到返回图像的路径的位图...没有参考
基本上,我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论