Problem using MagickDisplayImage
Posted: 2007-08-21T00:32:29-07:00
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
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