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.1.tar.gz | tar -xf - cd FFTresize-0.4.1/ 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
FFTresize-0.4.1.zip
(4.4 kB
view details)
FFTresize-0.4.1.tar.gz
(3.0 kB
view details)
File details
Details for the file FFTresize-0.4.1.zip.
File metadata
- Download URL: FFTresize-0.4.1.zip
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9966b87ef7e5503b93e1f0c35b1dd518d2013963a241967131a755fbc331836d
|
|
| MD5 |
21f3745b380ddf6c244e0ff61cc0a001
|
|
| BLAKE2b-256 |
fc9ed4946f149558288ed9a367230da89cb88dbf76f0f131e1340e2fd376298a
|
File details
Details for the file FFTresize-0.4.1.tar.gz.
File metadata
- Download URL: FFTresize-0.4.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac0a2f0e03504038f192a07b5c58cfc21842d59bf741546a47e3f3215b314d9e
|
|
| MD5 |
a83a9ae02656cabbf29125fe4870ffbb
|
|
| BLAKE2b-256 |
9b9b672332cd96423f948d8481d15931594cd0ebd413babb6aa66a4d7be150e7
|