[GUI] Automated outlines for Images

Let’s say we want to save resources (uploading less textures, sprite sheets) and time.
We don’t want to play with GIMP, Photoshop or whatever you use.
We have to grab a random decal (Let’s say, a weapon thumbnail) and generate an outline for it, so it looks nice.

Example from The Binding of Isaac: Rebirth

ac2d18eaf624a4942e0c0f6e70ba29e37396b0fb.png

  • White outlines only appear when item is fully charged.
  • They’re automatically created for the item.
  • I’m not fully sure how transparency works there.

It might bring some trouble with transparency, knowing my luck - but let’s think about optional anti-aliasing.
If you guys made glow effect for neons, then a GUI segment could be even simplier!
Let’s remember about borders and other stuff :stuck_out_tongue:

6 Likes

Probably not high on ROBLOX’s bucketlist. This is easy to achieve by just creating an image behind it.

2 Likes