Link to home
Start Free TrialLog in
Avatar of ltpitt
ltpitt

asked on

Suggestions about technologies to build a small application

I would like to build a small application that will allow users to upload a photo (or take one from heir phone / tablet) and overlay on the taken pic an image and allow users to define position of this image, size, rotation and blend.

I know python, html5, css, jquery and php.

Are those languages suit for the job?

Can you please suggest any plugins / widget / frameworks that will allow me to get the job done?

The application should work on linux / windows / mac / mobile devices so I think a web application would be the best idea...

Thanks for your time.
Avatar of lenamtl
lenamtl
Flag of Canada image

I would use html5, css, jquery and php.

You can check these jQuery plugins:
https://github.com/andyvr/picEdit
http://www.croppic.net/
Avatar of ltpitt
ltpitt

ASKER

I need to load image captured from camera / pc and then move it, turn it and zoom it in or out on the second image...
The suggestion I gave you are for the image edition once the image is loaded from your server, you can zoom, move, flip etc.

There is a few script the capture the image
http://wolframhempel.github.io/photobooth-js/
http://pixlcore.com/read/WebcamJS
https://www.scriptcam.com/
http://docs.phonegap.com/en/edge/guide_overview_index.md.html#Overview

You can get some inspiration from this tutorial
https://www.twilio.com/blog/2015/03/create-a-browser-based-photobooth-with-javascript-php-and-twilio.html
Avatar of ltpitt

ASKER

I am sorry but I don't see how I can put an image over an image...

I need to (let's imagine) put mickey mouse (transparent png) on a picture with a kid smiling...

I've understood that I can upload my image with all the plugins you suggested but then?

How can I zoom, move, flip an image over another?
ASKER CERTIFIED SOLUTION
Avatar of lenamtl
lenamtl
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ltpitt

ASKER

Thanks a lot for all the patience and the suggestions