Problem using MagickDisplayImage

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
Strichcode

Problem using MagickDisplayImage

Post by Strichcode »

Hallo,

if i want to display in Image with the Commandline tools display i type in:

"display -display :0 -window root /home/my_file.bmp"

and it works fine. I get a picture on the Full Screen.

but when i try to do this in my C-Programm i write:

"MagickDisplayImage(magick_wand, ":0");"

Then i got the Problem, that my Picture is not in the Center.
I Just see 1/3 of the Picture in the right buttom Corner of my Monitor.

Is there a way to center Pictures with the MagickDisplayImage Command ?
Or are there other Values i can change or add to the Call of the Function.

Best Regards
Strichcode
Post Reply