S
S
svsova2021-01-16 01:15:19
PHP
svsova, 2021-01-16 01:15:19

How to determine the corresponding nicknames from an existing MineCraft skin file?

Hello! I need a script for the site that determines several nicknames from the *.png skin file, if any.
I found the reverse procedure through the Mojang API, I can’t find how to determine nicknames.
Something like this.
600213c76bee0673526413.jpeg
Thanks for any help!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Kirill Nesmeyanov, 2021-01-16
@SerafimArts

- Read about techniques: https://en.wikipedia.org/wiki/Computer_vision
- Read about OpenCV: https://ru.wikipedia.org/wiki/OpenCV
- Read about how to use: https://habr.com /en/post/358902/
- (Alternative) Write it yourself: https://www.php.net/manual/en/class.ffi.php (As a similar example, my lib for connecting the Vulkan API: https://github .com/BicEngine/Vulkan )
- ...
- Profit!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question