docs: structure

This commit is contained in:
Mahdi Dibaiee 2016-10-08 17:03:45 +03:30
parent bc02da7242
commit 547a44eacb

View File

@ -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