transparent
Programmer
I have created an image upload usercontrol that allows me to upload an image. When an image has been uploaded it throws an event and the image is passed as an image object as an arguement of the event.
This works really well and integrates with my site very well.
I re-size the image to 300*300 (cropping where necessary).
The outputed image is always huge (in terms of filesize) - at least 200k.
Has anybody else had this problem? How did you solve it?
This works really well and integrates with my site very well.
I re-size the image to 300*300 (cropping where necessary).
The outputed image is always huge (in terms of filesize) - at least 200k.
Has anybody else had this problem? How did you solve it?