Discussion – I made a free tool to import custom emblems into GTA Online

Hi all,
I made a Javascript tool to convert images into emblems.

Video/Tutorial:

Download it here:

Screenshots:

How it works:
It slices up an image into 1px-wide strips and recreates the pixels in those strips from gradients applied to rectangles. It then generates the console code required for the emblem editor.

Notes:
Some images will need to be resized or adjusted (it will not work for a 512×512 full colour image). If you are creating a logo style crew emblem, it is best to create it on a 256×256 canvas. While testing I found that 512×512 images often look worse in-game than 256×256. More tips in the video.

If anyone has any issues with a particular image, let me know and I’ll see if I can help.