Search found 3 matches

by Ksk5192
2016-12-06T21:31:36-07:00
Forum: Users
Topic: Display Function Not Working in Magick++ Demos
Replies: 5
Views: 1835

Re: Display Function Not Working in Magick++ Demos

I have the program write to an image file using the following code in c++: image.write("finalimage.jpg"); image.display(); I don't understand why the line image.display() does not function. Nothing ever pops up and I have to manually go to my folder and double click the file to open the image. I ...
by Ksk5192
2016-12-01T13:06:13-07:00
Forum: Users
Topic: Display Function Not Working in Magick++ Demos
Replies: 5
Views: 1835

Re: Display Function Not Working in Magick++ Demos

Yes, I am running Windows. Would you happen to know then how I can properly get the button to display?
by Ksk5192
2016-12-01T11:26:18-07:00
Forum: Users
Topic: Display Function Not Working in Magick++ Demos
Replies: 5
Views: 1835

Display Function Not Working in Magick++ Demos

I have searched all throughout the forums and cannot seem to find an answer to this question. I have installed ImageMagick version 6.9.6-6-Q16-x86-dll and am trying to run the demo project "button" in Visual Studio 2013. At first glance I noticed that the line button.display(); was commented out ...