FFTresize resizes images using zero-padding in the frequency domain.
Project 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.
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
FFTresize-0.4.2.tar.gz (3.1 kB) Copy SHA256 hash SHA256 | Source | None | Nov 19, 2013 |
FFTresize-0.4.2.zip (4.9 kB) Copy SHA256 hash SHA256 | Source | None | Nov 19, 2013 |