Image Editing

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
roadkillguy
Forum Newbie
Posts: 7
Joined: Sun Feb 22, 2009 11:26 am

Image Editing

Post by roadkillguy »

I'm working on a project and need some help.

I would like to make it so a user can upload an image, and further edit the image by pasting different images on top of it, all within the browser. On top of this, (I'm not sure if this is possible) I want the preview image to not be selectable.

If there are any simple functions, classes, etc., that would be nice.

Thanks for the help,
Roadkillguy.
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: Image Editing

Post by jaoudestudios »

So you want the images to be placed on top of each other? But then you wont see the previous image!?!?!

Do a search for jQuery, as i know it has a lot of built-in libraries for images - i.e. image resizing etc
Post Reply