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

Support rendering text on a specified area in the image #100

Open
Neway6655 opened this issue Jul 16, 2021 · 4 comments
Open

Support rendering text on a specified area in the image #100

Neway6655 opened this issue Jul 16, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@Neway6655
Copy link

Could you pls implement some more operations, like java.awt.Graphics2D's drawString method.

We are very appreciated if you can help to add this operation. Thanks!

@Xmonpl
Copy link

Xmonpl commented Apr 26, 2022

Yes, I need it too!

@dbouron
Copy link
Contributor

dbouron commented Apr 29, 2022

Hi,
I will take a look but I remember that drawing string into an image with libvip is not as trivial as Graphics2D's library

@Xmonpl
Copy link

Xmonpl commented Apr 30, 2022

The syntax is similar, and it will certainly be more faster than using Graphics2D library i think.

image
image

@dbouron dbouron added the enhancement New feature or request label May 2, 2022
@dbouron
Copy link
Contributor

dbouron commented May 3, 2022

work in progress, the main inconvenient is the pango library that I can't embed yet because it's the hell to build it from scratch (lots of deps and meson/ninja build system)

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

3 participants