Skip to content

lossless image compressor inspired from the Silicon Valley TV series

License

Notifications You must be signed in to change notification settings

DemonKingSwarn/piedpiper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PiedPiper

This is a lossless image compression website that allows users to compress images without compromising quality. The project is implemented using Python and the Flask web framework.

Table of Contents

Introduction

The lossless image compression website provides a user-friendly interface for uploading images and applying lossless compression algorithms to reduce the file size without sacrificing image quality. The compressed images can be downloaded or viewed directly on the website.

Features

  • Upload images in various formats (PNG, JPEG, GIF)
  • Apply lossless compression algorithms to reduce file size
  • Display and download the compressed images
  • Simple and intuitive web interface

Installation

  1. Clone the repository:
git clone https://github.com/demonkingswarn/piedpiper.git
  1. Install the required dependencies:
pip install -r requirements.txt

Usage

  1. Navigate to the project directory:
cd piedpiper
  1. Start the Flask development server:
python app.py
  1. Open your web browser and go to http://localhost:3000 to access the website.

Inspiration

The inspiration for this project comes from the popular TV series Silicon Valley. The show highlights the challenges and innovations in the technology startup world. In one of the episodes, the characters develop a revolutionary lossless compression algorithm specifically for image files. This project aims to capture the essence of that concept and provide a simple implementation of a lossless image compression website.

Contributing

Contributions to this project are welcome. If you have any ideas, feature requests, or bug reports, please open an issue or submit a pull request. For major changes, please discuss them in advance to ensure they align with the project's goals.

License

This project is licensed under the GPL License.

About

lossless image compressor inspired from the Silicon Valley TV series

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published