Releases: MONOGRID/gainmap-js
Releases · MONOGRID/gainmap-js
v3.0.6
3.0.6 (2024-09-03)
Bug Fixes
v3.0.5
3.0.5 (2024-04-03)
Bug Fixes
- package.json: publint fixes so that package is correctly imported in next.js (#36) (490df10)
v3.0.4
3.0.4 (2024-04-02)
Bug Fixes
v3.0.3
3.0.3 (2024-02-09)
Bug Fixes
- libultrahdr-wasm: encoding of odd sized images (#31) (efd52c3)
v3.0.2
3.0.2 (2024-01-31)
Bug Fixes
- encode: encodes a valid image when an invalid tonemapping value was provided as input (94cec23)
v3.0.1
3.0.1 (2023-12-03)
Bug Fixes
- encode: hdrCapacityMax correctly computed in output metadata (f5f2215)
- encode: findTextureMinMax correctly finds min values in textures (fd94680)
v3.0.0
3.0.0 (2023-11-29)
Bug Fixes
- loaders: properly catches render errors and calls onError callback (b9bcdd1), closes #16
Features
- core: disables default mipmap generation, enables user to specify renderTarget (and toDataTexture) options (147d278), closes #14 #15
BREAKING CHANGES
- core:
generateMipmaps
is no longer true
by default, both minFilter
is no longer LinearMipMapLinearFilter
by default but LinearFilter
, wrapS
and warpT
are no longer RepeatWrapping
by default but ClampToEdgeWrapping
v2.0.7
2.0.7 (2023-11-23)
Bug Fixes
- core: QuadRenderer dispose method now properly disposes of its internal resources (#13) (8e4473d)
- HDRJPGLoader: renders (and returns) an SDR image when provided with a normal jpeg file (#12) (5222151)
v2.0.6
2.0.6 (2023-11-20)
Bug Fixes
- decode: changes usage of
NoColorSpace
to LinearSRGBColorSpace
(587dc03)
- loaders: fixes LoadingManager
onLoad
actually waiting for gainmaps to be generated (77170f5)
v2.0.5
2.0.5 (2023-11-16)
Bug Fixes
- jpegrloader: rename JPEGRLoader to HDRJPEGLoader, old name kept for compatibility (ac6e386)