You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@spelsinx You need to create your own string and then pass it into draw like so:
.draw('image over x,y width,height "image.png"')
But yeah, a helper method would be nice, bonus points for adding support for directly passing the sub-image as a buffer/stream like it is supported for the base image, eliminating the need for storing sub-images to a temp directory at all
hello i used this text, it is in place, everything is fine
.drawText(440,270,"spelsinx",'southeast')
and this - leads the text forward, but I want it to be in place and not move.
.drawText(440,270,"prop",'southeast')
how to make the text not move, but stand still, as in the case of "spelsinx"?
@spelsinx You need to create your own string and then pass it into draw like so:
.draw('image over x,y width,height "image.png"')
But yeah, a helper method would be nice, bonus points for adding support for directly passing the sub-image as a buffer/stream like it is supported for the base image, eliminating the need for storing sub-images to a temp directory at all
How to paste an image on an image and scale it like a canvas?
The text was updated successfully, but these errors were encountered: