About the project
Pixelize is an app that lets you convert and resize images from the command line.
Currently supported formats:
- JPEG
- PNG
- GIF
- TIFF
- BMP
- PDF
- HEIC
HEIC is supported only as a source file format.
Built with
(back to top)
Installation
- Download the latest release from the GitHub Releases page.
- Extract the tarball (
tar -xzvf pixelize-linux-amd64.tar.gz
)
- Move the binary to a directory in your PATH (
sudo mv pixelize /usr/local/bin/
)
- Make the binary executable (
sudo chmod +x /usr/local/bin/pixelize
)
- Start the program (
pixelize
)
(back to top)
Contributing
If you wish to contribute to the project feel free to fork the repo and create a pull request!
You can report a bug opening an "issue" here on GitHub.
Any contribution you make is greatly appreciated.
Thank you!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/YourFeature
)
- Commit your Changes (
git commit -m 'add: added feature'
)
- Push to the Branch (
git push origin feature/YourFeature
)
- Open a Pull Request
(back to top)
License
Distributed under the MIT License. See LICENSE.txt
for more information.
(back to top)
Simone Perna - simoneperna8@gmail.com
If you wish, feel free to write me a message on GitHub!
(back to top)