Pixelify is a simple open-source project that generates random pixelated images using the Pixelify library. This project is a personal exploration of pixelation effects on images and serves as a fun tool to create pixelated versions of random images.
You can see a live demo of Pixelify here
- Generates random pixelated images from the Picsum Photos API.
- Uses the Pixelify library to apply pixelation effects to the images.
- Provides a simple and clean web interface.
These instructions will help you set up the project on your local machine for development and testing purposes.
-
Clone the repository:
git clone https://github.com/Adib23704/Pixelify.git
-
Navigate to the project directory:
cd Pixelify
-
Open the
index.html
file in your preferred web browser.
- Open the Pixelify website.
- The page will display a randomly generated pixelated image.
- Hover over the image to see the pixelation effect in action.
- Click on the image to open the original image in a new tab.
If you would like to contribute to Pixelify, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m 'Description of changes'
. - Push to the branch:
git push origin feature-name
. - Submit a pull request.
This project is licensed under the MIT License.
Feel free to explore, experiment, and contribute to make Pixelify even better!