what is the format of a binary image & how is it different from jpg, png images?
Posted
by
Rahulsingh190
on Stack Overflow
See other posts from Stack Overflow
or by Rahulsingh190
Published on 2013-11-13T15:48:54Z
Indexed on
2013/11/13
15:53 UTC
Read the original article
Hit count: 183
I searched the internet for the basic formats of image files (e.g. .jpg, .png, .gif) as there is a specific format for .doc, .pdf etc. But didn't got anything relevant. And today I also came with an .bin image format. BIN signifies that the image is in the Binary format. So, what is the Internal format of .jpg image file. And How is it different from .bin (Binary) format. Because everything is Basically saved in Binary Form. And How is BITMAP Image different from .jpg format.
© Stack Overflow or respective owner