JuicyPixels-3.3.9: Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Codec.Picture.Jpg.Internal.Progressive

Documentation

data JpgUnpackerParameter Source #

Constructors

JpgUnpackerParameter 

Fields

Instances

Instances details
Show JpgUnpackerParameter Source # 
Instance details

Defined in Codec.Picture.Jpg.Internal.Common

Methods

showsPrec :: Int -> JpgUnpackerParameter -> ShowS

show :: JpgUnpackerParameter -> String

showList :: [JpgUnpackerParameter] -> ShowS

progressiveUnpack :: (Int, Int) -> JpgFrameHeader -> Vector (MacroBlock Int16) -> [([(JpgUnpackerParameter, a)], ByteString)] -> ST s (MutableImage s PixelYCbCr8) Source #