Posts by emiafe • 11 points
1 post
-
1
votes2
answers366
viewsA: How to split an image (which can have different sizes) into 3 x 3 using javascript?
I found a way to split an image using javascript. To do this you should have some knowledge in canvas. https://stackoverflow.com/questions/21933043/split-an-image-using-javascript Alternatively,…