@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.
- package/cplusplus/vips-operators.cpp +39 -0
- package/include/archive.h +53 -2
- package/include/archive_entry.h +56 -25
- package/include/ffi.h +20 -2
- package/include/fontconfig/fontconfig.h +1 -1
- package/include/glib-2.0/gio/gdbusnameowning.h +12 -10
- package/include/glib-2.0/gio/gio-visibility.h +34 -0
- package/include/glib-2.0/gio/gsettings.h +35 -31
- package/include/glib-2.0/gio/gzlibcompressor.h +6 -0
- package/include/glib-2.0/girepository/gi-visibility.h +34 -0
- package/include/glib-2.0/girepository/gitypes.h +6 -0
- package/include/glib-2.0/glib/gbitlock.h +11 -0
- package/include/glib-2.0/glib/gdate.h +6 -0
- package/include/glib-2.0/glib/glib-visibility.h +34 -0
- package/include/glib-2.0/glib/gmain.h +13 -10
- package/include/glib-2.0/glib/gmessages.h +4 -1
- package/include/glib-2.0/glib/gstring.h +2 -0
- package/include/glib-2.0/glib/gversionmacros.h +9 -0
- package/include/glib-2.0/gmodule/gmodule-visibility.h +34 -0
- package/include/glib-2.0/gobject/gobject-visibility.h +34 -0
- package/include/glib-2.0/gobject/gsignal.h +33 -8
- package/include/harfbuzz/hb-common.h +1 -431
- package/include/harfbuzz/hb-deprecated.h +80 -2
- package/include/harfbuzz/hb-draw.h +2 -10
- package/include/harfbuzz/hb-face.h +1 -1
- package/include/harfbuzz/hb-font.h +55 -36
- package/include/harfbuzz/hb-paint.h +5 -3
- package/include/harfbuzz/hb-script-list.h +484 -0
- package/include/harfbuzz/hb-subset.h +22 -2
- package/include/harfbuzz/hb-version.h +3 -3
- package/include/libheif/heif.h +2 -0
- package/include/libheif/heif_version.h +2 -2
- package/include/libpng16/png.h +10 -10
- package/include/libpng16/pngconf.h +20 -27
- package/include/libpng16/pnglibconf.h +1 -1
- package/include/libxml2/libxml/HTMLparser.h +33 -30
- package/include/libxml2/libxml/HTMLtree.h +1 -0
- package/include/libxml2/libxml/SAX.h +2 -186
- package/include/libxml2/libxml/SAX2.h +2 -3
- package/include/libxml2/libxml/catalog.h +1 -0
- package/include/libxml2/libxml/debugXML.h +0 -138
- package/include/libxml2/libxml/encoding.h +124 -61
- package/include/libxml2/libxml/entities.h +0 -19
- package/include/libxml2/libxml/globals.h +0 -16
- package/include/libxml2/libxml/nanoftp.h +3 -173
- package/include/libxml2/libxml/parser.h +474 -231
- package/include/libxml2/libxml/parserInternals.h +21 -101
- package/include/libxml2/libxml/relaxng.h +7 -2
- package/include/libxml2/libxml/threads.h +0 -6
- package/include/libxml2/libxml/tree.h +29 -85
- package/include/libxml2/libxml/valid.h +20 -12
- package/include/libxml2/libxml/xinclude.h +5 -0
- package/include/libxml2/libxml/xlink.h +4 -0
- package/include/libxml2/libxml/xmlIO.h +15 -34
- package/include/libxml2/libxml/xmlautomata.h +19 -2
- package/include/libxml2/libxml/xmlerror.h +17 -18
- package/include/libxml2/libxml/xmlexports.h +6 -56
- package/include/libxml2/libxml/xmlmemory.h +19 -19
- package/include/libxml2/libxml/xmlmodule.h +4 -0
- package/include/libxml2/libxml/xmlreader.h +11 -3
- package/include/libxml2/libxml/xmlregexp.h +7 -106
- package/include/libxml2/libxml/xmlsave.h +11 -2
- package/include/libxml2/libxml/xmlschemas.h +10 -5
- package/include/libxml2/libxml/xmlunicode.h +3 -354
- package/include/libxml2/libxml/xmlversion.h +18 -33
- package/include/libxml2/libxml/xpath.h +5 -15
- package/include/libxml2/libxml/xpathInternals.h +9 -3
- package/include/libxml2/libxml/xpointer.h +1 -91
- package/include/pixman-1/pixman-version.h +2 -2
- package/include/pixman-1/pixman.h +200 -0
- package/include/png.h +10 -10
- package/include/pngconf.h +20 -27
- package/include/pnglibconf.h +1 -1
- package/include/vips/VImage8.h +62 -14
- package/include/vips/arithmetic.h +34 -34
- package/include/vips/basic.h +16 -0
- package/include/vips/buf.h +0 -5
- package/include/vips/colour.h +6 -7
- package/include/vips/connection.h +25 -37
- package/include/vips/enumtypes.h +11 -2
- package/include/vips/foreign.h +73 -43
- package/include/vips/format.h +7 -5
- package/include/vips/gate.h +0 -11
- package/include/vips/header.h +11 -11
- package/include/vips/image.h +8 -3
- package/include/vips/interpolate.h +0 -2
- package/include/vips/memory.h +4 -0
- package/include/vips/mosaicing.h +4 -0
- package/include/vips/object.h +14 -18
- package/include/vips/operation.h +0 -2
- package/include/vips/private.h +50 -2
- package/include/vips/region.h +1 -3
- package/include/vips/resample.h +2 -0
- package/include/vips/semaphore.h +8 -3
- package/include/vips/thread.h +1 -24
- package/include/vips/threadpool.h +0 -6
- package/include/vips/type.h +13 -9
- package/include/vips/util.h +17 -98
- package/include/vips/vector.h +0 -4
- package/include/vips/version.h +8 -8
- package/include/vips/vips.h +1 -0
- package/package.json +1 -1
- package/versions.json +11 -11
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h +0 -221
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-autocleanups.h +0 -37
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h +0 -525
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h +0 -40
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h +0 -115
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h +0 -481
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h +0 -113
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-macros.h +0 -718
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h +0 -33
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h +0 -70
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h +0 -168
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h +0 -46
- package/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h +0 -165
- package/include/glib-2.0/glib/gwin32.h +0 -142
- package/include/harfbuzz/hb-subset-repacker.h +0 -81
- package/include/hwy/ops/tuple-inl.h +0 -125
- package/include/orc-0.4/orc/orc-stdint.h +0 -1
- package/include/orc-0.4/orc/orc.h +0 -16
- package/include/orc-0.4/orc/orcarm.h +0 -879
- package/include/orc-0.4/orc/orcbytecode.h +0 -35
- package/include/orc-0.4/orc/orcbytecodes.h +0 -255
- package/include/orc-0.4/orc/orccode.h +0 -53
- package/include/orc-0.4/orc/orccompiler.h +0 -176
- package/include/orc-0.4/orc/orcconstant.h +0 -39
- package/include/orc-0.4/orc/orccpu.h +0 -21
- package/include/orc-0.4/orc/orccpuinsn.h +0 -40
- package/include/orc-0.4/orc/orcdebug.h +0 -158
- package/include/orc-0.4/orc/orcemulateopcodes.h +0 -203
- package/include/orc-0.4/orc/orcexecutor.h +0 -135
- package/include/orc-0.4/orc/orcfunctions.h +0 -93
- package/include/orc-0.4/orc/orcinstruction.h +0 -39
- package/include/orc-0.4/orc/orcinternal.h +0 -46
- package/include/orc-0.4/orc/orclimits.h +0 -94
- package/include/orc-0.4/orc/orcmips.h +0 -229
- package/include/orc-0.4/orc/orcmmx.h +0 -79
- package/include/orc-0.4/orc/orcneon.h +0 -43
- package/include/orc-0.4/orc/orconce.h +0 -166
- package/include/orc-0.4/orc/orcopcode.h +0 -63
- package/include/orc-0.4/orc/orcparse.h +0 -27
- package/include/orc-0.4/orc/orcpowerpc.h +0 -209
- package/include/orc-0.4/orc/orcprogram.h +0 -192
- package/include/orc-0.4/orc/orcrule.h +0 -52
- package/include/orc-0.4/orc/orcsse.h +0 -55
- package/include/orc-0.4/orc/orctarget.h +0 -115
- package/include/orc-0.4/orc/orcutils.h +0 -238
- package/include/orc-0.4/orc/orcvariable.h +0 -81
- package/include/orc-0.4/orc/orcx86.h +0 -199
- 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
|
-
|