@img/sharp-libvips-dev-wasm32 1.3.0-rc.6 → 1.3.0-rc.8

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.
Files changed (153) hide show
  1. package/README.md +23 -23
  2. package/include/aom/aom_codec.h +1 -1
  3. package/include/aom/aom_decoder.h +4 -0
  4. package/include/aom/aom_encoder.h +19 -8
  5. package/include/aom/aom_ext_ratectrl.h +664 -0
  6. package/include/aom/aom_image.h +93 -30
  7. package/include/aom/aom_tpl.h +99 -0
  8. package/include/aom/aomcx.h +89 -16
  9. package/include/aom/aomdx.h +12 -0
  10. package/include/expat.h +14 -2
  11. package/include/expat_config.h +6 -3
  12. package/include/expat_external.h +3 -2
  13. package/include/glib-2.0/gio/gdbusconnection.h +2 -8
  14. package/include/glib-2.0/gio/gio-visibility.h +34 -0
  15. package/include/glib-2.0/gio/gioenums.h +5 -4
  16. package/include/glib-2.0/glib/glib-visibility.h +34 -0
  17. package/include/glib-2.0/glib/gmacros.h +3 -3
  18. package/include/glib-2.0/glib/gmarkup.h +10 -0
  19. package/include/glib-2.0/glib/gmem.h +4 -4
  20. package/include/glib-2.0/glib/gmessages.h +6 -8
  21. package/include/glib-2.0/glib/gsequence.h +2 -2
  22. package/include/glib-2.0/glib/gstrfuncs.h +190 -0
  23. package/include/glib-2.0/glib/gutils.h +9 -0
  24. package/include/glib-2.0/glib/gvarianttype.h +16 -16
  25. package/include/glib-2.0/glib/gversionmacros.h +22 -0
  26. package/include/glib-2.0/gmodule/gmodule-visibility.h +34 -0
  27. package/include/glib-2.0/gobject/gobject-visibility.h +34 -0
  28. package/include/glib-2.0/gobject/gsignal.h +5 -5
  29. package/include/glib-2.0/gobject/gtype.h +14 -14
  30. package/include/hwy/aligned_allocator.h +44 -2
  31. package/include/hwy/auto_tune.h +22 -6
  32. package/include/hwy/base.h +60 -90
  33. package/include/hwy/bit_set.h +410 -0
  34. package/include/hwy/cache_control.h +3 -2
  35. package/include/hwy/detect_compiler_arch.h +134 -14
  36. package/include/hwy/detect_targets.h +82 -36
  37. package/include/hwy/highway.h +15 -0
  38. package/include/hwy/nanobenchmark.h +12 -3
  39. package/include/hwy/ops/arm_neon-inl.h +96 -25
  40. package/include/hwy/ops/arm_sve-inl.h +250 -95
  41. package/include/hwy/ops/emu128-inl.h +12 -7
  42. package/include/hwy/ops/generic_ops-inl.h +271 -131
  43. package/include/hwy/ops/loongarch_lasx-inl.h +31 -9
  44. package/include/hwy/ops/loongarch_lsx-inl.h +33 -12
  45. package/include/hwy/ops/ppc_vsx-inl.h +99 -19
  46. package/include/hwy/ops/rvv-inl.h +239 -130
  47. package/include/hwy/ops/scalar-inl.h +22 -7
  48. package/include/hwy/ops/set_macros-inl.h +163 -107
  49. package/include/hwy/ops/wasm_128-inl.h +13 -22
  50. package/include/hwy/ops/x86_128-inl.h +223 -120
  51. package/include/hwy/ops/x86_256-inl.h +70 -134
  52. package/include/hwy/ops/x86_512-inl.h +130 -134
  53. package/include/hwy/print-inl.h +2 -0
  54. package/include/hwy/profiler.h +355 -264
  55. package/include/hwy/robust_statistics.h +3 -1
  56. package/include/hwy/timer.h +44 -0
  57. package/include/lcms2.h +34 -4
  58. package/include/libexif/exif-utils.h +1 -1
  59. package/include/libheif/heif.h +2 -0
  60. package/include/libheif/heif_color.h +127 -11
  61. package/include/libheif/heif_components.h +264 -0
  62. package/include/libheif/heif_context.h +2 -1
  63. package/include/libheif/heif_cxx.h +10 -10
  64. package/include/libheif/heif_decoding.h +51 -7
  65. package/include/libheif/heif_encoding.h +15 -9
  66. package/include/libheif/heif_error.h +9 -2
  67. package/include/libheif/heif_export.h +48 -0
  68. package/include/libheif/heif_image.h +81 -66
  69. package/include/libheif/heif_image_handle.h +2 -2
  70. package/include/libheif/heif_items.h +1 -1
  71. package/include/libheif/heif_library.h +8 -16
  72. package/include/libheif/heif_omaf.h +104 -0
  73. package/include/libheif/heif_plugin.h +16 -9
  74. package/include/libheif/heif_properties.h +250 -12
  75. package/include/libheif/heif_security.h +16 -4
  76. package/include/libheif/heif_sequences.h +86 -4
  77. package/include/libheif/heif_tiling.h +2 -2
  78. package/include/libheif/heif_uncompressed.h +44 -324
  79. package/include/libheif/heif_version.h +2 -2
  80. package/include/libpng16/png.h +7 -7
  81. package/include/libpng16/pngconf.h +1 -1
  82. package/include/libpng16/pnglibconf.h +1 -1
  83. package/include/png.h +7 -7
  84. package/include/pngconf.h +1 -1
  85. package/include/pnglibconf.h +1 -1
  86. package/include/tiffconf.h +9 -10
  87. package/include/tiffio.h +10 -9
  88. package/include/tiffvers.h +1 -1
  89. package/include/ultrahdr_api.h +5 -11
  90. package/include/vips/version.h +4 -4
  91. package/lib/glib-2.0/include/glibconfig.h +1 -3
  92. package/lib/libaom.a +0 -0
  93. package/lib/libcgif.a +0 -0
  94. package/lib/libexif.a +0 -0
  95. package/lib/libexif.la +1 -1
  96. package/lib/libexpat.a +0 -0
  97. package/lib/libexpat.la +3 -3
  98. package/lib/libffi.a +0 -0
  99. package/lib/libgio-2.0.a +0 -0
  100. package/lib/libglib-2.0.a +0 -0
  101. package/lib/libgmodule-2.0.a +0 -0
  102. package/lib/libgobject-2.0.a +0 -0
  103. package/lib/libgthread-2.0.a +0 -0
  104. package/lib/libheif.a +0 -0
  105. package/lib/libhwy.a +0 -0
  106. package/lib/libimagequant.a +0 -0
  107. package/lib/libjpeg.a +0 -0
  108. package/lib/liblcms2.a +0 -0
  109. package/lib/libpng.a +0 -0
  110. package/lib/libpng.la +2 -2
  111. package/lib/libpng16.a +0 -0
  112. package/lib/libpng16.la +2 -2
  113. package/lib/libresvg.a +0 -0
  114. package/lib/libsharpyuv.a +0 -0
  115. package/lib/libtiff.a +0 -0
  116. package/lib/libuhdr.a +0 -0
  117. package/lib/libvips-cpp.a +0 -0
  118. package/lib/libvips.a +0 -0
  119. package/lib/libwebp.a +0 -0
  120. package/lib/libwebpdecoder.a +0 -0
  121. package/lib/libwebpdemux.a +0 -0
  122. package/lib/libwebpmux.a +0 -0
  123. package/lib/libz.a +0 -0
  124. package/lib/pkgconfig/aom.pc +2 -2
  125. package/lib/pkgconfig/expat.pc +1 -1
  126. package/lib/pkgconfig/gio-2.0.pc +1 -1
  127. package/lib/pkgconfig/glib-2.0.pc +1 -1
  128. package/lib/pkgconfig/gmodule-2.0.pc +1 -1
  129. package/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
  130. package/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
  131. package/lib/pkgconfig/gobject-2.0.pc +1 -1
  132. package/lib/pkgconfig/gthread-2.0.pc +1 -1
  133. package/lib/pkgconfig/lcms2.pc +1 -1
  134. package/lib/pkgconfig/libexif.pc +1 -1
  135. package/lib/pkgconfig/libheif.pc +2 -2
  136. package/lib/pkgconfig/libhwy.pc +3 -4
  137. package/lib/pkgconfig/libpng.pc +1 -1
  138. package/lib/pkgconfig/libpng16.pc +1 -1
  139. package/lib/pkgconfig/libsharpyuv.pc +1 -1
  140. package/lib/pkgconfig/libtiff-4.pc +2 -2
  141. package/lib/pkgconfig/libwebp.pc +1 -1
  142. package/lib/pkgconfig/libwebpdecoder.pc +11 -0
  143. package/lib/pkgconfig/libwebpmux.pc +1 -1
  144. package/lib/pkgconfig/vips-cpp.pc +1 -1
  145. package/lib/pkgconfig/vips.pc +1 -1
  146. package/package.json +1 -1
  147. package/versions.json +12 -12
  148. package/include/libheif/heif_uncompressed_types.h +0 -143
  149. package/lib/libsharpyuv.la +0 -41
  150. package/lib/libtiff.la +0 -41
  151. package/lib/libwebp.la +0 -41
  152. package/lib/libwebpdemux.la +0 -41
  153. package/lib/libwebpmux.la +0 -41
