bitmaps-0.2.5.1: src/Data/Bitmap/StringRGB32.hs
-- | This bitmap type is deprecated; use 'Data.Bitmap.String' instead
--
-- | Bitmaps represented as strings
--
-- The module provides polymorphic support for representation of bitmaps as strings.
-- This module is designed to be most efficient with lazy bytestrings.
module Data.Bitmap.StringRGB32 {-# DEPRECATED "Use Data.Bitmap.String instead" #-}
( BitmapStringRGB32
) where
import Data.Bitmap.StringRGB32.Internal