Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace pillow's deprecated textsize, add zooming support #75

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Apr 21, 2024

  1. Replace PIL's deprecated textsize

    Use textbbox instead of the deprecated textsize method
    jbruned committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    25cad34 View commit details
    Browse the repository at this point in the history
  2. Add space below the text baseline

    Take into account font descent when computing the size of the text bbox
    jbruned committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    4c6271c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8afc699 View commit details
    Browse the repository at this point in the history
  4. Fix font size calculation

    Bring back accidentally deleted lines
    jbruned committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    15eaea9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    621cc89 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Allow to zoom image in/out

    jbruned committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    703f4cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37580c3 View commit details
    Browse the repository at this point in the history