@@ -1,143 +0,0 @@
1
- /*6
2
- * HEIF codec.
3
- * Copyright (c) 2026 Dirk Farin <dirk.farin@gmail.com>
4
- *
5
- * This file is part of libheif.
6
- *
7
- * libheif is free software: you can redistribute it and/or modify
8
- * it under the terms of the GNU Lesser General Public License as
9
- * published by the Free Software Foundation, either version 3 of
10
- * the License, or (at your option) any later version.
11
- *
12
- * libheif is distributed in the hope that it will be useful,
13
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
- * GNU Lesser General Public License for more details.
16
- *
17
- * You should have received a copy of the GNU Lesser General Public License
18
- * along with libheif. If not, see <http://www.gnu.org/licenses/>.
19
- */
20
-
21
- #ifndef LIBHEIF_HEIF_UNCOMPRESSED_TYPES_H
22
- #define LIBHEIF_HEIF_UNCOMPRESSED_TYPES_H
23
-
24
- #include <stdint.h>
25
-
26
- #ifdef __cplusplus
27
- extern "C" {
28
- #endif
29
-
30
- // --- ISO 23001-17 component types (Table 1)
31
-
32
- typedef enum heif_unci_component_type
33
- {
34
- heif_unci_component_type_monochrome = 0,
35
- heif_unci_component_type_Y = 1,
36
- heif_unci_component_type_Cb = 2,
37
- heif_unci_component_type_Cr = 3,
38
- heif_unci_component_type_red = 4,
39
- heif_unci_component_type_green = 5,
40
- heif_unci_component_type_blue = 6,
41
- heif_unci_component_type_alpha = 7,
42
- heif_unci_component_type_depth = 8,
43
- heif_unci_component_type_disparity = 9,
44
- heif_unci_component_type_palette = 10,
45
- heif_unci_component_type_filter_array = 11,
46
- heif_unci_component_type_padded = 12,
47
- heif_unci_component_type_cyan = 13,
48
- heif_unci_component_type_magenta = 14,
49
- heif_unci_component_type_yellow = 15,
50
- heif_unci_component_type_key_black = 16
51
- } heif_unci_component_type;
52
-
53
-
54
- // --- Bayer / filter array pattern
55
-
56
- typedef struct heif_bayer_pattern_pixel
57
- {
58
- uint32_t component_id;
59
- float component_gain;
60
- } heif_bayer_pattern_pixel;
61
-
62
-
63
- // --- Sensor bad pixels map (ISO 23001-17, Section 6.1.7)
64
-
65
- struct heif_bad_pixel { uint32_t row; uint32_t column; };
66
-
67
-
68
- // --- Chroma sample location (ISO 23091-2 / ITU-T H.273 + ISO 23001-17)
69
-
70
- typedef enum heif_chroma420_sample_location {
71
- // values 0-5 according to ISO 23091-2 / ITU-T H.273
72
- heif_chroma420_sample_location_00_05 = 0,
73
- heif_chroma420_sample_location_05_05 = 1,
74
- heif_chroma420_sample_location_00_00 = 2,
75
- heif_chroma420_sample_location_05_00 = 3,
76
- heif_chroma420_sample_location_00_10 = 4,
77
- heif_chroma420_sample_location_05_10 = 5,
78
-
79
- // value 6 according to ISO 23001-17
80
- heif_chroma420_sample_location_00_00_01_00 = 6
81
- } heif_chroma420_sample_location;
82
-
83
-
84
- // Compression methods for 'unci' (ISO 23001-17) images.
85
- // This is similar to heif_metadata_compression. We should try to keep the integers compatible, but each enum will just
86
- // contain the allowed values.
87
- typedef enum heif_unci_compression
88
- {
89
- heif_unci_compression_off = 0,
90
- //heif_unci_compression_auto = 1,
91
- //heif_unci_compression_unknown = 2, // only used when reading unknown method from input file
92
- heif_unci_compression_deflate = 3,
93
- heif_unci_compression_zlib = 4,
94
- heif_unci_compression_brotli = 5
95
- } heif_unci_compression;
96
-
97
-
98
- // --- 'unci' image parameters
99
-
100
- typedef struct heif_unci_image_parameters
101
- {
102
- int version;
103
-
104
- // --- version 1
105
-
106
- uint32_t image_width;
107
- uint32_t image_height;
108
-
109
- uint32_t tile_width;
110
- uint32_t tile_height;
111
-
112
- heif_unci_compression compression;
113
-
114
- // TODO: interleave type, padding
115
- } heif_unci_image_parameters;
116
-
117
-
118
- // --- pixel datatype support
119
-
120
- typedef enum heif_component_datatype
121
- {
122
- heif_component_datatype_undefined = 0,
123
- heif_component_datatype_unsigned_integer = 1,
124
- heif_component_datatype_signed_integer = 2,
125
- heif_component_datatype_floating_point = 3,
126
- heif_component_datatype_complex_number = 4
127
- } heif_component_datatype;
128
-
129
- typedef struct heif_complex32
130
- {
131
- float real, imaginary;
132
- } heif_complex32;
133
-
134
- typedef struct heif_complex64
135
- {
136
- double real, imaginary;
137
- } heif_complex64;
138
-
139
- #ifdef __cplusplus
140
- }
141
- #endif
142
-
143
- #endif
@@ -1,41 +0,0 @@
1
- # libsharpyuv.la - a libtool library file
2
- # Generated by libtool (GNU libtool) 2.5.4 Debian-2.5.4-4
3
- #
4
- # Please DO NOT delete this file!
5
- # It is necessary for linking the library.
6
-
7
- # The name that we can dlopen(3).
8
- dlname=''
9
-
10
- # Names of this library.
11
- library_names=''
12
-
13
- # The name of the static archive.
14
- old_library='libsharpyuv.a'
15
-
16
- # Linker flags that cannot go in dependency_libs.
17
- inherited_linker_flags=' -pthread'
18
-
19
- # Libraries that this one depends upon.
20
- dependency_libs=' -lm -L/src/build/target/lib'
21
-
22
- # Names of additional weak libraries provided by this library
23
- weak_library_names=''
24
-
25
- # Version information for libsharpyuv.
26
- current=1
27
- age=1
28
- revision=2
29
-
30
- # Is this an already installed library?
31
- installed=yes
32
-
33
- # Should we warn about portability when linking against -modules?
34
- shouldnotlink=no
35
-
36
- # Files to dlopen/dlpreopen
37
- dlopen=''
38
- dlpreopen=''
39
-
40
- # Directory that this library needs to be installed in:
41
- libdir='/src/build/target/lib'
package/lib/libtiff.la DELETED
@@ -1,41 +0,0 @@
1
- # libtiff.la - a libtool library file
2
- # Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-14
3
- #
4
- # Please DO NOT delete this file!
5
- # It is necessary for linking the library.
6
-
7
- # The name that we can dlopen(3).
8
- dlname=''
9
-
10
- # Names of this library.
11
- library_names=''
12
-
13
- # The name of the static archive.
14
- old_library='libtiff.a'
15
-
16
- # Linker flags that cannot go in dependency_libs.
17
- inherited_linker_flags=' -pthread'
18
-
19
- # Libraries that this one depends upon.
20
- dependency_libs=' -L/src/build/target/lib /src/build/target/lib/libwebp.la /src/build/target/lib/libsharpyuv.la -ljpeg -lz -lm'
21
-
22
- # Names of additional weak libraries provided by this library
23
- weak_library_names=''
24
-
25
- # Version information for libtiff.
26
- current=8
27
- age=2
28
- revision=0
29
-
30
- # Is this an already installed library?
31
- installed=yes
32
-
33
- # Should we warn about portability when linking against -modules?
34
- shouldnotlink=no
35
-
36
- # Files to dlopen/dlpreopen
37
- dlopen=''
38
- dlpreopen=''
39
-
40
- # Directory that this library needs to be installed in:
41
- libdir='/src/build/target/lib'
package/lib/libwebp.la DELETED
@@ -1,41 +0,0 @@
1
- # libwebp.la - a libtool library file
2
- # Generated by libtool (GNU libtool) 2.5.4 Debian-2.5.4-4
3
- #
4
- # Please DO NOT delete this file!
5
- # It is necessary for linking the library.
6
-
7
- # The name that we can dlopen(3).
8
- dlname=''
9
-
10
- # Names of this library.
11
- library_names=''
12
-
13
- # The name of the static archive.
14
- old_library='libwebp.a'
15
-
16
- # Linker flags that cannot go in dependency_libs.
17
- inherited_linker_flags=' -pthread'
18
-
19
- # Libraries that this one depends upon.
20
- dependency_libs=' -L/src/build/target/lib /src/build/target/lib/libsharpyuv.la -lm'
21
-
22
- # Names of additional weak libraries provided by this library
23
- weak_library_names=''
24
-
25
- # Version information for libwebp.
26
- current=9
27
- age=2
28
- revision=0
29
-
30
- # Is this an already installed library?
31
- installed=yes
32
-
33
- # Should we warn about portability when linking against -modules?
34
- shouldnotlink=no
35
-
36
- # Files to dlopen/dlpreopen
37
- dlopen=''
38
- dlpreopen=''
39
-
40
- # Directory that this library needs to be installed in:
41
- libdir='/src/build/target/lib'
@@ -1,41 +0,0 @@
1
- # libwebpdemux.la - a libtool library file
2
- # Generated by libtool (GNU libtool) 2.5.4 Debian-2.5.4-4
3
- #
4
- # Please DO NOT delete this file!
5
- # It is necessary for linking the library.
6
-
7
- # The name that we can dlopen(3).
8
- dlname=''
9
-
10
- # Names of this library.
11
- library_names=''
12
-
13
- # The name of the static archive.
14
- old_library='libwebpdemux.a'
15
-
16
- # Linker flags that cannot go in dependency_libs.
17
- inherited_linker_flags=' -pthread'
18
-
19
- # Libraries that this one depends upon.
20
- dependency_libs=' -L/src/build/target/lib /src/build/target/lib/libwebp.la /src/build/target/lib/libsharpyuv.la -lm'
21
-
22
- # Names of additional weak libraries provided by this library
23
- weak_library_names=''
24
-
25
- # Version information for libwebpdemux.
26
- current=2
27
- age=0
28
- revision=17
29
-
30
- # Is this an already installed library?
31
- installed=yes
32
-
33
- # Should we warn about portability when linking against -modules?
34
- shouldnotlink=no
35
-
36
- # Files to dlopen/dlpreopen
37
- dlopen=''
38
- dlpreopen=''
39
-
40
- # Directory that this library needs to be installed in:
41
- libdir='/src/build/target/lib'
package/lib/libwebpmux.la DELETED
@@ -1,41 +0,0 @@
1
- # libwebpmux.la - a libtool library file
2
- # Generated by libtool (GNU libtool) 2.5.4 Debian-2.5.4-4
3
- #
4
- # Please DO NOT delete this file!
5
- # It is necessary for linking the library.
6
-
7
- # The name that we can dlopen(3).
8
- dlname=''
9
-
10
- # Names of this library.
11
- library_names=''
12
-
13
- # The name of the static archive.
14
- old_library='libwebpmux.a'
15
-
16
- # Linker flags that cannot go in dependency_libs.
17
- inherited_linker_flags=' -pthread'
18
-
19
- # Libraries that this one depends upon.
20
- dependency_libs=' -L/src/build/target/lib /src/build/target/lib/libwebp.la /src/build/target/lib/libsharpyuv.la -lm'
21
-
22
- # Names of additional weak libraries provided by this library
23
- weak_library_names=''
24
-
25
- # Version information for libwebpmux.
26
- current=4
27
- age=1
28
- revision=2
29
-
30
- # Is this an already installed library?
31
- installed=yes
32
-
33
- # Should we warn about portability when linking against -modules?
34
- shouldnotlink=no
35
-
36
- # Files to dlopen/dlpreopen
37
- dlopen=''
38
- dlpreopen=''
39
-
40
- # Directory that this library needs to be installed in:
41
- libdir='/src/build/target/lib'