@img/sharp-libvips-dev 1.1.0-rc5 → 1.2.0-rc.1

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 (151) hide show
  1. package/cplusplus/vips-operators.cpp +39 -0
  2. package/include/archive.h +53 -2
  3. package/include/archive_entry.h +56 -25
  4. package/include/ffi.h +20 -2
  5. package/include/fontconfig/fontconfig.h +1 -1
  6. package/include/glib-2.0/gio/gdbusnameowning.h +12 -10
  7. package/include/glib-2.0/gio/gio-visibility.h +34 -0
  8. package/include/glib-2.0/gio/gsettings.h +35 -31
  9. package/include/glib-2.0/gio/gzlibcompressor.h +6 -0
  10. package/include/glib-2.0/girepository/gi-visibility.h +34 -0
  11. package/include/glib-2.0/girepository/gitypes.h +6 -0
  12. package/include/glib-2.0/glib/gbitlock.h +11 -0
  13. package/include/glib-2.0/glib/gdate.h +6 -0
  14. package/include/glib-2.0/glib/glib-visibility.h +34 -0
  15. package/include/glib-2.0/glib/gmain.h +13 -10
  16. package/include/glib-2.0/glib/gmessages.h +4 -1
  17. package/include/glib-2.0/glib/gstring.h +2 -0
  18. package/include/glib-2.0/glib/gversionmacros.h +9 -0
  19. package/include/glib-2.0/gmodule/gmodule-visibility.h +34 -0
  20. package/include/glib-2.0/gobject/gobject-visibility.h +34 -0
  21. package/include/glib-2.0/gobject/gsignal.h +33 -8
  22. package/include/harfbuzz/hb-common.h +1 -431
  23. package/include/harfbuzz/hb-deprecated.h +80 -2
  24. package/include/harfbuzz/hb-draw.h +2 -10
  25. package/include/harfbuzz/hb-face.h +1 -1
  26. package/include/harfbuzz/hb-font.h +55 -36
  27. package/include/harfbuzz/hb-paint.h +5 -3
  28. package/include/harfbuzz/hb-script-list.h +484 -0
  29. package/include/harfbuzz/hb-subset.h +22 -2
  30. package/include/harfbuzz/hb-version.h +3 -3
  31. package/include/libheif/heif.h +2 -0
  32. package/include/libheif/heif_version.h +2 -2
  33. package/include/libpng16/png.h +10 -10
  34. package/include/libpng16/pngconf.h +20 -27
  35. package/include/libpng16/pnglibconf.h +1 -1
  36. package/include/libxml2/libxml/HTMLparser.h +33 -30
  37. package/include/libxml2/libxml/HTMLtree.h +1 -0
  38. package/include/libxml2/libxml/SAX.h +2 -186
  39. package/include/libxml2/libxml/SAX2.h +2 -3
  40. package/include/libxml2/libxml/catalog.h +1 -0
  41. package/include/libxml2/libxml/debugXML.h +0 -138
  42. package/include/libxml2/libxml/encoding.h +124 -61
  43. package/include/libxml2/libxml/entities.h +0 -19
  44. package/include/libxml2/libxml/globals.h +0 -16
  45. package/include/libxml2/libxml/nanoftp.h +3 -173
  46. package/include/libxml2/libxml/parser.h +474 -231
  47. package/include/libxml2/libxml/parserInternals.h +21 -101
  48. package/include/libxml2/libxml/relaxng.h +7 -2
  49. package/include/libxml2/libxml/threads.h +0 -6
  50. package/include/libxml2/libxml/tree.h +29 -85
  51. package/include/libxml2/libxml/valid.h +20 -12
  52. package/include/libxml2/libxml/xinclude.h +5 -0
  53. package/include/libxml2/libxml/xlink.h +4 -0
  54. package/include/libxml2/libxml/xmlIO.h +15 -34
  55. package/include/libxml2/libxml/xmlautomata.h +19 -2
  56. package/include/libxml2/libxml/xmlerror.h +17 -18
  57. package/include/libxml2/libxml/xmlexports.h +6 -56
  58. package/include/libxml2/libxml/xmlmemory.h +19 -19
  59. package/include/libxml2/libxml/xmlmodule.h +4 -0
  60. package/include/libxml2/libxml/xmlreader.h +11 -3
  61. package/include/libxml2/libxml/xmlregexp.h +7 -106
  62. package/include/libxml2/libxml/xmlsave.h +11 -2
  63. package/include/libxml2/libxml/xmlschemas.h +10 -5
  64. package/include/libxml2/libxml/xmlunicode.h +3 -354
  65. package/include/libxml2/libxml/xmlversion.h +18 -33
  66. package/include/libxml2/libxml/xpath.h +5 -15
  67. package/include/libxml2/libxml/xpathInternals.h +9 -3
  68. package/include/libxml2/libxml/xpointer.h +1 -91
  69. package/include/pixman-1/pixman-version.h +2 -2
  70. package/include/pixman-1/pixman.h +200 -0
  71. package/include/png.h +10 -10
  72. package/include/pngconf.h +20 -27
  73. package/include/pnglibconf.h +1 -1
  74. package/include/vips/VImage8.h +62 -14
  75. package/include/vips/arithmetic.h +34 -34
  76. package/include/vips/basic.h +16 -0
  77. package/include/vips/buf.h +0 -5
  78. package/include/vips/colour.h +6 -7
  79. package/include/vips/connection.h +25 -37
  80. package/include/vips/enumtypes.h +11 -2
  81. package/include/vips/foreign.h +73 -43
  82. package/include/vips/format.h +7 -5
  83. package/include/vips/gate.h +0 -11
  84. package/include/vips/header.h +11 -11
  85. package/include/vips/image.h +8 -3
  86. package/include/vips/interpolate.h +0 -2
  87. package/include/vips/memory.h +4 -0
  88. package/include/vips/mosaicing.h +4 -0
  89. package/include/vips/object.h +14 -18
  90. package/include/vips/operation.h +0 -2
  91. package/include/vips/private.h +50 -2
  92. package/include/vips/region.h +1 -3
  93. package/include/vips/resample.h +2 -0
  94. package/include/vips/semaphore.h +8 -3
  95. package/include/vips/thread.h +1 -24
  96. package/include/vips/threadpool.h +0 -6
  97. package/include/vips/type.h +13 -9
  98. package/include/vips/util.h +17 -98
  99. package/include/vips/vector.h +0 -4
  100. package/include/vips/version.h +8 -8
  101. package/include/vips/vips.h +1 -0
  102. package/package.json +1 -1
  103. package/versions.json +11 -11
  104. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h +0 -221
  105. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-autocleanups.h +0 -37
  106. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h +0 -525
  107. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h +0 -40
  108. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h +0 -115
  109. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h +0 -481
  110. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h +0 -113
  111. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-macros.h +0 -718
  112. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h +0 -33
  113. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h +0 -70
  114. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h +0 -168
  115. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h +0 -46
  116. package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h +0 -165
  117. package/include/glib-2.0/glib/gwin32.h +0 -142
  118. package/include/harfbuzz/hb-subset-repacker.h +0 -81
  119. package/include/hwy/ops/tuple-inl.h +0 -125
  120. package/include/orc-0.4/orc/orc-stdint.h +0 -1
  121. package/include/orc-0.4/orc/orc.h +0 -16
  122. package/include/orc-0.4/orc/orcarm.h +0 -879
  123. package/include/orc-0.4/orc/orcbytecode.h +0 -35
  124. package/include/orc-0.4/orc/orcbytecodes.h +0 -255
  125. package/include/orc-0.4/orc/orccode.h +0 -53
  126. package/include/orc-0.4/orc/orccompiler.h +0 -176
  127. package/include/orc-0.4/orc/orcconstant.h +0 -39
  128. package/include/orc-0.4/orc/orccpu.h +0 -21
  129. package/include/orc-0.4/orc/orccpuinsn.h +0 -40
  130. package/include/orc-0.4/orc/orcdebug.h +0 -158
  131. package/include/orc-0.4/orc/orcemulateopcodes.h +0 -203
  132. package/include/orc-0.4/orc/orcexecutor.h +0 -135
  133. package/include/orc-0.4/orc/orcfunctions.h +0 -93
  134. package/include/orc-0.4/orc/orcinstruction.h +0 -39
  135. package/include/orc-0.4/orc/orcinternal.h +0 -46
  136. package/include/orc-0.4/orc/orclimits.h +0 -94
  137. package/include/orc-0.4/orc/orcmips.h +0 -229
  138. package/include/orc-0.4/orc/orcmmx.h +0 -79
  139. package/include/orc-0.4/orc/orcneon.h +0 -43
  140. package/include/orc-0.4/orc/orconce.h +0 -166
  141. package/include/orc-0.4/orc/orcopcode.h +0 -63
  142. package/include/orc-0.4/orc/orcparse.h +0 -27
  143. package/include/orc-0.4/orc/orcpowerpc.h +0 -209
  144. package/include/orc-0.4/orc/orcprogram.h +0 -192
  145. package/include/orc-0.4/orc/orcrule.h +0 -52
  146. package/include/orc-0.4/orc/orcsse.h +0 -55
  147. package/include/orc-0.4/orc/orctarget.h +0 -115
  148. package/include/orc-0.4/orc/orcutils.h +0 -238
  149. package/include/orc-0.4/orc/orcvariable.h +0 -81
  150. package/include/orc-0.4/orc/orcx86.h +0 -199
  151. package/include/orc-0.4/orc/orcx86insn.h +0 -672
