开发者

Place and image over another image - Javascript & PHP

开发者 https://www.devze.com 2023-02-09 19:16 出处:网络
Simple website that will have an image in the background. Always fixed image. Then the user will upload an image which will be overlay with the background image. Then user can resize the image they u

Simple website that will have an image in the background. Always fixed image.

Then the user will upload an image which will be overlay with the background image. Then user can resize the image they uploaded and then rotate, resize etc to suit the background.

Finally once uploaded image is loaded correctly they save. This has be using javascript and php. User can do all the rotating, zooming of their uploaded image and save file in php to send new file to user.

Question is how to create the system tha开发者_运维技巧t accepts and image and allows user to rotate and resize their images to fit the background on the browser. Any recommended javascript plugin that can allow rotation and resizing image so that user can fit it with the background image?

Please see attachment explaining in detail

Place and image over another image - Javascript & PHP


use CSS rotation and absolute positioning.

0

精彩评论

暂无评论...
验证码 换一张
取 消