gboolean gdk_magick_render_from_gdk_monochrome( Image *image, GdkImage *gdk_image )

Render a monochrome GDK image into an ImageMagick image

Documentation

Render a monochrome GDK image into an ImageMagick image. This function is essential for accessing a GDK two-color bitmap using the ImageMagick toolkit. This function renders independently of the GdkMagick default visual and colormap, since the default visual and colormap are not suitable for rendering monochrome images.

Returns:
TRUE if the render was successful, FALSE otherwise
Parameters:
image - ImageMagick Image structure to render
gdk_image - GdkImage which will receive the rendered image

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.