@@ -1,81 +0,0 @@
1
- /*
2
- * Copyright © 2022 Google, Inc.
3
- *
4
- * This is part of HarfBuzz, a text shaping library.
5
- *
6
- * Permission is hereby granted, without written agreement and without
7
- * license or royalty fees, to use, copy, modify, and distribute this
8
- * software and its documentation for any purpose, provided that the
9
- * above copyright notice and the following two paragraphs appear in
10
- * all copies of this software.
11
- *
12
- * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
13
- * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
14
- * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
15
- * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
16
- * DAMAGE.
17
- *
18
- * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
19
- * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
20
- * FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
21
- * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
22
- * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
23
- *
24
- */
25
-
26
- #ifndef HB_SUBSET_REPACKER_H
27
- #define HB_SUBSET_REPACKER_H
28
-
29
- #include "hb.h"
30
-
31
- HB_BEGIN_DECLS
32
-
33
- #ifdef HB_EXPERIMENTAL_API
34
- /*
35
- * struct hb_link_t
36
- * width: offsetSize in bytes
37
- * position: position of the offset field in bytes
38
- * from beginning of subtable
39
- * objidx: index of subtable
40
- */
41
- struct hb_link_t
42
- {
43
- unsigned width;
44
- unsigned position;
45
- unsigned objidx;
46
- };
47
-
48
- typedef struct hb_link_t hb_link_t;
49
-
50
- /*
51
- * struct hb_object_t
52
- * head: start of object data
53
- * tail: end of object data
54
- * num_real_links: num of offset field in the object
55
- * real_links: pointer to array of offset info
56
- * num_virtual_links: num of objects that must be packed
57
- * after current object in the final serialized order
58
- * virtual_links: array of virtual link info
59
- */
60
- struct hb_object_t
61
- {
62
- char *head;
63
- char *tail;
64
- unsigned num_real_links;
65
- hb_link_t *real_links;
66
- unsigned num_virtual_links;
67
- hb_link_t *virtual_links;
68
- };
69
-
70
- typedef struct hb_object_t hb_object_t;
71
-
72
- HB_EXTERN hb_blob_t*
73
- hb_subset_repack_or_fail (hb_tag_t table_tag,
74
- hb_object_t* hb_objects,
75
- unsigned num_hb_objs);
76
-
77
- #endif
78
-
79
- HB_END_DECLS
80
-
81
- #endif /* HB_SUBSET_REPACKER_H */
@@ -1,125 +0,0 @@
1
- // Copyright 2023 Google LLC
2
- // SPDX-License-Identifier: Apache-2.0
3
- //
4
- // Licensed under the Apache License, Version 2.0 (the "License");
5
- // you may not use this file except in compliance with the License.
6
- // You may obtain a copy of the License at
7
- //
8
- // http://www.apache.org/licenses/LICENSE-2.0
9
- //
10
- // Unless required by applicable law or agreed to in writing, software
11
- // distributed under the License is distributed on an "AS IS" BASIS,
12
- // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- // See the License for the specific language governing permissions and
14
- // limitations under the License.
15
-
16
- // Tuple support. Included by those ops/* that lack native tuple types, after
17
- // they define VFromD and before they use the tuples e.g. for LoadInterleaved2.
18
- // Assumes we are already in the HWY_NAMESPACE and under an include guard.
19
-
20
- // If viewing this header standalone, define VFromD to avoid IDE warnings.
21
- // This is normally set by set_macros-inl.h before this header is included.
22
- #if !defined(HWY_NAMESPACE)
23
- #include "hwy/base.h"
24
- template <class D>
25
- using VFromD = int;
26
- #endif
27
-
28
- // On SVE, Vec2..4 are aliases to built-in types.
29
- template <class D>
30
- struct Vec2 {
31
- VFromD<D> v0;
32
- VFromD<D> v1;
33
- };
34
-
35
- template <class D>
36
- struct Vec3 {
37
- VFromD<D> v0;
38
- VFromD<D> v1;
39
- VFromD<D> v2;
40
- };
41
-
42
- template <class D>
43
- struct Vec4 {
44
- VFromD<D> v0;
45
- VFromD<D> v1;
46
- VFromD<D> v2;
47
- VFromD<D> v3;
48
- };
49
-
50
- // D arg is unused but allows deducing D.
51
- template <class D>
52
- HWY_API Vec2<D> Create2(D /* tag */, VFromD<D> v0, VFromD<D> v1) {
53
- return Vec2<D>{v0, v1};
54
- }
55
-
56
- template <class D>
57
- HWY_API Vec3<D> Create3(D /* tag */, VFromD<D> v0, VFromD<D> v1, VFromD<D> v2) {
58
- return Vec3<D>{v0, v1, v2};
59
- }
60
-
61
- template <class D>
62
- HWY_API Vec4<D> Create4(D /* tag */, VFromD<D> v0, VFromD<D> v1, VFromD<D> v2,
63
- VFromD<D> v3) {
64
- return Vec4<D>{v0, v1, v2, v3};
65
- }
66
-
67
- template <size_t kIndex, class D>
68
- HWY_API VFromD<D> Get2(Vec2<D> tuple) {
69
- static_assert(kIndex < 2, "Tuple index out of bounds");
70
- return kIndex == 0 ? tuple.v0 : tuple.v1;
71
- }
72
-
73
- template <size_t kIndex, class D>
74
- HWY_API VFromD<D> Get3(Vec3<D> tuple) {
75
- static_assert(kIndex < 3, "Tuple index out of bounds");
76
- return kIndex == 0 ? tuple.v0 : kIndex == 1 ? tuple.v1 : tuple.v2;
77
- }
78
-
79
- template <size_t kIndex, class D>
80
- HWY_API VFromD<D> Get4(Vec4<D> tuple) {
81
- static_assert(kIndex < 4, "Tuple index out of bounds");
82
- return kIndex == 0 ? tuple.v0
83
- : kIndex == 1 ? tuple.v1
84
- : kIndex == 2 ? tuple.v2
85
- : tuple.v3;
86
- }
87
-
88
- template <size_t kIndex, class D>
89
- HWY_API Vec2<D> Set2(Vec2<D> tuple, VFromD<D> val) {
90
- static_assert(kIndex < 2, "Tuple index out of bounds");
91
- if (kIndex == 0) {
92
- tuple.v0 = val;
93
- } else {
94
- tuple.v1 = val;
95
- }
96
- return tuple;
97
- }
98
-
99
- template <size_t kIndex, class D>
100
- HWY_API Vec3<D> Set3(Vec3<D> tuple, VFromD<D> val) {
101
- static_assert(kIndex < 3, "Tuple index out of bounds");
102
- if (kIndex == 0) {
103
- tuple.v0 = val;
104
- } else if (kIndex == 1) {
105
- tuple.v1 = val;
106
- } else {
107
- tuple.v2 = val;
108
- }
109
- return tuple;
110
- }
111
-
112
- template <size_t kIndex, class D>
113
- HWY_API Vec4<D> Set4(Vec4<D> tuple, VFromD<D> val) {
114
- static_assert(kIndex < 4, "Tuple index out of bounds");
115
- if (kIndex == 0) {
116
- tuple.v0 = val;
117
- } else if (kIndex == 1) {
118
- tuple.v1 = val;
119
- } else if (kIndex == 2) {
120
- tuple.v2 = val;
121
- } else {
122
- tuple.v3 = val;
123
- }
124
- return tuple;
125
- }
@@ -1 +0,0 @@
1
- /* This file is intentionally nearly empty */
@@ -1,16 +0,0 @@
1
-
2
- #ifndef _ORC_ORC_H_
3
- #define _ORC_ORC_H_
4
-
5
- #include <orc/orcutils.h>
6
- #include <orc/orcprogram.h>
7
- #include <orc/orcdebug.h>
8
- #include <orc/orcfunctions.h>
9
- #include <orc/orconce.h>
10
- #include <orc/orcparse.h>
11
- #include <orc/orccpu.h>
12
-
13
- ORC_API const char * orc_version_string (void);
14
-
15
- #endif
16
-