One of my asp.net pages has several .bmp files in it. Every time this page is being loaded it takes a very long time. Is there a way to speed up this loadinig of pictures quickly or quicker? I am using vb.net
Thanks guys
Printable View
One of my asp.net pages has several .bmp files in it. Every time this page is being loaded it takes a very long time. Is there a way to speed up this loadinig of pictures quickly or quicker? I am using vb.net
Thanks guys
Can you convert the BMP files to JPEG or GIF format? The file sizes would be greatly reduced, translating into quicker download times.
How do I convert to jpeg or gif file?
I tried by changing the extension but the size does not change?
Thanks
Open the BMP file in MS Paint and then go to "File -> Save As" and change the file type to GIF or JPEG in the Save As dialog.