úÎ j ú2Repa interface to the DevIL image loading library. provisionalDon Stewart <dons00@gmail.com>RThe IL monad. Provides statically-guaranteed access to an initialized IL context. Running code in the IL& monad. This is a simple wrapper over IO G that guarantees the DevIL library has been initialized before you run  functions on it. KReads an image into an RGBA array. Indices are (row,column,color-channel).  Example:   main = do ( x <- runIL $ readImage "/tmp/x.png"  .. operations on x .. Note:@ The image input type is determined by the filename extension. PWrites an RGBA array to a file. Indices are the row, column, and color-channel. Note:A The image output type is determined by the filename extension.  repa-devil-0.1.2Data.Array.Repa.IO.DevILILrunIL readImage writeImageunILtoRepafromRepa