[DONE] Guild icon -> image conversion

Added by vl over 9 years ago

Currently, the guild icon displayed in the profile is a raw 64 bits.

Could be nice to have an url that take this raw number and generate the image.

UPDATE: done by ulukyn and integrated GuildIcon


Replies (5)

RE: [DONE] Guild icon -> image conversion - Added by kervala over 9 years ago

Wow, great :) Thanks

RE: [DONE] Guild icon -> image conversion - Added by ulukyn over 9 years ago

Good :)

If you can post the big version of guild icons :) I will make changes on bash script to generate the 2 versions.

RE: [DONE] Guild icon -> image conversion - Added by barbaros over 9 years ago

It now takes two parameters.

# 32x32 will end in final/576460719688958140_s.png
./generate_blason.sh 576460719688958140

# 64x64 goes into final/576460719688958140_b.png
./generate_blason.sh 576460719688958140 1

guild_icon.zip (315.3 kB)

RE: [DONE] Guild icon -> image conversion - Added by vl over 9 years ago

Great!
The big version is quite cool.
We'll add it in the official API

(1-5/5)