@img/sharp-libvips-dev-wasm32 1.2.4 → 1.3.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 (90) hide show
  1. package/README.md +3 -2
  2. package/include/glib-2.0/gio/gdbusinterfaceskeleton.h +8 -1
  3. package/include/glib-2.0/gio/gfileinfo.h +7 -0
  4. package/include/glib-2.0/gio/gio-visibility.h +34 -0
  5. package/include/glib-2.0/glib/glib-visibility.h +34 -0
  6. package/include/glib-2.0/glib/gmacros.h +4 -0
  7. package/include/glib-2.0/glib/gmarkup.h +2 -0
  8. package/include/glib-2.0/glib/gtypes.h +46 -4
  9. package/include/glib-2.0/glib/gunicode.h +13 -1
  10. package/include/glib-2.0/glib/gversionmacros.h +9 -0
  11. package/include/glib-2.0/glib-unix.h +4 -0
  12. package/include/glib-2.0/gmodule/gmodule-visibility.h +34 -0
  13. package/include/glib-2.0/gobject/genums.h +2 -2
  14. package/include/glib-2.0/gobject/gobject-visibility.h +34 -0
  15. package/include/libpng16/png.h +3377 -0
  16. package/include/libpng16/pngconf.h +615 -0
  17. package/include/libpng16/pnglibconf.h +233 -0
  18. package/include/png.h +3377 -0
  19. package/include/pngconf.h +615 -0
  20. package/include/pnglibconf.h +233 -0
  21. package/include/ultrahdr_api.h +898 -0
  22. package/include/vips/VError8.h +17 -14
  23. package/include/vips/VImage8.h +235 -32
  24. package/include/vips/arithmetic.h +9 -9
  25. package/include/vips/basic.h +11 -1
  26. package/include/vips/colour.h +19 -2
  27. package/include/vips/conversion.h +8 -8
  28. package/include/vips/convolution.h +1 -1
  29. package/include/vips/create.h +2 -2
  30. package/include/vips/draw.h +1 -1
  31. package/include/vips/enumtypes.h +3 -0
  32. package/include/vips/foreign.h +74 -15
  33. package/include/vips/header.h +22 -0
  34. package/include/vips/image.h +8 -5
  35. package/include/vips/morphology.h +1 -1
  36. package/include/vips/operation.h +2 -1
  37. package/include/vips/private.h +5 -10
  38. package/include/vips/region.h +7 -1
  39. package/include/vips/resample.h +2 -2
  40. package/include/vips/semaphore.h +1 -5
  41. package/include/vips/threadpool.h +0 -1
  42. package/include/vips/version.h +8 -8
  43. package/include/zlib.h +5 -5
  44. package/lib/glib-2.0/include/glibconfig.h +2 -2
  45. package/lib/libaom.a +0 -0
  46. package/lib/libcgif.a +0 -0
  47. package/lib/libexif.a +0 -0
  48. package/lib/libexpat.a +0 -0
  49. package/lib/libffi.a +0 -0
  50. package/lib/libgio-2.0.a +0 -0
  51. package/lib/libglib-2.0.a +0 -0
  52. package/lib/libgmodule-2.0.a +0 -0
  53. package/lib/libgobject-2.0.a +0 -0
  54. package/lib/libgthread-2.0.a +0 -0
  55. package/lib/libheif.a +0 -0
  56. package/lib/libhwy.a +0 -0
  57. package/lib/libimagequant.a +0 -0
  58. package/lib/libjpeg.a +0 -0
  59. package/lib/liblcms2.a +0 -0
  60. package/lib/libpng.a +0 -0
  61. package/lib/libpng.la +41 -0
  62. package/lib/libpng16.a +0 -0
  63. package/lib/libpng16.la +41 -0
  64. package/lib/libresvg.a +0 -0
  65. package/lib/libsharpyuv.a +0 -0
  66. package/lib/libtiff.a +0 -0
  67. package/lib/libuhdr.a +0 -0
  68. package/lib/libvips-cpp.a +0 -0
  69. package/lib/libvips.a +0 -0
  70. package/lib/libwebp.a +0 -0
  71. package/lib/libwebpdemux.a +0 -0
  72. package/lib/libwebpmux.a +0 -0
  73. package/lib/libz.a +0 -0
  74. package/lib/pkgconfig/gio-2.0.pc +1 -1
  75. package/lib/pkgconfig/glib-2.0.pc +1 -1
  76. package/lib/pkgconfig/gmodule-2.0.pc +1 -1
  77. package/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
  78. package/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
  79. package/lib/pkgconfig/gobject-2.0.pc +1 -1
  80. package/lib/pkgconfig/gthread-2.0.pc +1 -1
  81. package/lib/pkgconfig/libpng.pc +12 -0
  82. package/lib/pkgconfig/libpng16.pc +12 -0
  83. package/lib/pkgconfig/libuhdr.pc +11 -0
  84. package/lib/pkgconfig/vips-cpp.pc +2 -2
  85. package/lib/pkgconfig/vips.pc +2 -2
  86. package/package.json +1 -1
  87. package/versions.json +6 -5
  88. package/include/spng.h +0 -537
  89. package/lib/libspng.a +0 -0
  90. package/lib/pkgconfig/spng.pc +0 -10
