Home
last modified time | relevance | path

Searched refs:PngIndexedColor (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/JuicyPixels-3.3.5/src/Codec/Picture/Png/Internal/
H A DType.hs162 | PngIndexedColor constructor
416 put PngIndexedColor = putWord8 3
425 imageTypeOfCode 3 = return PngIndexedColor
H A DExport.hs57 | otherwise = Right $ genericEncodePng (Just pal) Nothing PngIndexedColor metas img
67 …| otherwise = Right $ genericEncodePng (Just opaquePalette) (Just alphaPal) PngIndexedColor metas …
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/JuicyPixels-3.3.5/src/Codec/Picture/Png/Internal/
H A DType.hs162 | PngIndexedColor constructor
416 put PngIndexedColor = putWord8 3
425 imageTypeOfCode 3 = return PngIndexedColor
H A DExport.hs57 | otherwise = Right $ genericEncodePng (Just pal) Nothing PngIndexedColor metas img
67 …| otherwise = Right $ genericEncodePng (Just opaquePalette) (Just alphaPal) PngIndexedColor metas …
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/JuicyPixels-3.3.5/src/Codec/Picture/
H A DPng.hs407 sampleCountOfImageType PngIndexedColor = 1 function
428 | bitDepth ihdr == 1 = unparse ihdr (Just paletteRGB1) t PngIndexedColor bytes
429 | bitDepth ihdr == 2 = unparse ihdr (Just paletteRGB2) t PngIndexedColor bytes
430 | bitDepth ihdr == 4 = unparse ihdr (Just paletteRGB4) t PngIndexedColor bytes
434 unparse _ Nothing _ PngIndexedColor _ = Left "no valid palette found"
441 unparse ihdr (Just plte) transparency PngIndexedColor bytes =
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/JuicyPixels-3.3.5/src/Codec/Picture/
H A DPng.hs407 sampleCountOfImageType PngIndexedColor = 1 function
428 | bitDepth ihdr == 1 = unparse ihdr (Just paletteRGB1) t PngIndexedColor bytes
429 | bitDepth ihdr == 2 = unparse ihdr (Just paletteRGB2) t PngIndexedColor bytes
430 | bitDepth ihdr == 4 = unparse ihdr (Just paletteRGB4) t PngIndexedColor bytes
434 unparse _ Nothing _ PngIndexedColor _ = Left "no valid palette found"
441 unparse ihdr (Just plte) transparency PngIndexedColor bytes =