Compress image
-
hello, I am uploading images and saving it into the sql sqever databse's image field.Some images are very big size .I have to reduce the size of the images into a fixed size(a small size) before save it into the table.Is there any possibility to reduce the size while uploading or saving with out affect it clarity. Thank you
-
hello, I am uploading images and saving it into the sql sqever databse's image field.Some images are very big size .I have to reduce the size of the images into a fixed size(a small size) before save it into the table.Is there any possibility to reduce the size while uploading or saving with out affect it clarity. Thank you
Images like a jpg or png are already compressed. A bitmap, just store it as a png instead.
Christian Graus Please read this if you don't understand the answer I've given you. If you're still stuck, ask me for more information.
-
hello, I am uploading images and saving it into the sql sqever databse's image field.Some images are very big size .I have to reduce the size of the images into a fixed size(a small size) before save it into the table.Is there any possibility to reduce the size while uploading or saving with out affect it clarity. Thank you