HimbeersaftLP / LibSkin

Virion for working with player skins & PocketMine plugin for stealing other player's skins
GNU Lesser General Public License v3.0
27 stars 8 forks source link

Do this library requires the php GD extension? #1

Closed Endermanbugzjfc closed 3 years ago

Endermanbugzjfc commented 3 years ago

Sorry for disturbing, one little question:

Do this library requires the php GD extension?

HimbeersaftLP commented 3 years ago

The skin conversion features (the ones that read or write from png) all require gd. The retrieval features don't (although because the java edition skin is downloaded as png, you will need to conversion features to set it as a player skin).

Endermanbugzjfc commented 3 years ago

K thank you

Endermanbugzjfc commented 3 years ago

One more question is it possible to get GD extension on windows php binary? Do I enable the extension_gd2 option in the php.ini?

HimbeersaftLP commented 3 years ago

yes, that should work, if it doesn't please let me know and I will try to help