Author Topic: Displaying Images  (Read 643 times)

I searched a lot before I decided to make this topic and the only useful thing I have learned is to make an image into a particle to make the client download it. However, I need to know if there is a way to display an image on a client's screen without the size reduction that <bitmap> has. Also, before anyone suggests it, I'm not attempting to create a GUI, I just want to display a full resolution image on a client's screen.

The bottom and center print guis only have a limited size, you can't make your image larger than this.

Also, a datablock is unnecessary:

$DamageType::Self DeleteBitmap[$MaxDamageType] = "path/to/file.jpg";
$MaxDamageType++;
setManifestDirty();

That will add an arbitrary file to the manifest!

The bottom and center print guis only have a limited size.

Well, is there another method besides the message functions? There are custom gui's and things but can I use something like that without a client mod?

I guess you could also try putting it in a chat message, otherwise there's no way.