whirlpool6
Technical User
hello everyone,
image resize is really a hard problem. and our system deals with resizing images often with just a click of a button. the quality of zoomed out images are really bad on web browsers. i have been asking help from this site regarding this issue.
we have found a solution for this in ie7. i used image.style.msInterpolationMode = 'bicubic' and it really produces a readable zoomed out image... but this is not applicable in ie6. we tried a server side solution in php but it really is slow. we need a fast solution since this application zooms images with just a button click. ive tried searching for freeware plugins and activeX controls but found none.
please help me on this. i need your suggestions on how this can be done. any suggestion is greatly appreciated. our system uses php, css, and php and it only runs in internet explorer.
thanks a lot.
image resize is really a hard problem. and our system deals with resizing images often with just a click of a button. the quality of zoomed out images are really bad on web browsers. i have been asking help from this site regarding this issue.
we have found a solution for this in ie7. i used image.style.msInterpolationMode = 'bicubic' and it really produces a readable zoomed out image... but this is not applicable in ie6. we tried a server side solution in php but it really is slow. we need a fast solution since this application zooms images with just a button click. ive tried searching for freeware plugins and activeX controls but found none.
please help me on this. i need your suggestions on how this can be done. any suggestion is greatly appreciated. our system uses php, css, and php and it only runs in internet explorer.
thanks a lot.