Home
last modified time | relevance | path

Searched refs:PixelRGB16 (Results 1 – 11 of 11) sorted by relevance

/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/JuicyPixels-3.3.5/src/Codec/Picture/
H A DTypes.hs46 , PixelRGB16( .. )
392 | ImageRGB16 (Image PixelRGB16)
595 data PixelRGB16 = PixelRGB16 {-# UNPACK #-} !Pixel16 -- Red type
1300 promotePixel c = PixelRGB16 c c c
1590 instance Pixel PixelRGB16 where
1597 mixWith f (PixelRGB16 ra ga ba) (PixelRGB16 rb gb bb) =
1601 colorMap f (PixelRGB16 r g b) = PixelRGB16 (f r) (f g) (f b)
1617 return $ PixelRGB16 rv gv bv
1640 instance ColorPlane PixelRGB16 PlaneRed where
1646 instance ColorPlane PixelRGB16 PlaneBlue where
[all …]
H A DTiff.hs84 , tiffPalette :: Maybe (Image PixelRGB16)
105 findPalette :: [ImageFileDirectory] -> Get (Maybe (Image PixelRGB16))
670 palette16Of :: Image PixelRGB16 -> Palette' PixelRGB16
879 instance TiffSaveable PixelRGB16 where
H A DSaving.hs150 imageToPng (ImageCMYK16 img) = encodePng (convertImage img :: Image PixelRGB16)
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/JuicyPixels-3.3.5/src/Codec/Picture/
H A DTypes.hs46 , PixelRGB16( .. )
392 | ImageRGB16 (Image PixelRGB16)
595 data PixelRGB16 = PixelRGB16 {-# UNPACK #-} !Pixel16 -- Red type
1300 promotePixel c = PixelRGB16 c c c
1590 instance Pixel PixelRGB16 where
1597 mixWith f (PixelRGB16 ra ga ba) (PixelRGB16 rb gb bb) =
1601 colorMap f (PixelRGB16 r g b) = PixelRGB16 (f r) (f g) (f b)
1617 return $ PixelRGB16 rv gv bv
1640 instance ColorPlane PixelRGB16 PlaneRed where
1646 instance ColorPlane PixelRGB16 PlaneBlue where
[all …]
H A DTiff.hs84 , tiffPalette :: Maybe (Image PixelRGB16)
105 findPalette :: [ImageFileDirectory] -> Get (Maybe (Image PixelRGB16))
670 palette16Of :: Image PixelRGB16 -> Palette' PixelRGB16
879 instance TiffSaveable PixelRGB16 where
H A DSaving.hs150 imageToPng (ImageCMYK16 img) = encodePng (convertImage img :: Image PixelRGB16)
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/JuicyPixels-3.3.5/src/Codec/
H A DPicture.hs138 , PixelRGB16( .. )
340 instance Decimable PixelRGB16 PixelRGB8 where
358 instance Decimable PixelRGBF PixelRGB16 where
407 convertRGB16 :: DynamicImage -> Image PixelRGB16
417 ImageRGBF img -> decimateBitDepth img :: Image PixelRGB16
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/JuicyPixels-3.3.5/src/Codec/
H A DPicture.hs138 , PixelRGB16( .. )
340 instance Decimable PixelRGB16 PixelRGB8 where
358 instance Decimable PixelRGBF PixelRGB16 where
407 convertRGB16 :: DynamicImage -> Image PixelRGB16
417 ImageRGBF img -> decimateBitDepth img :: Image PixelRGB16
/dports/games/taisei/taisei-1.3.2/src/util/
H A Dpixmap.h113 typedef PIXMAP_PIXEL_STRUCT_RGB(uint16_t) PixelRGB16; typedef
137 PixelRGB16 *rgb16;
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/JuicyPixels-3.3.5/src/Codec/Picture/Png/Internal/
H A DExport.hs230 instance PngSavable PixelRGB16 where
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/JuicyPixels-3.3.5/src/Codec/Picture/Png/Internal/
H A DExport.hs230 instance PngSavable PixelRGB16 where