Creating jpg files

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
asai
Forum Commoner
Posts: 43
Joined: Tue May 04, 2010 6:24 am
Location: Norway

Creating jpg files

Post by asai »

Hi,
I have a webcam with software that takes 1 frame per minute and upload to the web server. I want to create a script that can produce time-stamped images.
After that, I want to make a VMW file of the images that are produced.
Anybody who can help me with a code for this? :)
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Creating jpg files

Post by Celauran »

For adding the timestamp, take a look at GD.
Post Reply