docs: structure
This commit is contained in:
parent
bc02da7242
commit
547a44eacb
@ -12,17 +12,20 @@ Stability : experimental
|
|||||||
Portability : POSIX
|
Portability : POSIX
|
||||||
-}
|
-}
|
||||||
module Data.Picture ( Picture
|
module Data.Picture ( Picture
|
||||||
|
-- * Manipulation functions
|
||||||
, grayscale
|
, grayscale
|
||||||
, readPicture
|
|
||||||
, fromImage
|
|
||||||
, toImage
|
|
||||||
, writePicturePng
|
|
||||||
, fade
|
, fade
|
||||||
, rotate
|
, rotate
|
||||||
, contrast
|
, contrast
|
||||||
, brightness
|
, brightness
|
||||||
, gamma
|
, gamma
|
||||||
, invert
|
, invert
|
||||||
|
-- * Converting between Image and Picture
|
||||||
|
, fromImage
|
||||||
|
, toImage
|
||||||
|
-- * IO operations
|
||||||
|
, readPicture
|
||||||
|
, writePicturePng
|
||||||
)
|
)
|
||||||
where
|
where
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user