L
L
lemonlimelike2020-05-28 19:05:54
PHP
lemonlimelike, 2020-05-28 19:05:54

Is it possible to make a 2d cube from php pictures?

Hello! There was such a task: from 7-9 random pictures to make such a 2D cube, the pictures need to be inserted into this 2D cube in a random order. How to implement this?5ecfe17cacee9436686772.jpeg

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Stalker_RED, 2020-05-28
@lemonlimelike

Prepare each side separately like this https://stackoverflow.com/questions/5370449/trying... (or via imagemagick )
Then combine them into one image (any watermark tutorial will help).

T
ThunderCat, 2020-05-28
@ThunderCat

why did you call the square so strange? A 3D cube, I think, is possible through canvas, for example , with the Three.js library.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question