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

Text refactoring in image generation #4

Open
emm3rsk opened this issue Jul 21, 2023 · 1 comment
Open

Text refactoring in image generation #4

emm3rsk opened this issue Jul 21, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@emm3rsk
Copy link
Member

emm3rsk commented Jul 21, 2023

Build a script for text refactoring with automatic font size management:

Inputs :

  • Position of the top left corner of the text (x1,y1)
  • Position of the bottom right corner of the text (x2,y2)
  • Placed multiline text TEXT
  • Font FONT

Output :

draw.text( (x1,y1), TEXT, font=FONT, spacing, align=”center”)

@emm3rsk emm3rsk added the enhancement New feature or request label Jul 21, 2023
@emm3rsk emm3rsk self-assigned this Jul 21, 2023
@emm3rsk
Copy link
Member Author

emm3rsk commented Jul 21, 2023

Update on test branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant