An open API service indexing awesome lists of open source software.

https://github.com/adib23704/pixelify

Generate random pixelified image.
https://github.com/adib23704/pixelify

open-source opensource pixelified pixelify pixelimage

Last synced: about 2 months ago
JSON representation

Generate random pixelified image.

Awesome Lists containing this project

README

          

# Pixelify

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.

## Table of Contents

- [Demo](#demo)
- [Features](#features)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## Demo

You can see a live demo of Pixelify [here](https://adib23704.github.io/Pixelify)

## Features

- Generates random pixelated images from the [Picsum Photos](https://picsum.photos/) API.
- Uses the Pixelify library to apply pixelation effects to the images.
- Provides a simple and clean web interface.

## Getting Started

These instructions will help you set up the project on your local machine for development and testing purposes.

1. Clone the repository:

```bash
git clone https://github.com/Adib23704/Pixelify.git
```

2. Navigate to the project directory:

```bash
cd Pixelify
```

3. Open the `index.html` file in your preferred web browser.

## Usage

1. Open the Pixelify website.
2. The page will display a randomly generated pixelated image.
3. Hover over the image to see the pixelation effect in action.
4. Click on the image to open the original image in a new tab.

## Contributing

If you would like to contribute to Pixelify, follow these steps:

1. Fork the repository.
2. Create a new branch for your feature or bug fix: `git checkout -b feature-name`.
3. Make your changes and commit them: `git commit -m 'Description of changes'`.
4. Push to the branch: `git push origin feature-name`.
5. Submit a pull request.

## License

This project is licensed under the [MIT License](LICENSE).

---

Feel free to explore, experiment, and contribute to make Pixelify even better!