lionheart Posted September 28, 2014 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 56 Reputation: 0 Joined: 12/30/13 Last Seen: April 28, 2021 Share Posted September 28, 2014 (edited) - REMOVED - Edited October 12, 2014 by lionheart Quote Link to comment Share on other sites More sharing options...
Antares Posted September 30, 2014 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 420 Reputation: 89 Joined: 01/30/12 Last Seen: April 29, 2023 Share Posted September 30, 2014 I guess the guild emplem (blob) field stores the emblem in base64. So simply read it into a base 64 <img> tag. Quote Link to comment Share on other sites More sharing options...
lionheart Posted September 30, 2014 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 56 Reputation: 0 Joined: 12/30/13 Last Seen: April 28, 2021 Author Share Posted September 30, 2014 Hmmm. I did used base64_encode on <img> tag but the emblem still doesn't show. Quote Link to comment Share on other sites More sharing options...
Antares Posted October 1, 2014 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 420 Reputation: 89 Joined: 01/30/12 Last Seen: April 29, 2023 Share Posted October 1, 2014 I'll check our cp /+ geez O.o nevermind. We read it bit by bit, but I can't understand the function on my phone.. I'll check it when I get home. My first guess is that it is stored as a bitmap and you have to create a new image object in php, read the bits into it, then base 64 encode the result (or save as an actual image somewhere) and use it afterwards. Quote Link to comment Share on other sites More sharing options...
Question
lionheart
- REMOVED -
Edited by lionheartLink to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.