JuicyPixels-scale-dct-0.1.0.0: Scale JuicyPixels images with DCT

Copyright(C) 2015 Oleg Grenrus
LicenseBSD3
MaintainerOleg Grenrus <oleg.grenrus@iki.fi>
Safe HaskellNone
LanguageHaskell2010

Codec.Picture.ScaleDCT

Description

Scale pictures using Discrete Cosine Transform.

Synopsis

Documentation

scale Source

Arguments

:: (Int, Int)

Output width, height

-> Image PixelRGBA8

Input image

-> Image PixelRGBA8

Output image

Scale the image using DCT transform.