Bungie-net / api

Resources for the Bungie.net API
Other
1.22k stars 92 forks source link

Would it be possible to get higher res icons in the API #33

Closed NigelBreslaw closed 2 months ago

NigelBreslaw commented 7 years ago

Destiny in-game has larger icons for gear now the game is 4K. The API still provides icons at the Destiny 1 size. Now phone screens are so highres people have started to comment the icons look blurry. It would be great if it was possible to get higher res versions of the icons.

vthornheart-bng commented 7 years ago

I will look into it when I get time to do so! I am not certain it is possible, but I will try to find out.

lowlines commented 7 years ago

There are also OTF fonts used for the UI that are sitting somewhere on a designer's desktop. Examples are the different weapon types, subclass abilities, platform specific button graphics etc. Adding these to the bunglefont would be awesome!

vthornheart-bng commented 7 years ago

Oh, yeah that'd be nice. We couldn't release the font itself, as in the text portion: I don't believe we are legally allowed to, as it is licensed. But I could investigate into whether those images embedded in the font would be something we'd be allowed to distribute.

floatingatoll commented 7 years ago

If naming it is permissible?

On Thu, Aug 31, 2017 at 4:55 PM, Vendal Thornheart <notifications@github.com

wrote:

Oh, yeah that'd be nice. We couldn't release the font itself, as in the text portion: I don't believe we are legally allowed to, as it is licensed. But I could investigate into whether those images embedded in the font would be something we'd be allowed to distribute.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Bungie-net/api/issues/33#issuecomment-326450612, or mute the thread https://github.com/notifications/unsubscribe-auth/AAFqDDmRUBsbVO4xHiW2czib0gReJ7kUks5sd0fxgaJpZM4PH2CM .

vthornheart-bng commented 7 years ago

I'll ask!

hellocontrol-bng commented 7 years ago

@lowlines A couple of things - the images that appear inline with text in-game are not necessarily font-based (and some of them include color, which is not possible with webfonts at the moment).

Also, we will have to make known the license for bunglefont as well.