wasm-vips 0.0.17 → 0.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
package/lib/vips.d.ts CHANGED
@@ -8896,6 +8896,10 @@ declare module Vips {
8896
8896
  * Q factor.
8897
8897
  */
8898
8898
  Q?: number
8899
+ /**
8900
+ * The scale factor of base image to gainmap image.
8901
+ */
8902
+ gainmap_scale_factor?: number
8899
8903
  /**
8900
8904
  * Which metadata to retain.
8901
8905
  */
@@ -8924,6 +8928,10 @@ declare module Vips {
8924
8928
  * Q factor.
8925
8929
  */
8926
8930
  Q?: number
8931
+ /**
8932
+ * The scale factor of base image to gainmap image.
8933
+ */
8934
+ gainmap_scale_factor?: number
8927
8935
  /**
8928
8936
  * Which metadata to retain.
8929
8937
  */
@@ -8952,6 +8960,10 @@ declare module Vips {
8952
8960
  * Q factor.
8953
8961
  */
8954
8962
  Q?: number
8963
+ /**
8964
+ * The scale factor of base image to gainmap image.
8965
+ */
8966
+ gainmap_scale_factor?: number
8955
8967
  /**
8956
8968
  * Which metadata to retain.
8957
8969
  */