compressed image are......in a size as compared to original image
Answers
Answered by
2
How can you tell if an image is compressed?
You can pretty much determine if the file is compressed by looking at the file type. If you inspect the string toDataURL() produces, you will see a mime-type defining either a PNG or JPEG file - in some cases where browsers support other file formats you can also see BMP and ICO file formats.
Similar questions