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


-- | Scale JuicyPixels images with DCT
--   
--   Scale JuicyPixels Images with DCT
--   
--   There is also a <tt>friday</tt> version: <a>friday-scale-dct</a>
@package JuicyPixels-scale-dct
@version 0.1.1.2


-- | Scale pictures using Discrete Cosine Transform.
module Codec.Picture.ScaleDCT

-- | Scale the image using DCT transform.
scale :: (Int, Int) -> Image PixelRGBA8 -> Image PixelRGBA8
