Help creating a custom icon

Hi, so I wanted to create a custom WoW icon with a 64x64 image.

I converted it to a .BLP and put it in the Interface/ICONS folder, I was able to create a macro with it. And the image displays properly in the macro preview. But when I try and save the macro the image goes blank. Not sure what else to do.

Anyone with custom icon creating experience that can help?

1 Like

Not sure if it’s the same bug but you can try this fix which should remove the duplicate icons (with a dot appended) in the macro preview. Turn it into an addon with https://addon.bool.no/

GetLooseMacroItemIcons = function() end
GetLooseMacroIcons = function() end

https://www.wowinterface.com/forums/showthread.php?t=54305