Venefilyn / EDAssets

The main source of consuming Elite Dangerous assets. It contains vectors, uncompressed images, concept art, and animated logos.
https://edassets.org
MIT License
34 stars 13 forks source link

Technology Broker Icon #125

Closed controllerface closed 5 years ago

controllerface commented 5 years ago

I needed to generate an icon for technology brokers to use in my app. This is the icon that shows up in the station services menus to indicate a tech broker.

It may not be 100% pixel accurate to the in game UI, but I think I got it very close. The image is 350px by 350px, but it that is too small I can scale it up.

Venefilyn commented 5 years ago

Looks good, not seen the in game one but I'll trust you 🙂

You don't happen to have a vector as well do you?

controllerface commented 5 years ago

I don't unfortunately, just whipped this PNG up in gimp. I actually use a raw SVG path generated from this image in my app, but the output I use doesn't display correctly in a browser so i decided not to upload it. If I get it in the proper format, i'll open another PR with it.

controllerface commented 5 years ago

Figured out the SVG thing so added a vector version as well. Cleaned up the source image so re-exported the PNG too.

And for reference (in case you're curious) this reddit thread has a screenshot that has the icon in it, albeit a little blurry: https://www.reddit.com/r/EliteDangerous/comments/7rc8zk/tech_broker/ The icon is just to the right of the tech broker NPC portrait.

Oh and sorry about every change being a single commit. Used the Github UI to make changes instead of an IDE. If I find that I make more of these I'll open a PR with more sensible commit history.

Venefilyn commented 5 years ago

The SVG has a lot of whitespace around the vector, feel free to fix that up in a following PR. Merging this :)