View Single Post
  #5  
Old 01-22-2016, 08:38 PM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 90,640
Kyttias is on a distinguished road
Default

I can describe things conceptually and answer basic PHP questions, yeah.

(When it comes down to figuring out how to merge images successfully using PHP's GD library on the other hand... that required a lot of reading. I'll probably throw you Google results rather than explain it myself. I discovered I could simply make a dark grey version of the pet and then tint it with code rather than having to save an image for each color - which is great and all, but again, not something I want to explain - so I'll just say that it's possible. I also had to rearrange a lot of GD functions in what seemed like nonsensical arbitrary orders to get transparency to work successfully.) -- (On the other hand, GD isn't entirely necessary - Lionden just layers multiple pngs on top of one another using css and absolute positioning.)
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it.
Reply With Quote