BMP image size is wrong
I use photoshop version CS6.
I created graphics and try to save 1 bit .bmp file.I gave specific size of the image in pixel with 512 width and 142 as length.
I saved image into .bmp file. I found wrong Image size.
I opened the .bmp file with Hex editor and checked in the header section x"003E" = 62 bytes of the header information and x" 2382" = 9090 bytes of image data.
If I calculate the Image data information manually I would expect 512x142 = 9088 x 8 bits = 9088 bytes.
I could clearly see that saving into .bmp file created something wrong by writing 2 additional bytes.
If I open with some other image editor and save then these two bytes are romoved and file size is image data + header data = 9088+ 62 = 9150 bytes.
I see this problem with only adobe photoshot. May I know is there any special settings I need to adapt or it is known problem?
Below image is .bmp header which indicates all the information.

Fixing this issue is really helpful for me.
