Useful image sorter.
Project description
Sort-Image provides the ImageSorter class. You can use it to sort the pixels in an image by calling methods on that class. Typical usage often looks like this:
#!/usr/bin/env python from sort-image import ImageSorter image = ImageSorter("input.png") new_image = image.sortimage() new_image.save("output.png")
Documentation
You can see the documentation by checking out the docs/ directory included with this package. Enjoy!
Contributors
Matthew Edelen (Gihub Username mteam88)
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
No source distribution files available for this release.
See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for Sort_Image-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3be9eb3450e6f163b1b154eca21f074eee0db5c32793c7bd4b0e2b757a169bb6 |
|
MD5 | 36d56958186d5c22afa4607ad782cdbb |
|
BLAKE2b-256 | 4fb641cb8244ab3857c6733f3608e1862ae00228e2b4c35d0eb13982e63a216c |