gegl-0.0.0.5: Haskell bindings to GEGL library

Safe HaskellNone
LanguageHaskell2010

GEGL.Process

Description

Module for handling processing with GEGL

Synopsis

Documentation

gegl_node_process #

Arguments

:: GeglNode

A node without outputs

-> IO () 

Render a composition as a blocking operation. See gegl_processor_work for a non-blocking operation.

gegl_node_blit #

Arguments

:: GeglNode

Node to blit

-> Double

Scale

-> GeglRectangle

Area of Interest

-> BablFormatPtr

Pixel format

-> Ptr a

Pointer to destination buffer

-> Int

Row stride in bytes. If set to '0', stride will be computed automatically from width and color format.

-> [GeglBlitFlag]

GEGL blit flags

-> IO () 

Render a rectangular region of a node