probe-image-size icon indicating copy to clipboard operation
probe-image-size copied to clipboard

Add support for flip row order BMP

Open Tsuk1ko opened this issue 1 year ago • 0 comments

Refer to https://github.com/image-size/image-size/pull/89

A BMP with flip row order can be made by Photoshop:

image


One more thing I found these two functions were named incorrectly:

https://github.com/nodeca/probe-image-size/blob/158c262a7e58b8e3abd7573e2d854299146fcc37/lib/common.js#L55-L67

They actually read signed integers, not unsigned integers.

Tsuk1ko avatar Mar 24 '23 12:03 Tsuk1ko