-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Converts between the Friday and JuicyPixels image types
--   
--   See <a>README</a>
@package friday-juicypixels
@version 0.1.2.4

module Vision.Image.JuicyPixels
fcast :: Vector (PixelBaseComponent Pixel8) -> Vector GreyPixel
jcast :: Vector GreyPixel -> Vector (PixelBaseComponent Pixel8)
jcastRGBA :: Vector RGBAPixel -> Vector (PixelBaseComponent PixelRGBA8)
fcastRGBA :: Vector (PixelBaseComponent PixelRGBA8) -> Vector RGBAPixel
jcastRGB :: Vector RGBPixel -> Vector (PixelBaseComponent PixelRGB8)
fcastRGB :: Vector (PixelBaseComponent PixelRGB8) -> Vector RGBPixel
toFridayGrey :: Image Pixel8 -> Grey
toJuicyGrey :: Grey -> Image Pixel8
toFridayRGB :: Image PixelRGB8 -> RGB
toJuicyRGB :: RGB -> Image PixelRGB8
toFridayRGBA :: Image PixelRGBA8 -> RGBA
toJuicyRGBA :: RGBA -> Image PixelRGBA8
