1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-08 10:45:04 +02:00
imgproxy/imagemeta
Joshua Banton 9a3feab9cc
Adds handling of negative height value for bmp files. (#644)
* Adds handling of negative height value for bmp files.

* Simplifies negative height check, and moves it down to include checking the OS/2 16-bit version.

* Adds int16 conversion to OS/2 height.
2021-06-23 15:52:25 +06:00
..
bmp.go Adds handling of negative height value for bmp files. (#644) 2021-06-23 15:52:25 +06:00
gif.go Refactor subpackages 2019-12-25 15:18:51 +06:00
heif.go Removes checking for mdat box before meta box. (#585) 2021-03-22 20:03:13 +06:00
ico.go Fix loadind BMP stored in ICO 2020-02-14 19:33:14 +06:00
image_meta.go Better SVG detection 2020-02-11 19:28:13 +06:00
jpeg.go Refactor subpackages 2019-12-25 15:18:51 +06:00
png.go Refactor subpackages 2019-12-25 15:18:51 +06:00
svg.go Remove forgotten debug 2020-11-20 16:26:01 +06:00
tiff.go Refactor subpackages 2019-12-25 15:18:51 +06:00
webp.go Refactor subpackages 2019-12-25 15:18:51 +06:00