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.
- Host: GitHub
- URL: https://github.com/adib23704/pixelify
- Owner: Adib23704
- License: mit
- Created: 2023-11-22T17:16:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-23T00:23:38.000Z (over 2 years ago)
- Last Synced: 2026-01-13T06:15:11.784Z (4 months ago)
- Topics: open-source, opensource, pixelified, pixelify, pixelimage
- Language: JavaScript
- Homepage: https://adib23704.github.io/Pixelify/
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!