Skip to content

webdevcody/image-scale-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

A simple script to scale an image up and overlay text. Using it to test benchmarks.

Fastest I've seen on mac book m3 pro: 20.49 milliseconds

Setup and Installation

  1. Create a virtual environment:

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

    • On Windows:
      venv\Scripts\activate
      
    • On macOS and Linux:
      source venv/bin/activate
      
  3. Install the required dependencies:

    pip3 install -r requirements.txt
    

Running the Project

  1. Make sure your virtual environment is activated.

  2. Run the main script:

    python3 main.py
    

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages