Metadata-Version: 1.1
Name: FFTresize
Version: 0.4.2
Summary: FFTresize resizes images using zero-padding in the frequency
domain.

Home-page: https://code.google.com/p/fftresize
Author: Mansour Moufid
Author-email: mansourmoufid@gmail.com
License: ISC
Description: FFTresize resizes images using zero-padding in the frequency
        domain.
        
        Installation
        ============
        
        FFTresize requires docopt, PIL, NumPy, and matplotlib.
        
        FFTresize consists of a package and a script.
        
        To install these from the source code,
        
        ::
        
            gunzip < FFTresize-0.4.2.tar.gz | tar -xf -
            cd FFTresize-0.4.2/
            python setup.py install
        
        or with pip,
        
        ::
        
            pip install fftresize
        
        Usage
        =====
        
        The fftresize script accepts two arguments: the file name of
        the image to resize, and a decimal factor by which to resize
        the image (1.0 meaning no change).
        
        ::
        
            FFTresize - Resize images using the FFT
        
            Usage:
                fftresize <image> <factor>
                fftresize -h | --help
                fftresize -v | --version
        
            Options:
                -h, --help      Print this help.
                -v, --version   Print version information.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Multimedia :: Graphics
