Search found 3 matches

by Achuthan
2011-08-26T01:17:29-07:00
Forum: MagickWand
Topic: How to use MagickWand to effectiviely with X11 libraries
Replies: 4
Views: 19536

Re: How to use MagickWand to effectiviely with X11 libraries

Thank you !!! But now when I started using the api, am getting this error. myImage is an XIMAGE. 821 MagickBooleanType mb=MagickConstituteImage(wand, myImage->width, myImage->height, "RGB", CharPixel, rfb_fb); (gdb) n Program received signal SIGSEGV, Segmentation fault. ImportImagePixels (...
by Achuthan
2011-07-30T13:46:40-07:00
Forum: MagickWand
Topic: How to use MagickWand to effectiviely with X11 libraries
Replies: 4
Views: 19536

Re: How to use MagickWand to effectiviely with X11 libraries

Any one got any idea or there isn't a way to do that ?
by Achuthan
2011-07-28T02:05:02-07:00
Forum: MagickWand
Topic: How to use MagickWand to effectiviely with X11 libraries
Replies: 4
Views: 19536

How to use MagickWand to effectiviely with X11 libraries

I wanted to get the desktop screen captured using the xlib and then modify some pixels in the zpixmap using imagemagick and later on return it back to the XImage structure. Is there any way to do that. I am only seeing files modified none from on memory modification. Any help is greatly appreciated....