Skip to content

Devasy23/JPG2HEIF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JPG to HEIF Converter

This project allows you to freely convert JPG images to HEIF format. HEIF (High Efficiency Image Format) is a more efficient image format in terms of storage and quality compared to traditional formats like JPG.

Why HEIF?

HEIF, as the name suggests, is a high-efficiency image format. Not only does it offer smaller file sizes compared to JPG, but it also provides better image quality. This makes it an excellent choice for anyone looking to save storage space without compromising on image quality.

Getting Started

To get started with this project, follow the steps below:

  1. Clone the repository:

    git clone https://github.com/Devasy23/JPG2HEIF
  2. Create a virtual environment:

    python3 -m venv venv
  3. Activate the virtual environment:

    • On Windows:
      .\venv\Scripts\activate
    • On Unix or MacOS:
      source venv/bin/activate
  4. Install the required packages:

    pip install -r requirements.txt

Usage

To convert a JPG image to HEIF, use the following command:

streamlit run app.py

or using the link

Images:

image image

Releases

No releases published

Packages

No packages published