kittrellbj Posted May 7, 2009 Share Posted May 7, 2009 I have been looking around for the last several days trying to find a software, tutorial, or snippet that can do what I'm looking for. So far, it has been fruitless. On my website, each user can create, basically, an avatar. The way I want it to work, instead of using pre-generated or photoshop'ed, or otherwise "external" images, I want to have it where the user can click "Edit Avatar", it brings them to an editor on the site where they can edit their avatar pixel by pixel, basically giving them the ability to draw it themselves. I also want it to be able to save the picture so that people can exchange them, and possibly sell them/trade them for "points". I can design the backend for trading, exchange, buy/sell of these things, but the way to make them in the first place eludes me. So, simplified: - I need the images to be approx 75 px width by 50 px. height. - Users need to be able to edit the images on the website, so I am thinking some combination of CSS/tables/javascript in combination with PHP to accomplish the task. - It needs a color chart for users to select the color, then "paint" it on the canvas. Any help or a link to a tutorial would be much appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/157167-user-editingmanipulating-images-by-pixel/ Share on other sites More sharing options...
RussellReal Posted May 7, 2009 Share Posted May 7, 2009 add me to MSN or AIM MSN/EMAIL: RussellonMSN@hotmail.com AIM: RussellCrevatas Quote Link to comment https://forums.phpfreaks.com/topic/157167-user-editingmanipulating-images-by-pixel/#findComment-828280 Share on other sites More sharing options...
kittrellbj Posted July 17, 2009 Author Share Posted July 17, 2009 I have written you a message. Any ideas from anyone on this? Basically, it would be a X by Y table (approx. 100 x 50) where the user can click a color choice, click the table cell to change the color, then it would read the colors on the table and output an image based on what the user has "drawn" on the table fields. Quote Link to comment https://forums.phpfreaks.com/topic/157167-user-editingmanipulating-images-by-pixel/#findComment-876844 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.