Can I used the JavaScript to compress the image size of pictures to smaller?

  • Thread starter Thread starter Benny Ng
  • Start date Start date
B

Benny Ng

Dear All,

Or I need to used some client activeX control to complete this function?
is any objects that provided by Javascript?

Benny Ng
 
At each image request you can stream a different image.

For example:
The image url could be a generic handler with parameters for desired size.
On request you stream the ondemand-resized image.

Btw, simply reset an image size, might be sufficient??
 
Back
Top