[Mono-dev] Screen Capture with Mono

Evan Hazlett ejhazlett at gmail.com
Wed Feb 22 10:23:07 EST 2006


thanks...

im still a newb...  ;)

On 2/22/06, Paolo Molaro <lupus at ximian.com> wrote:
>
> On 02/20/06 Evan Hazlett wrote:
> > im looking for a way to perform a screen capture with Mono in Linux...
> >
> > i know in Win32, you can use dllimport, but Im not sure what to use with
> > Linux...
> [...]
> > btw...  i did do a quick google search.. ;)
>
> Must use a different google than the rest of us;)
>
> Execute:
>         xwd -root -out file.x
> and the convert the file (You need the imagemagick utils installed
> or some other image conversion tool):
>         convert file.x file.png
>
> Make sure you remove the file.x file.
>
> lupus
>
> --
> -----------------------------------------------------------------
> lupus at debian.org                                     debian/rules
> lupus at ximian.com                             Monkeys do it better
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060222/66030258/attachment.html 


More information about the Mono-devel-list mailing list