Forums » Website ideas »
[DONE] Guild icon -> image conversion
Added by vl about 6 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 barbaros about 6 years ago
I've once created guild icons in higher resolution. I could change it into the right format for the script if needed.
http://www.waechterderduenen.de/example_logo.php?logo=576460719688958140
http://www.waechterderduenen.de/example_logo.php?logo=576460719688958140&big=1
RE: [DONE] Guild icon -> image conversion
-
Added by ulukyn about 6 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 about 6 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 about 6 years ago
Great!
The big version is quite cool.
We'll add it in the official API
(1-5/5)