#Welcome Image

10 messages · Page 1 of 1 (latest)

restive sequoia
#

Does anyone know about image manipulation or draw functions, because I don't know where I can find something to send a welcome image where Welcome and the user name is on it.

stable oceanBOT
#

This post has been reserved for your question.

Hey @restive sequoia! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

knotty bobcat
#

Depends on the GUI framework you're using

restive sequoia
#

<dependency>
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-beta.4</version>
</dependency>
</dependencies>

I use the standerd one

knotty bobcat
#

So, you want to build image files, like jpegs or pngs?
For that, look into creating BufferedImage, and call createGraphics() on it so that you can "draw on" that image.
Afterwards make a file out of it with ImageIO

#

I don't know much about JDA though, nor whether it is normally run on machines that have graphic routines available

restive sequoia
#

thank you

stable oceanBOT
# restive sequoia thank you

If you are finished with your post, please close it.
If you are not, please ignore this message.
Note that you will not be able to send further messages here after this post have been closed but you will be able to create new posts.

stable oceanBOT
#

💤 Post marked as dormant

This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.