image file editing
Moderator: General Moderators
- monsta-toast
- Forum Newbie
- Posts: 16
- Joined: Sat Jan 17, 2009 3:21 pm
- Location: NEWCASTLE UPON TYNE
image file editing
hi i have an image uploader on my site where you can upload pics for an online catalogue. i know need to know the best way of editing and deleting the images. any one got any ideas cheers
Re: image file editing
Editing: GD or ImageMagick
Deleting: unlink()
Deleting: unlink()
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
- monsta-toast
- Forum Newbie
- Posts: 16
- Joined: Sat Jan 17, 2009 3:21 pm
- Location: NEWCASTLE UPON TYNE
Re: image file editing
pickle wrote:Editing: GD or ImageMagick
Deleting: unlink()
thanks but i didn't mean that sort of editing. i was after something more simple like changing the image file on the db.
how would i replace an image?
- monsta-toast
- Forum Newbie
- Posts: 16
- Joined: Sat Jan 17, 2009 3:21 pm
- Location: NEWCASTLE UPON TYNE
Re: image file editing
just wondering if any one had any ideas
Re: image file editing
Just upload a new one and save it's details over the old one whereever you're storing the filename and path.monsta-toast wrote:how would i replace an image?
Whereabouts in Newcastle are you? I'm there too...