@img/sharp-libvips-dev-wasm32 1.1.0-rc1 → 1.1.0-rc3
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/include/vips/VImage8.h +4 -0
- package/include/vips/version.h +1 -1
- package/include/vips/vips.h +9 -5
- package/lib/glib-2.0/include/glibconfig.h +1 -1
- package/lib/libaom.a +0 -0
- package/lib/libcgif.a +0 -0
- package/lib/libexif.a +0 -0
- package/lib/libexpat.a +0 -0
- package/lib/libffi.a +0 -0
- package/lib/libgio-2.0.a +0 -0
- package/lib/libglib-2.0.a +0 -0
- package/lib/libgmodule-2.0.a +0 -0
- package/lib/libgobject-2.0.a +0 -0
- package/lib/libgthread-2.0.a +0 -0
- package/lib/libheif.a +0 -0
- package/lib/libhwy.a +0 -0
- package/lib/libimagequant.a +0 -0
- package/lib/libjpeg.a +0 -0
- package/lib/liblcms2.a +0 -0
- package/lib/libresvg.a +0 -0
- package/lib/libsharpyuv.a +0 -0
- package/lib/libspng.a +0 -0
- package/lib/libtiff.a +0 -0
- package/lib/libvips-cpp.a +0 -0
- package/lib/libvips.a +0 -0
- package/lib/libwebp.a +0 -0
- package/lib/libwebpdemux.a +0 -0
- package/lib/libwebpmux.a +0 -0
- package/lib/libz.a +0 -0
- package/lib/pkgconfig/gio-2.0.pc +1 -1
- package/lib/pkgconfig/glib-2.0.pc +1 -1
- package/lib/pkgconfig/gmodule-2.0.pc +1 -1
- package/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
- package/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- package/lib/pkgconfig/gobject-2.0.pc +1 -1
- package/lib/pkgconfig/gthread-2.0.pc +1 -1
- package/package.json +1 -1
- package/versions.json +3 -3
package/include/vips/VImage8.h
CHANGED
|
@@ -2050,6 +2050,10 @@ public:
|
|
|
2050
2050
|
|
|
2051
2051
|
// Compat operations
|
|
2052
2052
|
|
|
2053
|
+
static VImage
|
|
2054
|
+
new_from_memory_steal(void *data, size_t size,
|
|
2055
|
+
int width, int height, int bands, VipsBandFormat format);
|
|
2056
|
+
|
|
2053
2057
|
/**
|
|
2054
2058
|
* Write raw image to file descriptor.
|
|
2055
2059
|
*
|
package/include/vips/version.h
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
#define VIPS_LIBRARY_REVISION (0)
|
|
17
17
|
#define VIPS_LIBRARY_AGE (18)
|
|
18
18
|
|
|
19
|
-
#define VIPS_CONFIG "enable debug: false\nenable deprecated: false\nenable modules: false\nenable cplusplus: true\nenable RAD load/save: true\nenable Analyze7 load: true\nenable PPM load/save: true\nenable GIF load: true\nFFTs with fftw: false\nSIMD support with libhwy: true\nICC profile support with lcms2: true\ndeflate compression with zlib: true\ntext rendering with pangocairo: false\nfont file support with fontconfig: false\nEXIF metadata support with libexif: true\nJPEG load/save with libjpeg: true\nJXL load/save with libjxl: false (dynamic module: false)\nJPEG2000 load/save with OpenJPEG: false\nPNG load/save with spng: true\nimage quantisation with imagequant: true\nTIFF load/save with libtiff-4: true\nimage pyramid save with libarchive: false\nHEIC/AVIF load/save with libheif: true (dynamic module: false)\nWebP load/save with libwebp: true\nPDF load with PDFium or Poppler: false (dynamic module: false)\nSVG load with
|
|
19
|
+
#define VIPS_CONFIG "enable debug: false\nenable deprecated: false\nenable modules: false\nenable cplusplus: true\nenable RAD load/save: true\nenable Analyze7 load: true\nenable PPM load/save: true\nenable GIF load: true\nFFTs with fftw: false\nSIMD support with libhwy: true\nICC profile support with lcms2: true\ndeflate compression with zlib: true\ntext rendering with pangocairo: false\nfont file support with fontconfig: false\nEXIF metadata support with libexif: true\nJPEG load/save with libjpeg: true\nJXL load/save with libjxl: false (dynamic module: false)\nJPEG2000 load/save with OpenJPEG: false\nPNG load/save with spng: true\nimage quantisation with imagequant: true\nTIFF load/save with libtiff-4: true\nimage pyramid save with libarchive: false\nHEIC/AVIF load/save with libheif: true (dynamic module: false)\nWebP load/save with libwebp: true\nPDF load with PDFium or Poppler: false (dynamic module: false)\nSVG load with dep123315822805152: true (dynamic module: false)\nEXR load with OpenEXR: false\nWSI load with OpenSlide: false (dynamic module: false)\nMatlab load with Matio: false\nNIfTI load/save with libnifti: false\nFITS load/save with cfitsio: false\nGIF save with cgif: true\nMagick load/save with MagickCore: false (dynamic module: false)"
|
|
20
20
|
|
|
21
21
|
/* Not really anything to do with versions, but this is a handy place to put
|
|
22
22
|
* it.
|
package/include/vips/vips.h
CHANGED
|
@@ -109,9 +109,6 @@ extern "C" {
|
|
|
109
109
|
|
|
110
110
|
#include <vips/private.h>
|
|
111
111
|
|
|
112
|
-
#if VIPS_ENABLE_DEPRECATED
|
|
113
|
-
#include <vips/mask.h>
|
|
114
|
-
#endif
|
|
115
112
|
#include <vips/image.h>
|
|
116
113
|
#include <vips/memory.h>
|
|
117
114
|
#include <vips/error.h>
|
|
@@ -138,8 +135,15 @@ extern "C" {
|
|
|
138
135
|
#include <vips/colour.h>
|
|
139
136
|
#include <vips/draw.h>
|
|
140
137
|
#include <vips/create.h>
|
|
141
|
-
|
|
142
|
-
|
|
138
|
+
|
|
139
|
+
/* VIPS_DISABLE_COMPAT:
|
|
140
|
+
*
|
|
141
|
+
* Disable automatically inclusion of `vips7compat.h`.
|
|
142
|
+
*
|
|
143
|
+
* This has no effect when building with `-Ddeprecated=false`.
|
|
144
|
+
*/
|
|
145
|
+
#if VIPS_ENABLE_DEPRECATED && !defined(VIPS_DISABLE_COMPAT)
|
|
146
|
+
#include <vips/vips7compat.h>
|
|
143
147
|
#endif
|
|
144
148
|
|
|
145
149
|
/* We can't use _ here since this will be compiled by our clients and they may
|
package/lib/libaom.a
CHANGED
|
Binary file
|
package/lib/libcgif.a
CHANGED
|
Binary file
|
package/lib/libexif.a
CHANGED
|
Binary file
|
package/lib/libexpat.a
CHANGED
|
Binary file
|
package/lib/libffi.a
CHANGED
|
Binary file
|
package/lib/libgio-2.0.a
CHANGED
|
Binary file
|
package/lib/libglib-2.0.a
CHANGED
|
Binary file
|
package/lib/libgmodule-2.0.a
CHANGED
|
Binary file
|
package/lib/libgobject-2.0.a
CHANGED
|
Binary file
|
package/lib/libgthread-2.0.a
CHANGED
|
Binary file
|
package/lib/libheif.a
CHANGED
|
Binary file
|
package/lib/libhwy.a
CHANGED
|
Binary file
|
package/lib/libimagequant.a
CHANGED
|
Binary file
|
package/lib/libjpeg.a
CHANGED
|
Binary file
|
package/lib/liblcms2.a
CHANGED
|
Binary file
|
package/lib/libresvg.a
CHANGED
|
Binary file
|
package/lib/libsharpyuv.a
CHANGED
|
Binary file
|
package/lib/libspng.a
CHANGED
|
Binary file
|
package/lib/libtiff.a
CHANGED
|
Binary file
|
package/lib/libvips-cpp.a
CHANGED
|
Binary file
|
package/lib/libvips.a
CHANGED
|
Binary file
|
package/lib/libwebp.a
CHANGED
|
Binary file
|
package/lib/libwebpdemux.a
CHANGED
|
Binary file
|
package/lib/libwebpmux.a
CHANGED
|
Binary file
|
package/lib/libz.a
CHANGED
|
Binary file
|
package/lib/pkgconfig/gio-2.0.pc
CHANGED
|
@@ -11,6 +11,6 @@ glib_valgrind_suppressions=${datadir}/glib-2.0/valgrind/glib.supp
|
|
|
11
11
|
|
|
12
12
|
Name: GLib
|
|
13
13
|
Description: C Utility Library
|
|
14
|
-
Version: 2.82.
|
|
14
|
+
Version: 2.82.2
|
|
15
15
|
Libs: -L${libdir} -lglib-2.0 -lm -pthread
|
|
16
16
|
Cflags: -I${includedir}/glib-2.0 -pthread -I${libdir}/glib-2.0/include
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@img/sharp-libvips-dev-wasm32",
|
|
3
|
-
"version": "1.1.0-
|
|
3
|
+
"version": "1.1.0-rc3",
|
|
4
4
|
"description": "Header files and static wasm32 libraries for libvips and dependencies to build sharp as wasm32",
|
|
5
5
|
"author": "Lovell Fuller <npm@lovell.info>",
|
|
6
6
|
"homepage": "https://sharp.pixelplumbing.com",
|
package/versions.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"aom": "3.10.0",
|
|
3
3
|
"cgif": "0.4.1",
|
|
4
|
-
"emscripten": "3.1.
|
|
4
|
+
"emscripten": "3.1.70",
|
|
5
5
|
"exif": "0.6.24",
|
|
6
6
|
"expat": "2.6.3",
|
|
7
7
|
"ffi": "3.4.6",
|
|
8
|
-
"glib": "2.82.
|
|
8
|
+
"glib": "2.82.2",
|
|
9
9
|
"heif": "1.18.2",
|
|
10
10
|
"highway": "1.2.0",
|
|
11
11
|
"imagequant": "2.4.1",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"resvg": "0.44.0",
|
|
15
15
|
"spng": "0.7.4",
|
|
16
16
|
"tiff": "4.7.0",
|
|
17
|
-
"vips": "8.16.0
|
|
17
|
+
"vips": "8.16.0",
|
|
18
18
|
"webp": "1.4.0",
|
|
19
19
|
"zlib-ng": "2.2.2"
|
|
20
20
|
}
|