Wednesday, October 17, 2007

Photo taking via webcam update

As discussed last week, the snapshot captured captured in flash is in BitmapData. In order to convert this data to jpeg, I have made use of the BitmapExporter class obtained from quasimondo to compress the image data, which is then send to the server-side for processing and saving it as jpeg image. The server-side scripting language used is PHP as it has a GD library that is capable of creating image dynamically.

No comments:

Post a Comment