gegl-0.0.0.5: Haskell bindings to GEGL library

Safe HaskellSafe
LanguageHaskell2010

GEGL.FFI.Process

Description

Module for handling node processing

Synopsis

Documentation

c_gegl_node_process #

Arguments

:: Ptr ()

A GEGL node representation

-> IO () 

Interface to the function gegl_node_process in C.

c_gegl_node_blit #

Arguments

:: Ptr ()

A GEGL node representation

-> CDouble

Scale

-> Ptr GeglRectangle

Area of interest

-> BablFormatDummy

Pixel format

-> Ptr a

Pointer to destination buffer

-> CInt

Row stride in bytes

-> CInt

OR'ed GEGL blit flags

-> IO () 

Interface to the function gegl_node_blit in C.