@@ -4,19 +4,19 @@
4
4
  #ifndef VIPS_VERSION_H
5
5
  #define VIPS_VERSION_H
6
6
 
7
- #define VIPS_VERSION "8.17.3"
8
- #define VIPS_VERSION_STRING "8.17.3"
7
+ #define VIPS_VERSION "8.18.0"
8
+ #define VIPS_VERSION_STRING "8.18.0"
9
9
  #define VIPS_MAJOR_VERSION (8)
10
- #define VIPS_MINOR_VERSION (17)
11
- #define VIPS_MICRO_VERSION (3)
10
+ #define VIPS_MINOR_VERSION (18)
11
+ #define VIPS_MICRO_VERSION (0)
12
12
 
13
13
  /* The ABI version, as used for library versioning.
14
14
  */
15
- #define VIPS_LIBRARY_CURRENT (61)
16
- #define VIPS_LIBRARY_REVISION (3)
17
- #define VIPS_LIBRARY_AGE (19)
15
+ #define VIPS_LIBRARY_CURRENT (62)
16
+ #define VIPS_LIBRARY_REVISION (0)
17
+ #define VIPS_LIBRARY_AGE (20)
18
18
 
19
- #define VIPS_CONFIG "enable debug: false\nenable deprecated: false\nenable modules: false\nenable C++ binding: 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 librsvg or resvg: 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)"
19
+ #define VIPS_CONFIG "enable debug: false\nenable deprecated: false\nenable modules: false\nenable C++ binding: 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\nUHDR load/save with libuhdr: true\nJXL load/save with libjxl: false (dynamic module: false)\nJPEG2000 load/save with OpenJPEG: false\nPNG load/save with libpng: 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 librsvg or resvg: 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\nRAW load with libraw: false\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/zlib.h CHANGED
@@ -49,13 +49,13 @@
49
49
  extern "C" {
50
50
  #endif
51
51
 
52
- #define ZLIBNG_VERSION "2.2.5"
53
- #define ZLIBNG_VERNUM 0x020205F0L /* MMNNRRSM: major minor revision status modified */
52
+ #define ZLIBNG_VERSION "2.3.2"
53
+ #define ZLIBNG_VERNUM 0x020302F0L /* MMNNRRSM: major minor revision status modified */
54
54
  #define ZLIBNG_VER_MAJOR 2
55
- #define ZLIBNG_VER_MINOR 2
56
- #define ZLIBNG_VER_REVISION 5
55
+ #define ZLIBNG_VER_MINOR 3
56
+ #define ZLIBNG_VER_REVISION 2
57
57
  #define ZLIBNG_VER_STATUS F /* 0=devel, 1-E=beta, F=Release (DEPRECATED) */
58
- #define ZLIBNG_VER_STATUSH 0xF /* Hex values: 0=devel, 1-E=beta, F=Release */
58
+ #define ZLIBNG_VER_STATUSH 0xF /* Hex values: 0=devel, 1-9=beta, A-E=Release Candidate, F=Release */
59
59
  #define ZLIBNG_VER_MODIFIED 0 /* non-zero if modified externally from zlib-ng */
60
60
 
61
61
  #define ZLIB_VERSION "1.3.1.zlib-ng"
@@ -114,8 +114,8 @@ typedef unsigned int guintptr;
114
114
  #define G_GUINTPTR_FORMAT "u"
115
115
 
116
116
  #define GLIB_MAJOR_VERSION 2
117
- #define GLIB_MINOR_VERSION 86
118
- #define GLIB_MICRO_VERSION 1
117
+ #define GLIB_MINOR_VERSION 87
118
+ #define GLIB_MICRO_VERSION 0
119
119
 
120
120
  #define G_OS_UNIX
121
121
  #define G_PLATFORM_WASM
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
Binary file
Binary file
Binary file
package/lib/libheif.a CHANGED
Binary file
package/lib/libhwy.a CHANGED
Binary file
Binary file
package/lib/libjpeg.a CHANGED
Binary file
package/lib/liblcms2.a CHANGED
Binary file
package/lib/libpng.a ADDED
Binary file
package/lib/libpng.la ADDED
@@ -0,0 +1,41 @@
1
+ # libpng16.la - a libtool library file
2
+ # Generated by libtool (GNU libtool) 2.5.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='libpng16.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 -lz'
21
+
22
+ # Names of additional weak libraries provided by this library
23
+ weak_library_names=''
24
+
25
+ # Version information for libpng16.
26
+ current=68
27
+ age=52
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/libpng16.a ADDED
Binary file
@@ -0,0 +1,41 @@
1
+ # libpng16.la - a libtool library file
2
+ # Generated by libtool (GNU libtool) 2.5.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='libpng16.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 -lz'
21
+
22
+ # Names of additional weak libraries provided by this library
23
+ weak_library_names=''
24
+
25
+ # Version information for libpng16.
26
+ current=68
27
+ age=52
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/libresvg.a CHANGED
Binary file
package/lib/libsharpyuv.a CHANGED
Binary file
package/lib/libtiff.a CHANGED
Binary file
package/lib/libuhdr.a ADDED
Binary file
package/lib/libvips-cpp.a CHANGED
Binary file
package/lib/libvips.a CHANGED
Binary file
package/lib/libwebp.a CHANGED
Binary file
Binary file
package/lib/libwebpmux.a CHANGED
Binary file
package/lib/libz.a CHANGED
Binary file
@@ -18,7 +18,7 @@ gsettings=${bindir}/gsettings
18
18
 
19
19
  Name: GIO
20
20
  Description: glib I/O library
21
- Version: 2.86.1
21
+ Version: 2.87.0
22
22
  Requires: glib-2.0, gobject-2.0, gmodule-no-export-2.0, zlib
23
23
  Libs: -L${libdir} -lgio-2.0
24
24
  Cflags: -I${includedir}
@@ -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.86.1
14
+ Version: 2.87.0
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
@@ -6,7 +6,7 @@ gmodule_supported=true
6
6
 
7
7
  Name: GModule
8
8
  Description: Dynamic module loader for GLib
9
- Version: 2.86.1
9
+ Version: 2.87.0
10
10
  Requires: gmodule-no-export-2.0, glib-2.0
11
11
  Libs: -Wl,--export-dynamic
12
12
  Cflags: -I${includedir}
@@ -6,7 +6,7 @@ gmodule_supported=true
6
6
 
7
7
  Name: GModule
8
8
  Description: Dynamic module loader for GLib
9
- Version: 2.86.1
9
+ Version: 2.87.0
10
10
  Requires: gmodule-no-export-2.0, glib-2.0
11
11
  Libs: -Wl,--export-dynamic
12
12
  Cflags: -I${includedir}
@@ -6,7 +6,7 @@ gmodule_supported=true
6
6
 
7
7
  Name: GModule
8
8
  Description: Dynamic module loader for GLib
9
- Version: 2.86.1
9
+ Version: 2.87.0
10
10
  Requires: glib-2.0
11
11
  Libs: -L${libdir} -lgmodule-2.0 -pthread
12
12
  Cflags: -I${includedir} -pthread
@@ -4,7 +4,7 @@ libdir=${prefix}/lib
4
4
 
5
5
  Name: GObject
6
6
  Description: GLib Type, Object, Parameter and Signal Library
7
- Version: 2.86.1
7
+ Version: 2.87.0
8
8
  Requires: glib-2.0, libffi >= 3.0.0
9
9
  Libs: -L${libdir} -lgobject-2.0
10
10
  Cflags: -I${includedir}
@@ -4,7 +4,7 @@ libdir=${prefix}/lib
4
4
 
5
5
  Name: GThread
6
6
  Description: Thread support for GLib
7
- Version: 2.86.1
7
+ Version: 2.87.0
8
8
  Requires: glib-2.0
9
9
  Libs: -L${libdir} -lgthread-2.0 -pthread
10
10
  Cflags: -I${includedir} -pthread
@@ -0,0 +1,12 @@
1
+ prefix=/src/build/target
2
+ exec_prefix=${prefix}
3
+ libdir=${exec_prefix}/lib
4
+ includedir=${prefix}/include/libpng16
5
+
6
+ Name: libpng
7
+ Description: Loads and saves PNG files
8
+ Version: 1.6.52
9
+ Requires.private: zlib
10
+ Libs: -L${libdir} -lpng16
11
+ Libs.private: -lz
12
+ Cflags: -I${includedir}
@@ -0,0 +1,12 @@
1
+ prefix=/src/build/target
2
+ exec_prefix=${prefix}
3
+ libdir=${exec_prefix}/lib
4
+ includedir=${prefix}/include/libpng16
5
+
6
+ Name: libpng
7
+ Description: Loads and saves PNG files
8
+ Version: 1.6.52
9
+ Requires.private: zlib
10
+ Libs: -L${libdir} -lpng16
11
+ Libs.private: -lz
12
+ Cflags: -I${includedir}
@@ -0,0 +1,11 @@
1
+ prefix=/src/build/target
2
+ libdir=${prefix}/lib
3
+ includedir=${prefix}/include
4
+
5
+ Name: libuhdr
6
+ Description: Library for encoding and decoding ultrahdr images
7
+ Version: 1.4.0
8
+ Requires.private: libjpeg
9
+ Cflags: -I${includedir}
10
+ Libs: -L${libdir} -luhdr
11
+ Libs.private:
@@ -4,7 +4,7 @@ libdir=${prefix}/lib
4
4
 
5
5
  Name: vips-cpp
6
6
  Description: C++ API for vips8 image processing library
7
- Version: 8.17.3
8
- Requires: vips, glib-2.0 >= 2.52, gio-2.0, gobject-2.0, expat, zlib >= 0.4, imagequant, cgif >= 0.2.0, libexif >= 0.6, libjpeg, spng >= 0.7, libwebp >= 0.6, libwebpmux >= 0.6, libwebpdemux >= 0.6, libtiff-4, lcms2, libhwy >= 1.0.5, libheif >= 1.7.0
7
+ Version: 8.18.0
8
+ Requires: vips, glib-2.0 >= 2.52, gio-2.0, gobject-2.0, expat, zlib >= 0.4, imagequant, cgif >= 0.2.0, libexif >= 0.6, libjpeg, libuhdr, libpng >= 1.2.9, libwebp >= 0.6, libwebpmux >= 0.6, libwebpdemux >= 0.6, libtiff-4, lcms2, libhwy >= 1.0.5, libheif >= 1.7.0
9
9
  Libs: -L${libdir} -lvips-cpp -lresvg -pthread -lm
10
10
  Cflags: -I${includedir} -DHAVE_CONFIG_H -pthread
@@ -4,7 +4,7 @@ libdir=${prefix}/lib
4
4
 
5
5
  Name: vips
6
6
  Description: Image processing library
7
- Version: 8.17.3
8
- Requires: glib-2.0 >= 2.52, gio-2.0, gobject-2.0, expat, zlib >= 0.4, imagequant, cgif >= 0.2.0, libexif >= 0.6, libjpeg, spng >= 0.7, libwebp >= 0.6, libwebpmux >= 0.6, libwebpdemux >= 0.6, libtiff-4, lcms2, libhwy >= 1.0.5, libheif >= 1.7.0
7
+ Version: 8.18.0
8
+ Requires: glib-2.0 >= 2.52, gio-2.0, gobject-2.0, expat, zlib >= 0.4, imagequant, cgif >= 0.2.0, libexif >= 0.6, libjpeg, libuhdr, libpng >= 1.2.9, libwebp >= 0.6, libwebpmux >= 0.6, libwebpdemux >= 0.6, libtiff-4, lcms2, libhwy >= 1.0.5, libheif >= 1.7.0
9
9
  Libs: -L${libdir} -lvips -lresvg -pthread -lm
10
10
  Cflags: -I${includedir} -DHAVE_CONFIG_H -pthread
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@img/sharp-libvips-dev-wasm32",
3
- "version": "1.2.4",
3
+ "version": "1.3.0-rc.1",
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,20 +1,21 @@
1
1
  {
2
2
  "aom": "3.13.1",
3
3
  "cgif": "0.5.0",
4
- "emscripten": "4.0.18",
4
+ "emscripten": "4.0.21",
5
5
  "exif": "0.6.25",
6
6
  "expat": "2.7.3",
7
7
  "ffi": "3.5.2",
8
- "glib": "2.86.1",
8
+ "glib": "2.87.0",
9
9
  "heif": "1.20.2",
10
10
  "highway": "1.3.0",
11
11
  "imagequant": "2.4.1",
12
12
  "lcms": "2.17",
13
13
  "mozjpeg": "0826579",
14
+ "png": "1.6.52",
14
15
  "resvg": "0.45.1",
15
- "spng": "0.7.4",
16
16
  "tiff": "4.7.1",
17
- "vips": "8.17.3",
17
+ "uhdr": "1.4.0",
18
+ "vips": "8.18.0-rc2",
18
19
  "webp": "1.6.0",
19
- "zlib-ng": "2.2.5"
20
+ "zlib-ng": "2.3.2"
20
21
  }