Skip to content

A command-line tool to convert and resize images

License

Notifications You must be signed in to change notification settings

smnprn/pixelize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the project

preview


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

GO
BUBBLETEA

(back to top)

Installation

Script

  1. Download the latest release from the GitHub Releases page.
  2. Extract the tarball (tar -xzvf pixelize-linux-amd64.tar.gz).
  3. Make the installer executable (chmod +x install.sh).
  4. Execute the installer (./install.sh).
  5. 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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/YourFeature)
  3. Commit your Changes (git commit -m 'add: added feature')
  4. Push to the Branch (git push origin feature/YourFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Simone Perna - simoneperna8@gmail.com

If you wish, feel free to write me a message on GitHub!

(back to top)