@img/sharp-libvips-dev-wasm32 0.0.3
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/README.md +35 -0
- package/include/aom/aom.h +127 -0
- package/include/aom/aom_codec.h +577 -0
- package/include/aom/aom_decoder.h +257 -0
- package/include/aom/aom_encoder.h +1144 -0
- package/include/aom/aom_external_partition.h +452 -0
- package/include/aom/aom_frame_buffer.h +84 -0
- package/include/aom/aom_image.h +448 -0
- package/include/aom/aom_integer.h +68 -0
- package/include/aom/aomcx.h +2181 -0
- package/include/aom/aomdx.h +604 -0
- package/include/cgif.h +80 -0
- package/include/expat.h +1064 -0
- package/include/expat_config.h +140 -0
- package/include/expat_external.h +165 -0
- package/include/ffi.h +531 -0
- package/include/ffitarget.h +62 -0
- package/include/glib-2.0/gio/gaction.h +100 -0
- package/include/glib-2.0/gio/gactiongroup.h +163 -0
- package/include/glib-2.0/gio/gactiongroupexporter.h +47 -0
- package/include/glib-2.0/gio/gactionmap.h +101 -0
- package/include/glib-2.0/gio/gappinfo.h +369 -0
- package/include/glib-2.0/gio/gapplication.h +257 -0
- package/include/glib-2.0/gio/gapplicationcommandline.h +124 -0
- package/include/glib-2.0/gio/gasyncinitable.h +132 -0
- package/include/glib-2.0/gio/gasyncresult.h +87 -0
- package/include/glib-2.0/gio/gbufferedinputstream.h +135 -0
- package/include/glib-2.0/gio/gbufferedoutputstream.h +88 -0
- package/include/glib-2.0/gio/gbytesicon.h +54 -0
- package/include/glib-2.0/gio/gcancellable.h +120 -0
- package/include/glib-2.0/gio/gcharsetconverter.h +65 -0
- package/include/glib-2.0/gio/gcontenttype.h +84 -0
- package/include/glib-2.0/gio/gconverter.h +98 -0
- package/include/glib-2.0/gio/gconverterinputstream.h +82 -0
- package/include/glib-2.0/gio/gconverteroutputstream.h +82 -0
- package/include/glib-2.0/gio/gcredentials.h +87 -0
- package/include/glib-2.0/gio/gdatagrambased.h +146 -0
- package/include/glib-2.0/gio/gdatainputstream.h +182 -0
- package/include/glib-2.0/gio/gdataoutputstream.h +127 -0
- package/include/glib-2.0/gio/gdbusactiongroup.h +56 -0
- package/include/glib-2.0/gio/gdbusaddress.h +67 -0
- package/include/glib-2.0/gio/gdbusauthobserver.h +53 -0
- package/include/glib-2.0/gio/gdbusconnection.h +691 -0
- package/include/glib-2.0/gio/gdbuserror.h +111 -0
- package/include/glib-2.0/gio/gdbusinterface.h +83 -0
- package/include/glib-2.0/gio/gdbusinterfaceskeleton.h +129 -0
- package/include/glib-2.0/gio/gdbusintrospection.h +327 -0
- package/include/glib-2.0/gio/gdbusmenumodel.h +47 -0
- package/include/glib-2.0/gio/gdbusmessage.h +204 -0
- package/include/glib-2.0/gio/gdbusmethodinvocation.h +136 -0
- package/include/glib-2.0/gio/gdbusnameowning.h +117 -0
- package/include/glib-2.0/gio/gdbusnamewatching.h +104 -0
- package/include/glib-2.0/gio/gdbusobject.h +80 -0
- package/include/glib-2.0/gio/gdbusobjectmanager.h +96 -0
- package/include/glib-2.0/gio/gdbusobjectmanagerclient.h +148 -0
- package/include/glib-2.0/gio/gdbusobjectmanagerserver.h +95 -0
- package/include/glib-2.0/gio/gdbusobjectproxy.h +81 -0
- package/include/glib-2.0/gio/gdbusobjectskeleton.h +98 -0
- package/include/glib-2.0/gio/gdbusproxy.h +220 -0
- package/include/glib-2.0/gio/gdbusserver.h +62 -0
- package/include/glib-2.0/gio/gdbusutils.h +65 -0
- package/include/glib-2.0/gio/gdebugcontroller.h +81 -0
- package/include/glib-2.0/gio/gdebugcontrollerdbus.h +71 -0
- package/include/glib-2.0/gio/gdrive.h +274 -0
- package/include/glib-2.0/gio/gdtlsclientconnection.h +77 -0
- package/include/glib-2.0/gio/gdtlsconnection.h +230 -0
- package/include/glib-2.0/gio/gdtlsserverconnection.h +71 -0
- package/include/glib-2.0/gio/gemblem.h +63 -0
- package/include/glib-2.0/gio/gemblemedicon.h +83 -0
- package/include/glib-2.0/gio/gfile.h +1359 -0
- package/include/glib-2.0/gio/gfileattribute.h +86 -0
- package/include/glib-2.0/gio/gfileenumerator.h +154 -0
- package/include/glib-2.0/gio/gfileicon.h +59 -0
- package/include/glib-2.0/gio/gfileinfo.h +1546 -0
- package/include/glib-2.0/gio/gfileinputstream.h +116 -0
- package/include/glib-2.0/gio/gfileiostream.h +123 -0
- package/include/glib-2.0/gio/gfilemonitor.h +100 -0
- package/include/glib-2.0/gio/gfilenamecompleter.h +81 -0
- package/include/glib-2.0/gio/gfileoutputstream.h +124 -0
- package/include/glib-2.0/gio/gfilterinputstream.h +80 -0
- package/include/glib-2.0/gio/gfilteroutputstream.h +80 -0
- package/include/glib-2.0/gio/gicon.h +133 -0
- package/include/glib-2.0/gio/ginetaddress.h +125 -0
- package/include/glib-2.0/gio/ginetaddressmask.h +86 -0
- package/include/glib-2.0/gio/ginetsocketaddress.h +80 -0
- package/include/glib-2.0/gio/ginitable.h +107 -0
- package/include/glib-2.0/gio/ginputstream.h +218 -0
- package/include/glib-2.0/gio/gio-autocleanups.h +155 -0
- package/include/glib-2.0/gio/gio-visibility.h +952 -0
- package/include/glib-2.0/gio/gio.h +186 -0
- package/include/glib-2.0/gio/gioenums.h +2149 -0
- package/include/glib-2.0/gio/gioenumtypes.h +207 -0
- package/include/glib-2.0/gio/gioerror.h +58 -0
- package/include/glib-2.0/gio/giomodule.h +199 -0
- package/include/glib-2.0/gio/gioscheduler.h +56 -0
- package/include/glib-2.0/gio/giostream.h +137 -0
- package/include/glib-2.0/gio/giotypes.h +660 -0
- package/include/glib-2.0/gio/glistmodel.h +74 -0
- package/include/glib-2.0/gio/gliststore.h +97 -0
- package/include/glib-2.0/gio/gloadableicon.h +101 -0
- package/include/glib-2.0/gio/gmemoryinputstream.h +92 -0
- package/include/glib-2.0/gio/gmemorymonitor.h +64 -0
- package/include/glib-2.0/gio/gmemoryoutputstream.h +109 -0
- package/include/glib-2.0/gio/gmenu.h +184 -0
- package/include/glib-2.0/gio/gmenuexporter.h +55 -0
- package/include/glib-2.0/gio/gmenumodel.h +307 -0
- package/include/glib-2.0/gio/gmount.h +278 -0
- package/include/glib-2.0/gio/gmountoperation.h +179 -0
- package/include/glib-2.0/gio/gnativesocketaddress.h +67 -0
- package/include/glib-2.0/gio/gnativevolumemonitor.h +63 -0
- package/include/glib-2.0/gio/gnetworkaddress.h +82 -0
- package/include/glib-2.0/gio/gnetworking.h +81 -0
- package/include/glib-2.0/gio/gnetworkmonitor.h +101 -0
- package/include/glib-2.0/gio/gnetworkservice.h +77 -0
- package/include/glib-2.0/gio/gnotification.h +103 -0
- package/include/glib-2.0/gio/goutputstream.h +334 -0
- package/include/glib-2.0/gio/gpermission.h +129 -0
- package/include/glib-2.0/gio/gpollableinputstream.h +106 -0
- package/include/glib-2.0/gio/gpollableoutputstream.h +127 -0
- package/include/glib-2.0/gio/gpollableutils.h +66 -0
- package/include/glib-2.0/gio/gpowerprofilemonitor.h +65 -0
- package/include/glib-2.0/gio/gpropertyaction.h +49 -0
- package/include/glib-2.0/gio/gproxy.h +130 -0
- package/include/glib-2.0/gio/gproxyaddress.h +88 -0
- package/include/glib-2.0/gio/gproxyaddressenumerator.h +83 -0
- package/include/glib-2.0/gio/gproxyresolver.h +97 -0
- package/include/glib-2.0/gio/gremoteactiongroup.h +77 -0
- package/include/glib-2.0/gio/gresolver.h +299 -0
- package/include/glib-2.0/gio/gresource.h +132 -0
- package/include/glib-2.0/gio/gseekable.h +105 -0
- package/include/glib-2.0/gio/gsettings.h +347 -0
- package/include/glib-2.0/gio/gsettingsbackend.h +176 -0
- package/include/glib-2.0/gio/gsettingsschema.h +115 -0
- package/include/glib-2.0/gio/gsimpleaction.h +65 -0
- package/include/glib-2.0/gio/gsimpleactiongroup.h +99 -0
- package/include/glib-2.0/gio/gsimpleasyncresult.h +164 -0
- package/include/glib-2.0/gio/gsimpleiostream.h +47 -0
- package/include/glib-2.0/gio/gsimplepermission.h +47 -0
- package/include/glib-2.0/gio/gsimpleproxyresolver.h +91 -0
- package/include/glib-2.0/gio/gsocket.h +330 -0
- package/include/glib-2.0/gio/gsocketaddress.h +84 -0
- package/include/glib-2.0/gio/gsocketaddressenumerator.h +103 -0
- package/include/glib-2.0/gio/gsocketclient.h +199 -0
- package/include/glib-2.0/gio/gsocketconnectable.h +83 -0
- package/include/glib-2.0/gio/gsocketconnection.h +117 -0
- package/include/glib-2.0/gio/gsocketcontrolmessage.h +113 -0
- package/include/glib-2.0/gio/gsocketlistener.h +157 -0
- package/include/glib-2.0/gio/gsocketservice.h +95 -0
- package/include/glib-2.0/gio/gsrvtarget.h +60 -0
- package/include/glib-2.0/gio/gsubprocess.h +169 -0
- package/include/glib-2.0/gio/gsubprocesslauncher.h +121 -0
- package/include/glib-2.0/gio/gtask.h +207 -0
- package/include/glib-2.0/gio/gtcpconnection.h +71 -0
- package/include/glib-2.0/gio/gtcpwrapperconnection.h +71 -0
- package/include/glib-2.0/gio/gtestdbus.h +74 -0
- package/include/glib-2.0/gio/gthemedicon.h +70 -0
- package/include/glib-2.0/gio/gthreadedsocketservice.h +83 -0
- package/include/glib-2.0/gio/gtlsbackend.h +115 -0
- package/include/glib-2.0/gio/gtlscertificate.h +125 -0
- package/include/glib-2.0/gio/gtlsclientconnection.h +88 -0
- package/include/glib-2.0/gio/gtlsconnection.h +214 -0
- package/include/glib-2.0/gio/gtlsdatabase.h +249 -0
- package/include/glib-2.0/gio/gtlsfiledatabase.h +60 -0
- package/include/glib-2.0/gio/gtlsinteraction.h +150 -0
- package/include/glib-2.0/gio/gtlspassword.h +121 -0
- package/include/glib-2.0/gio/gtlsserverconnection.h +71 -0
- package/include/glib-2.0/gio/gunixconnection.h +102 -0
- package/include/glib-2.0/gio/gunixcredentialsmessage.h +89 -0
- package/include/glib-2.0/gio/gunixfdlist.h +97 -0
- package/include/glib-2.0/gio/gunixsocketaddress.h +83 -0
- package/include/glib-2.0/gio/gvfs.h +170 -0
- package/include/glib-2.0/gio/gvolume.h +255 -0
- package/include/glib-2.0/gio/gvolumemonitor.h +156 -0
- package/include/glib-2.0/gio/gzlibcompressor.h +64 -0
- package/include/glib-2.0/gio/gzlibdecompressor.h +60 -0
- package/include/glib-2.0/glib/deprecated/gallocator.h +88 -0
- package/include/glib-2.0/glib/deprecated/gcache.h +77 -0
- package/include/glib-2.0/glib/deprecated/gcompletion.h +85 -0
- package/include/glib-2.0/glib/deprecated/gmain.h +137 -0
- package/include/glib-2.0/glib/deprecated/grel.h +107 -0
- package/include/glib-2.0/glib/deprecated/gthread.h +295 -0
- package/include/glib-2.0/glib/galloca.h +147 -0
- package/include/glib-2.0/glib/garray.h +323 -0
- package/include/glib-2.0/glib/gasyncqueue.h +126 -0
- package/include/glib-2.0/glib/gatomic.h +587 -0
- package/include/glib-2.0/glib/gbacktrace.h +74 -0
- package/include/glib-2.0/glib/gbase64.h +63 -0
- package/include/glib-2.0/glib/gbitlock.h +78 -0
- package/include/glib-2.0/glib/gbookmarkfile.h +300 -0
- package/include/glib-2.0/glib/gbytes.h +99 -0
- package/include/glib-2.0/glib/gcharset.h +49 -0
- package/include/glib-2.0/glib/gchecksum.h +106 -0
- package/include/glib-2.0/glib/gconvert.h +179 -0
- package/include/glib-2.0/glib/gdataset.h +156 -0
- package/include/glib-2.0/glib/gdate.h +309 -0
- package/include/glib-2.0/glib/gdatetime.h +275 -0
- package/include/glib-2.0/glib/gdir.h +54 -0
- package/include/glib-2.0/glib/genviron.h +65 -0
- package/include/glib-2.0/glib/gerror.h +263 -0
- package/include/glib-2.0/glib/gfileutils.h +223 -0
- package/include/glib-2.0/glib/ggettext.h +65 -0
- package/include/glib-2.0/glib/ghash.h +206 -0
- package/include/glib-2.0/glib/ghmac.h +85 -0
- package/include/glib-2.0/glib/ghook.h +204 -0
- package/include/glib-2.0/glib/ghostutils.h +45 -0
- package/include/glib-2.0/glib/gi18n-lib.h +29 -0
- package/include/glib-2.0/glib/gi18n.h +34 -0
- package/include/glib-2.0/glib/giochannel.h +407 -0
- package/include/glib-2.0/glib/gkeyfile.h +332 -0
- package/include/glib-2.0/glib/glib-autocleanups.h +105 -0
- package/include/glib-2.0/glib/glib-typeof.h +47 -0
- package/include/glib-2.0/glib/glib-visibility.h +952 -0
- package/include/glib-2.0/glib/glist.h +179 -0
- package/include/glib-2.0/glib/gmacros.h +1425 -0
- package/include/glib-2.0/glib/gmain.h +862 -0
- package/include/glib-2.0/glib/gmappedfile.h +60 -0
- package/include/glib-2.0/glib/gmarkup.h +265 -0
- package/include/glib-2.0/glib/gmem.h +425 -0
- package/include/glib-2.0/glib/gmessages.h +690 -0
- package/include/glib-2.0/glib/gnode.h +309 -0
- package/include/glib-2.0/glib/goption.h +409 -0
- package/include/glib-2.0/glib/gpathbuf.h +90 -0
- package/include/glib-2.0/glib/gpattern.h +65 -0
- package/include/glib-2.0/glib/gpoll.h +122 -0
- package/include/glib-2.0/glib/gprimes.h +52 -0
- package/include/glib-2.0/glib/gprintf.h +59 -0
- package/include/glib-2.0/glib/gqsort.h +47 -0
- package/include/glib-2.0/glib/gquark.h +70 -0
- package/include/glib-2.0/glib/gqueue.h +205 -0
- package/include/glib-2.0/glib/grand.h +101 -0
- package/include/glib-2.0/glib/grcbox.h +91 -0
- package/include/glib-2.0/glib/grefcount.h +179 -0
- package/include/glib-2.0/glib/grefstring.h +59 -0
- package/include/glib-2.0/glib/gscanner.h +301 -0
- package/include/glib-2.0/glib/gsequence.h +175 -0
- package/include/glib-2.0/glib/gshell.h +59 -0
- package/include/glib-2.0/glib/gslice.h +117 -0
- package/include/glib-2.0/glib/gslist.h +166 -0
- package/include/glib-2.0/glib/gspawn.h +323 -0
- package/include/glib-2.0/glib/gstdio.h +231 -0
- package/include/glib-2.0/glib/gstrfuncs.h +504 -0
- package/include/glib-2.0/glib/gstring.h +296 -0
- package/include/glib-2.0/glib/gstringchunk.h +59 -0
- package/include/glib-2.0/glib/gstrvbuilder.h +69 -0
- package/include/glib-2.0/glib/gtestutils.h +763 -0
- package/include/glib-2.0/glib/gthread.h +603 -0
- package/include/glib-2.0/glib/gthreadpool.h +105 -0
- package/include/glib-2.0/glib/gtimer.h +80 -0
- package/include/glib-2.0/glib/gtimezone.h +98 -0
- package/include/glib-2.0/glib/gtrashstack.h +60 -0
- package/include/glib-2.0/glib/gtree.h +181 -0
- package/include/glib-2.0/glib/gtypes.h +591 -0
- package/include/glib-2.0/glib/gunicode.h +974 -0
- package/include/glib-2.0/glib/guri.h +420 -0
- package/include/glib-2.0/glib/gutils.h +479 -0
- package/include/glib-2.0/glib/guuid.h +42 -0
- package/include/glib-2.0/glib/gvariant.h +541 -0
- package/include/glib-2.0/glib/gvarianttype.h +384 -0
- package/include/glib-2.0/glib/gversion.h +57 -0
- package/include/glib-2.0/glib/gversionmacros.h +490 -0
- package/include/glib-2.0/glib/gwin32.h +142 -0
- package/include/glib-2.0/glib-object.h +46 -0
- package/include/glib-2.0/glib-unix.h +125 -0
- package/include/glib-2.0/glib.h +121 -0
- package/include/glib-2.0/gmodule/gmodule-visibility.h +952 -0
- package/include/glib-2.0/gmodule.h +147 -0
- package/include/glib-2.0/gobject/gbinding.h +156 -0
- package/include/glib-2.0/gobject/gbindinggroup.h +85 -0
- package/include/glib-2.0/gobject/gboxed.h +124 -0
- package/include/glib-2.0/gobject/gclosure.h +323 -0
- package/include/glib-2.0/gobject/genums.h +381 -0
- package/include/glib-2.0/gobject/glib-enumtypes.h +25 -0
- package/include/glib-2.0/gobject/glib-types.h +400 -0
- package/include/glib-2.0/gobject/gmarshal.h +434 -0
- package/include/glib-2.0/gobject/gobject-autocleanups.h +33 -0
- package/include/glib-2.0/gobject/gobject-visibility.h +952 -0
- package/include/glib-2.0/gobject/gobject.h +953 -0
- package/include/glib-2.0/gobject/gobjectnotifyqueue.c +199 -0
- package/include/glib-2.0/gobject/gparam.h +477 -0
- package/include/glib-2.0/gobject/gparamspecs.h +1151 -0
- package/include/glib-2.0/gobject/gsignal.h +647 -0
- package/include/glib-2.0/gobject/gsignalgroup.h +98 -0
- package/include/glib-2.0/gobject/gsourceclosure.h +40 -0
- package/include/glib-2.0/gobject/gtype.h +2715 -0
- package/include/glib-2.0/gobject/gtypemodule.h +302 -0
- package/include/glib-2.0/gobject/gtypeplugin.h +136 -0
- package/include/glib-2.0/gobject/gvalue.h +212 -0
- package/include/glib-2.0/gobject/gvaluearray.h +106 -0
- package/include/glib-2.0/gobject/gvaluecollector.h +290 -0
- package/include/glib-2.0/gobject/gvaluetypes.h +318 -0
- package/include/hwy/aligned_allocator.h +211 -0
- package/include/hwy/base.h +1517 -0
- package/include/hwy/cache_control.h +108 -0
- package/include/hwy/detect_compiler_arch.h +281 -0
- package/include/hwy/detect_targets.h +644 -0
- package/include/hwy/foreach_target.h +340 -0
- package/include/hwy/highway.h +435 -0
- package/include/hwy/highway_export.h +74 -0
- package/include/hwy/nanobenchmark.h +171 -0
- package/include/hwy/ops/arm_neon-inl.h +8913 -0
- package/include/hwy/ops/arm_sve-inl.h +5105 -0
- package/include/hwy/ops/emu128-inl.h +2811 -0
- package/include/hwy/ops/generic_ops-inl.h +4745 -0
- package/include/hwy/ops/ppc_vsx-inl.h +5716 -0
- package/include/hwy/ops/rvv-inl.h +5070 -0
- package/include/hwy/ops/scalar-inl.h +1995 -0
- package/include/hwy/ops/set_macros-inl.h +578 -0
- package/include/hwy/ops/shared-inl.h +539 -0
- package/include/hwy/ops/tuple-inl.h +125 -0
- package/include/hwy/ops/wasm_128-inl.h +5917 -0
- package/include/hwy/ops/x86_128-inl.h +11173 -0
- package/include/hwy/ops/x86_256-inl.h +7529 -0
- package/include/hwy/ops/x86_512-inl.h +6849 -0
- package/include/hwy/per_target.h +44 -0
- package/include/hwy/print-inl.h +62 -0
- package/include/hwy/print.h +75 -0
- package/include/hwy/robust_statistics.h +148 -0
- package/include/hwy/targets.h +338 -0
- package/include/hwy/timer-inl.h +200 -0
- package/include/hwy/timer.h +55 -0
- package/include/index.js +1 -0
- package/include/jconfig.h +37 -0
- package/include/jerror.h +335 -0
- package/include/jmorecfg.h +382 -0
- package/include/jpeglib.h +1211 -0
- package/include/lcms2.h +1958 -0
- package/include/lcms2_plugin.h +700 -0
- package/include/libexif/_stdint.h +2 -0
- package/include/libexif/exif-byte-order.h +48 -0
- package/include/libexif/exif-content.h +181 -0
- package/include/libexif/exif-data-type.h +46 -0
- package/include/libexif/exif-data.h +267 -0
- package/include/libexif/exif-entry.h +186 -0
- package/include/libexif/exif-format.h +65 -0
- package/include/libexif/exif-ifd.h +51 -0
- package/include/libexif/exif-loader.h +128 -0
- package/include/libexif/exif-log.h +116 -0
- package/include/libexif/exif-mem.h +91 -0
- package/include/libexif/exif-mnote-data.h +122 -0
- package/include/libexif/exif-tag.h +307 -0
- package/include/libexif/exif-utils.h +194 -0
- package/include/libheif/heif.h +2169 -0
- package/include/libheif/heif_cxx.h +1362 -0
- package/include/libheif/heif_plugin.h +306 -0
- package/include/libheif/heif_properties.h +138 -0
- package/include/libheif/heif_regions.h +866 -0
- package/include/libheif/heif_version.h +38 -0
- package/include/libimagequant.h +111 -0
- package/include/resvg.h +491 -0
- package/include/spng.h +537 -0
- package/include/tiff.h +899 -0
- package/include/tiffconf.h +145 -0
- package/include/tiffio.h +653 -0
- package/include/tiffvers.h +36 -0
- package/include/vips/VConnection8.h +144 -0
- package/include/vips/VError8.h +79 -0
- package/include/vips/VImage8.h +6329 -0
- package/include/vips/VInterpolate8.h +74 -0
- package/include/vips/VRegion8.h +154 -0
- package/include/vips/arithmetic.h +571 -0
- package/include/vips/basic.h +113 -0
- package/include/vips/buf.h +120 -0
- package/include/vips/colour.h +306 -0
- package/include/vips/connection.h +567 -0
- package/include/vips/conversion.h +357 -0
- package/include/vips/convolution.h +101 -0
- package/include/vips/create.h +161 -0
- package/include/vips/dbuf.h +101 -0
- package/include/vips/debug.h +106 -0
- package/include/vips/draw.h +113 -0
- package/include/vips/enumtypes.h +184 -0
- package/include/vips/error.h +142 -0
- package/include/vips/foreign.h +1033 -0
- package/include/vips/format.h +135 -0
- package/include/vips/freqfilt.h +64 -0
- package/include/vips/gate.h +90 -0
- package/include/vips/generate.h +92 -0
- package/include/vips/header.h +322 -0
- package/include/vips/histogram.h +85 -0
- package/include/vips/image.h +605 -0
- package/include/vips/interpolate.h +140 -0
- package/include/vips/memory.h +105 -0
- package/include/vips/morphology.h +73 -0
- package/include/vips/mosaicing.h +79 -0
- package/include/vips/object.h +720 -0
- package/include/vips/operation.h +183 -0
- package/include/vips/private.h +225 -0
- package/include/vips/rect.h +80 -0
- package/include/vips/region.h +238 -0
- package/include/vips/resample.h +123 -0
- package/include/vips/sbuf.h +143 -0
- package/include/vips/semaphore.h +77 -0
- package/include/vips/thread.h +75 -0
- package/include/vips/threadpool.h +159 -0
- package/include/vips/transform.h +89 -0
- package/include/vips/type.h +310 -0
- package/include/vips/util.h +451 -0
- package/include/vips/vector.h +63 -0
- package/include/vips/version.h +26 -0
- package/include/vips/vips.h +195 -0
- package/include/vips/vips8 +60 -0
- package/include/webp/decode.h +504 -0
- package/include/webp/demux.h +363 -0
- package/include/webp/encode.h +552 -0
- package/include/webp/mux.h +530 -0
- package/include/webp/mux_types.h +98 -0
- package/include/webp/sharpyuv/sharpyuv.h +103 -0
- package/include/webp/sharpyuv/sharpyuv_csp.h +60 -0
- package/include/webp/types.h +72 -0
- package/include/zconf.h +203 -0
- package/include/zlib.h +1859 -0
- package/include/zlib_name_mangling.h +8 -0
- package/lib/glib-2.0/include/glibconfig.h +220 -0
- package/lib/index.js +1 -0
- package/lib/libaom.a +0 -0
- package/lib/libcgif.a +0 -0
- package/lib/libexif.a +0 -0
- package/lib/libexif.la +41 -0
- package/lib/libexpat.a +0 -0
- package/lib/libexpat.la +41 -0
- package/lib/libffi.a +0 -0
- package/lib/libffi.la +41 -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/libsharpyuv.la +41 -0
- package/lib/libspng.a +0 -0
- package/lib/libtiff.a +0 -0
- package/lib/libtiff.la +41 -0
- package/lib/libvips-cpp.a +0 -0
- package/lib/libvips.a +0 -0
- package/lib/libwebp.a +0 -0
- package/lib/libwebp.la +41 -0
- package/lib/libwebpdemux.a +0 -0
- package/lib/libwebpdemux.la +41 -0
- package/lib/libwebpmux.a +0 -0
- package/lib/libwebpmux.la +41 -0
- package/lib/libz.a +0 -0
- package/lib/pkgconfig/aom.pc +14 -0
- package/lib/pkgconfig/cgif.pc +9 -0
- package/lib/pkgconfig/expat.pc +12 -0
- package/lib/pkgconfig/gio-2.0.pc +24 -0
- package/lib/pkgconfig/glib-2.0.pc +16 -0
- package/lib/pkgconfig/gmodule-2.0.pc +12 -0
- package/lib/pkgconfig/gmodule-export-2.0.pc +12 -0
- package/lib/pkgconfig/gmodule-no-export-2.0.pc +12 -0
- package/lib/pkgconfig/gobject-2.0.pc +10 -0
- package/lib/pkgconfig/gthread-2.0.pc +10 -0
- package/lib/pkgconfig/imagequant.pc +9 -0
- package/lib/pkgconfig/lcms2.pc +9 -0
- package/lib/pkgconfig/libexif.pc +12 -0
- package/lib/pkgconfig/libffi.pc +11 -0
- package/lib/pkgconfig/libheif.pc +23 -0
- package/lib/pkgconfig/libhwy.pc +10 -0
- package/lib/pkgconfig/libjpeg.pc +10 -0
- package/lib/pkgconfig/libsharpyuv.pc +11 -0
- package/lib/pkgconfig/libtiff-4.pc +12 -0
- package/lib/pkgconfig/libwebp.pc +12 -0
- package/lib/pkgconfig/libwebpdemux.pc +11 -0
- package/lib/pkgconfig/libwebpmux.pc +12 -0
- package/lib/pkgconfig/spng.pc +10 -0
- package/lib/pkgconfig/vips-cpp.pc +10 -0
- package/lib/pkgconfig/vips.pc +10 -0
- package/lib/pkgconfig/zlib.pc +14 -0
- package/package.json +31 -0
- package/versions.json +19 -0
|
@@ -0,0 +1,451 @@
|
|
|
1
|
+
/* Various useful definitions.
|
|
2
|
+
*
|
|
3
|
+
* J.Cupitt, 8/4/93
|
|
4
|
+
* 15/7/96 JC
|
|
5
|
+
* - C++ stuff added
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/*
|
|
9
|
+
|
|
10
|
+
This file is part of VIPS.
|
|
11
|
+
|
|
12
|
+
VIPS is free software; you can redistribute it and/or modify
|
|
13
|
+
it under the terms of the GNU Lesser General Public License as published by
|
|
14
|
+
the Free Software Foundation; either version 2 of the License, or
|
|
15
|
+
(at your option) any later version.
|
|
16
|
+
|
|
17
|
+
This program is distributed in the hope that it will be useful,
|
|
18
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
19
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
20
|
+
GNU Lesser General Public License for more details.
|
|
21
|
+
|
|
22
|
+
You should have received a copy of the GNU Lesser General Public License
|
|
23
|
+
along with this program; if not, write to the Free Software
|
|
24
|
+
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
|
25
|
+
02110-1301 USA
|
|
26
|
+
|
|
27
|
+
*/
|
|
28
|
+
|
|
29
|
+
/*
|
|
30
|
+
|
|
31
|
+
These files are distributed with VIPS - http://www.vips.ecs.soton.ac.uk
|
|
32
|
+
|
|
33
|
+
*/
|
|
34
|
+
|
|
35
|
+
#ifndef VIPS_UTIL_H
|
|
36
|
+
#define VIPS_UTIL_H
|
|
37
|
+
|
|
38
|
+
#ifdef __cplusplus
|
|
39
|
+
extern "C" {
|
|
40
|
+
#endif /*__cplusplus*/
|
|
41
|
+
|
|
42
|
+
#include <stdio.h>
|
|
43
|
+
#include <math.h>
|
|
44
|
+
|
|
45
|
+
/* Some platforms don't have M_PI :-(
|
|
46
|
+
*/
|
|
47
|
+
#define VIPS_PI (3.14159265358979323846)
|
|
48
|
+
|
|
49
|
+
/* Convert degrees->rads and vice-versa.
|
|
50
|
+
*/
|
|
51
|
+
#define VIPS_RAD(R) (((R) / 360.0) * 2.0 * VIPS_PI)
|
|
52
|
+
#define VIPS_DEG(A) (((A) / (2.0 * VIPS_PI)) * 360.0)
|
|
53
|
+
|
|
54
|
+
#define VIPS_MAX(A, B) ((A) > (B) ? (A) : (B))
|
|
55
|
+
#define VIPS_MIN(A, B) ((A) < (B) ? (A) : (B))
|
|
56
|
+
|
|
57
|
+
#define VIPS_CLIP(A, V, B) VIPS_MAX((A), VIPS_MIN((B), (V)))
|
|
58
|
+
#define VIPS_FCLIP(A, V, B) VIPS_FMAX((A), VIPS_FMIN((B), (V)))
|
|
59
|
+
|
|
60
|
+
#define VIPS_NUMBER(R) ((int) (sizeof(R) / sizeof(R[0])))
|
|
61
|
+
|
|
62
|
+
#define VIPS_ABS(X) (((X) >= 0) ? (X) : -(X))
|
|
63
|
+
|
|
64
|
+
/* The built-in isnan and isinf functions provided by gcc 4+ and clang are
|
|
65
|
+
* up to 7x faster than their libc equivalent included from <math.h>.
|
|
66
|
+
*/
|
|
67
|
+
#if defined(__clang__) || (__GNUC__ >= 4)
|
|
68
|
+
#define VIPS_ISNAN(V) __builtin_isnan(V)
|
|
69
|
+
#define VIPS_FLOOR(V) __builtin_floor(V)
|
|
70
|
+
#define VIPS_CEIL(V) __builtin_ceil(V)
|
|
71
|
+
#define VIPS_RINT(V) __builtin_rint(V)
|
|
72
|
+
#define VIPS_ROUND(V) __builtin_round(V)
|
|
73
|
+
#define VIPS_FABS(V) __builtin_fabs(V)
|
|
74
|
+
#define VIPS_FMAX(A, B) __builtin_fmax(A, B)
|
|
75
|
+
#define VIPS_FMIN(A, B) __builtin_fmin(A, B)
|
|
76
|
+
#else
|
|
77
|
+
#define VIPS_ISNAN(V) isnan(V)
|
|
78
|
+
#define VIPS_FLOOR(V) floor(V)
|
|
79
|
+
#define VIPS_CEIL(V) ceil(V)
|
|
80
|
+
#define VIPS_RINT(V) rint(V)
|
|
81
|
+
#define VIPS_ROUND(V) round(V)
|
|
82
|
+
#define VIPS_FABS(V) VIPS_ABS(V)
|
|
83
|
+
#define VIPS_FMAX(A, B) VIPS_MAX(A, B)
|
|
84
|
+
#define VIPS_FMIN(A, B) VIPS_MIN(A, B)
|
|
85
|
+
#endif
|
|
86
|
+
|
|
87
|
+
/* Testing status before the function call saves a lot of time.
|
|
88
|
+
*/
|
|
89
|
+
#define VIPS_ONCE(ONCE, FUNC, CLIENT) \
|
|
90
|
+
G_STMT_START \
|
|
91
|
+
{ \
|
|
92
|
+
if (G_UNLIKELY((ONCE)->status != G_ONCE_STATUS_READY)) \
|
|
93
|
+
(void) g_once(ONCE, FUNC, CLIENT); \
|
|
94
|
+
} \
|
|
95
|
+
G_STMT_END
|
|
96
|
+
|
|
97
|
+
/* VIPS_RINT() does "bankers rounding", it rounds to the nearest even integer.
|
|
98
|
+
* For things like image geometry, we want strict nearest int.
|
|
99
|
+
*
|
|
100
|
+
* If you know it's unsigned, _UINT is a little faster.
|
|
101
|
+
*/
|
|
102
|
+
#define VIPS_ROUND_INT(R) ((int) ((R) > 0 ? ((R) + 0.5) : ((R) -0.5)))
|
|
103
|
+
#define VIPS_ROUND_UINT(R) ((int) ((R) + 0.5))
|
|
104
|
+
|
|
105
|
+
/* Round N down and up to the nearest multiple of P.
|
|
106
|
+
*/
|
|
107
|
+
#define VIPS_ROUND_DOWN(N, P) ((N) - ((N) % (P)))
|
|
108
|
+
#define VIPS_ROUND_UP(N, P) (VIPS_ROUND_DOWN((N) + (P) -1, (P)))
|
|
109
|
+
|
|
110
|
+
#define VIPS_SWAP(TYPE, A, B) \
|
|
111
|
+
G_STMT_START \
|
|
112
|
+
{ \
|
|
113
|
+
TYPE t = (A); \
|
|
114
|
+
(A) = (B); \
|
|
115
|
+
(B) = t; \
|
|
116
|
+
} \
|
|
117
|
+
G_STMT_END
|
|
118
|
+
|
|
119
|
+
/* Duff's device. Do OPERation N times in a 16-way unrolled loop.
|
|
120
|
+
*/
|
|
121
|
+
#define VIPS_UNROLL(N, OPER) \
|
|
122
|
+
G_STMT_START \
|
|
123
|
+
{ \
|
|
124
|
+
if ((N)) { \
|
|
125
|
+
int duff_count = ((N) + 15) / 16; \
|
|
126
|
+
\
|
|
127
|
+
switch ((N) % 16) { \
|
|
128
|
+
case 0: \
|
|
129
|
+
do { \
|
|
130
|
+
OPER; \
|
|
131
|
+
case 15: \
|
|
132
|
+
OPER; \
|
|
133
|
+
case 14: \
|
|
134
|
+
OPER; \
|
|
135
|
+
case 13: \
|
|
136
|
+
OPER; \
|
|
137
|
+
case 12: \
|
|
138
|
+
OPER; \
|
|
139
|
+
case 11: \
|
|
140
|
+
OPER; \
|
|
141
|
+
case 10: \
|
|
142
|
+
OPER; \
|
|
143
|
+
case 9: \
|
|
144
|
+
OPER; \
|
|
145
|
+
case 8: \
|
|
146
|
+
OPER; \
|
|
147
|
+
case 7: \
|
|
148
|
+
OPER; \
|
|
149
|
+
case 6: \
|
|
150
|
+
OPER; \
|
|
151
|
+
case 5: \
|
|
152
|
+
OPER; \
|
|
153
|
+
case 4: \
|
|
154
|
+
OPER; \
|
|
155
|
+
case 3: \
|
|
156
|
+
OPER; \
|
|
157
|
+
case 2: \
|
|
158
|
+
OPER; \
|
|
159
|
+
case 1: \
|
|
160
|
+
OPER; \
|
|
161
|
+
} while (--duff_count > 0); \
|
|
162
|
+
} \
|
|
163
|
+
} \
|
|
164
|
+
} \
|
|
165
|
+
G_STMT_END
|
|
166
|
+
|
|
167
|
+
/* The g_info() macro was added in 2.40.
|
|
168
|
+
*/
|
|
169
|
+
#ifndef g_info
|
|
170
|
+
/* Hopefully we have varargs macros. Maybe revisit this.
|
|
171
|
+
*/
|
|
172
|
+
#define g_info(...) \
|
|
173
|
+
g_log(G_LOG_DOMAIN, G_LOG_LEVEL_INFO, __VA_ARGS__)
|
|
174
|
+
#endif
|
|
175
|
+
|
|
176
|
+
/* Various integer range clips. Record over/under flows.
|
|
177
|
+
*/
|
|
178
|
+
#define VIPS_CLIP_UCHAR(V, SEQ) \
|
|
179
|
+
G_STMT_START \
|
|
180
|
+
{ \
|
|
181
|
+
if ((V) < 0) { \
|
|
182
|
+
(SEQ)->underflow++; \
|
|
183
|
+
(V) = 0; \
|
|
184
|
+
} \
|
|
185
|
+
else if ((V) > UCHAR_MAX) { \
|
|
186
|
+
(SEQ)->overflow++; \
|
|
187
|
+
(V) = UCHAR_MAX; \
|
|
188
|
+
} \
|
|
189
|
+
} \
|
|
190
|
+
G_STMT_END
|
|
191
|
+
|
|
192
|
+
#define VIPS_CLIP_CHAR(V, SEQ) \
|
|
193
|
+
G_STMT_START \
|
|
194
|
+
{ \
|
|
195
|
+
if ((V) < SCHAR_MIN) { \
|
|
196
|
+
(SEQ)->underflow++; \
|
|
197
|
+
(V) = SCHAR_MIN; \
|
|
198
|
+
} \
|
|
199
|
+
else if ((V) > SCHAR_MAX) { \
|
|
200
|
+
(SEQ)->overflow++; \
|
|
201
|
+
(V) = SCHAR_MAX; \
|
|
202
|
+
} \
|
|
203
|
+
} \
|
|
204
|
+
G_STMT_END
|
|
205
|
+
|
|
206
|
+
#define VIPS_CLIP_USHORT(V, SEQ) \
|
|
207
|
+
G_STMT_START \
|
|
208
|
+
{ \
|
|
209
|
+
if ((V) < 0) { \
|
|
210
|
+
(SEQ)->underflow++; \
|
|
211
|
+
(V) = 0; \
|
|
212
|
+
} \
|
|
213
|
+
else if ((V) > USHRT_MAX) { \
|
|
214
|
+
(SEQ)->overflow++; \
|
|
215
|
+
(V) = USHRT_MAX; \
|
|
216
|
+
} \
|
|
217
|
+
} \
|
|
218
|
+
G_STMT_END
|
|
219
|
+
|
|
220
|
+
#define VIPS_CLIP_SHORT(V, SEQ) \
|
|
221
|
+
G_STMT_START \
|
|
222
|
+
{ \
|
|
223
|
+
if ((V) < SHRT_MIN) { \
|
|
224
|
+
(SEQ)->underflow++; \
|
|
225
|
+
(V) = SHRT_MIN; \
|
|
226
|
+
} \
|
|
227
|
+
else if ((V) > SHRT_MAX) { \
|
|
228
|
+
(SEQ)->overflow++; \
|
|
229
|
+
(V) = SHRT_MAX; \
|
|
230
|
+
} \
|
|
231
|
+
} \
|
|
232
|
+
G_STMT_END
|
|
233
|
+
|
|
234
|
+
#define VIPS_CLIP_UINT(V, SEQ) \
|
|
235
|
+
G_STMT_START \
|
|
236
|
+
{ \
|
|
237
|
+
if ((V) < 0) { \
|
|
238
|
+
(SEQ)->underflow++; \
|
|
239
|
+
(V) = 0; \
|
|
240
|
+
} \
|
|
241
|
+
} \
|
|
242
|
+
G_STMT_END
|
|
243
|
+
|
|
244
|
+
#define VIPS_CLIP_NONE(V, SEQ) \
|
|
245
|
+
{ \
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
/* Not all platforms have PATH_MAX (eg. Hurd) and we don't need a platform one
|
|
249
|
+
* anyway, just a static buffer big enough for almost any path.
|
|
250
|
+
*/
|
|
251
|
+
#define VIPS_PATH_MAX (4096)
|
|
252
|
+
|
|
253
|
+
/* Create multiple copies of a function targeted at groups of SIMD intrinsics,
|
|
254
|
+
* with the most suitable selected at runtime via dynamic dispatch.
|
|
255
|
+
*/
|
|
256
|
+
#ifdef HAVE_TARGET_CLONES
|
|
257
|
+
#define VIPS_TARGET_CLONES(TARGETS) \
|
|
258
|
+
__attribute__((target_clones(TARGETS)))
|
|
259
|
+
#else
|
|
260
|
+
#define VIPS_TARGET_CLONES(TARGETS)
|
|
261
|
+
#endif
|
|
262
|
+
|
|
263
|
+
VIPS_API
|
|
264
|
+
const char *vips_enum_string(GType enm, int value);
|
|
265
|
+
VIPS_API
|
|
266
|
+
const char *vips_enum_nick(GType enm, int value);
|
|
267
|
+
VIPS_API
|
|
268
|
+
int vips_enum_from_nick(const char *domain, GType type, const char *str);
|
|
269
|
+
VIPS_API
|
|
270
|
+
int vips_flags_from_nick(const char *domain, GType type, const char *nick);
|
|
271
|
+
|
|
272
|
+
VIPS_API
|
|
273
|
+
gboolean vips_slist_equal(GSList *l1, GSList *l2);
|
|
274
|
+
VIPS_API
|
|
275
|
+
void *vips_slist_map2(GSList *list, VipsSListMap2Fn fn, void *a, void *b);
|
|
276
|
+
VIPS_API
|
|
277
|
+
void *vips_slist_map2_rev(GSList *list, VipsSListMap2Fn fn, void *a, void *b);
|
|
278
|
+
VIPS_API
|
|
279
|
+
void *vips_slist_map4(GSList *list,
|
|
280
|
+
VipsSListMap4Fn fn, void *a, void *b, void *c, void *d);
|
|
281
|
+
VIPS_API
|
|
282
|
+
void *vips_slist_fold2(GSList *list, void *start,
|
|
283
|
+
VipsSListFold2Fn fn, void *a, void *b);
|
|
284
|
+
VIPS_API
|
|
285
|
+
GSList *vips_slist_filter(GSList *list, VipsSListMap2Fn fn, void *a, void *b);
|
|
286
|
+
VIPS_API
|
|
287
|
+
void vips_slist_free_all(GSList *list);
|
|
288
|
+
VIPS_API
|
|
289
|
+
void *vips_map_equal(void *a, void *b);
|
|
290
|
+
|
|
291
|
+
VIPS_API
|
|
292
|
+
void *vips_hash_table_map(GHashTable *hash,
|
|
293
|
+
VipsSListMap2Fn fn, void *a, void *b);
|
|
294
|
+
|
|
295
|
+
VIPS_API
|
|
296
|
+
char *vips_strncpy(char *dest, const char *src, int n);
|
|
297
|
+
VIPS_API
|
|
298
|
+
char *vips_strrstr(const char *haystack, const char *needle);
|
|
299
|
+
VIPS_API
|
|
300
|
+
gboolean vips_ispostfix(const char *a, const char *b);
|
|
301
|
+
VIPS_API
|
|
302
|
+
gboolean vips_iscasepostfix(const char *a, const char *b);
|
|
303
|
+
VIPS_API
|
|
304
|
+
gboolean vips_isprefix(const char *a, const char *b);
|
|
305
|
+
VIPS_API
|
|
306
|
+
char *vips_break_token(char *str, const char *brk);
|
|
307
|
+
|
|
308
|
+
void vips__chomp(char *str);
|
|
309
|
+
|
|
310
|
+
VIPS_API
|
|
311
|
+
int vips_vsnprintf(char *str, size_t size, const char *format, va_list ap);
|
|
312
|
+
VIPS_API
|
|
313
|
+
int vips_snprintf(char *str, size_t size, const char *format, ...)
|
|
314
|
+
G_GNUC_PRINTF(3, 4);
|
|
315
|
+
|
|
316
|
+
VIPS_API
|
|
317
|
+
int vips_filename_suffix_match(const char *path, const char *suffixes[]);
|
|
318
|
+
|
|
319
|
+
VIPS_API
|
|
320
|
+
gint64 vips_file_length(int fd);
|
|
321
|
+
/* TODO(kleisauke): VIPS_API is required by vipsedit.
|
|
322
|
+
*/
|
|
323
|
+
VIPS_API
|
|
324
|
+
int vips__write(int fd, const void *buf, size_t count);
|
|
325
|
+
|
|
326
|
+
/* TODO(kleisauke): VIPS_API is required by test_connections.
|
|
327
|
+
*/
|
|
328
|
+
VIPS_API
|
|
329
|
+
int vips__open(const char *filename, int flags, int mode);
|
|
330
|
+
int vips__open_read(const char *filename);
|
|
331
|
+
FILE *vips__fopen(const char *filename, const char *mode);
|
|
332
|
+
|
|
333
|
+
FILE *vips__file_open_read(const char *filename,
|
|
334
|
+
const char *fallback_dir, gboolean text_mode);
|
|
335
|
+
FILE *vips__file_open_write(const char *filename,
|
|
336
|
+
gboolean text_mode);
|
|
337
|
+
/* TODO(kleisauke): VIPS_API is required by vipsedit.
|
|
338
|
+
*/
|
|
339
|
+
VIPS_API
|
|
340
|
+
char *vips__file_read(FILE *fp, const char *name, size_t *length_out);
|
|
341
|
+
char *vips__file_read_name(const char *name, const char *fallback_dir,
|
|
342
|
+
size_t *length_out);
|
|
343
|
+
int vips__file_write(void *data, size_t size, size_t nmemb, FILE *stream);
|
|
344
|
+
/* TODO(kleisauke): VIPS_API is required by the magick module.
|
|
345
|
+
*/
|
|
346
|
+
VIPS_API
|
|
347
|
+
gint64 vips__get_bytes(const char *filename,
|
|
348
|
+
unsigned char buf[], gint64 len);
|
|
349
|
+
int vips__fgetc(FILE *fp);
|
|
350
|
+
|
|
351
|
+
GValue *vips__gvalue_ref_string_new(const char *text);
|
|
352
|
+
void vips__gslist_gvalue_free(GSList *list);
|
|
353
|
+
GSList *vips__gslist_gvalue_copy(const GSList *list);
|
|
354
|
+
GSList *vips__gslist_gvalue_merge(GSList *a, const GSList *b);
|
|
355
|
+
char *vips__gslist_gvalue_get(const GSList *list);
|
|
356
|
+
|
|
357
|
+
gint64 vips__seek_no_error(int fd, gint64 pos, int whence);
|
|
358
|
+
/* TODO(kleisauke): VIPS_API is required by vipsedit.
|
|
359
|
+
*/
|
|
360
|
+
VIPS_API
|
|
361
|
+
gint64 vips__seek(int fd, gint64 pos, int whence);
|
|
362
|
+
int vips__ftruncate(int fd, gint64 pos);
|
|
363
|
+
VIPS_API
|
|
364
|
+
int vips_existsf(const char *name, ...)
|
|
365
|
+
G_GNUC_PRINTF(1, 2);
|
|
366
|
+
VIPS_API
|
|
367
|
+
int vips_isdirf(const char *name, ...)
|
|
368
|
+
G_GNUC_PRINTF(1, 2);
|
|
369
|
+
VIPS_API
|
|
370
|
+
int vips_mkdirf(const char *name, ...)
|
|
371
|
+
G_GNUC_PRINTF(1, 2);
|
|
372
|
+
VIPS_API
|
|
373
|
+
int vips_rmdirf(const char *name, ...)
|
|
374
|
+
G_GNUC_PRINTF(1, 2);
|
|
375
|
+
VIPS_API
|
|
376
|
+
int vips_rename(const char *old_name, const char *new_name);
|
|
377
|
+
|
|
378
|
+
/**
|
|
379
|
+
* VipsToken:
|
|
380
|
+
* @VIPS_TOKEN_LEFT: left bracket
|
|
381
|
+
* @VIPS_TOKEN_RIGHT: right bracket
|
|
382
|
+
* @VIPS_TOKEN_STRING: string constant
|
|
383
|
+
* @VIPS_TOKEN_EQUALS: equals sign
|
|
384
|
+
* @VIPS_TOKEN_COMMA: comma
|
|
385
|
+
*
|
|
386
|
+
* Tokens returned by the vips lexical analyzer, see vips__token_get(). This
|
|
387
|
+
* is used to parse option strings for arguments.
|
|
388
|
+
*
|
|
389
|
+
* Left and right brackets can be any of (, {, [, <.
|
|
390
|
+
*
|
|
391
|
+
* Strings may be in double quotes, and may contain escaped quote characters,
|
|
392
|
+
* for example string, "string" and "str\"ing".
|
|
393
|
+
*
|
|
394
|
+
*/
|
|
395
|
+
typedef enum {
|
|
396
|
+
VIPS_TOKEN_LEFT = 1,
|
|
397
|
+
VIPS_TOKEN_RIGHT,
|
|
398
|
+
VIPS_TOKEN_STRING,
|
|
399
|
+
VIPS_TOKEN_EQUALS,
|
|
400
|
+
VIPS_TOKEN_COMMA
|
|
401
|
+
} VipsToken;
|
|
402
|
+
|
|
403
|
+
const char *vips__token_get(const char *buffer,
|
|
404
|
+
VipsToken *token, char *string, int size);
|
|
405
|
+
const char *vips__token_must(const char *buffer, VipsToken *token,
|
|
406
|
+
char *string, int size);
|
|
407
|
+
const char *vips__token_need(const char *buffer, VipsToken need_token,
|
|
408
|
+
char *string, int size);
|
|
409
|
+
const char *vips__token_segment(const char *p, VipsToken *token,
|
|
410
|
+
char *string, int size);
|
|
411
|
+
const char *vips__token_segment_need(const char *p, VipsToken need_token,
|
|
412
|
+
char *string, int size);
|
|
413
|
+
const char *vips__find_rightmost_brackets(const char *p);
|
|
414
|
+
/* TODO(kleisauke): VIPS_API is required by libvips-cpp and vipsheader.
|
|
415
|
+
*/
|
|
416
|
+
VIPS_API
|
|
417
|
+
void vips__filename_split8(const char *name,
|
|
418
|
+
char *filename, char *option_string);
|
|
419
|
+
|
|
420
|
+
VIPS_API
|
|
421
|
+
int vips_ispoweroftwo(int p);
|
|
422
|
+
VIPS_API
|
|
423
|
+
int vips_amiMSBfirst(void);
|
|
424
|
+
|
|
425
|
+
/* TODO(kleisauke): VIPS_API is required by jpegsave_file_fuzzer.
|
|
426
|
+
*/
|
|
427
|
+
VIPS_API
|
|
428
|
+
char *vips__temp_name(const char *format);
|
|
429
|
+
|
|
430
|
+
void vips__change_suffix(const char *name, char *out, int mx,
|
|
431
|
+
const char *new_suff, const char **olds, int nolds);
|
|
432
|
+
|
|
433
|
+
VIPS_API
|
|
434
|
+
char *vips_realpath(const char *path);
|
|
435
|
+
|
|
436
|
+
guint32 vips__random(guint32 seed);
|
|
437
|
+
guint32 vips__random_add(guint32 seed, int value);
|
|
438
|
+
|
|
439
|
+
const char *vips__icc_dir(void);
|
|
440
|
+
const char *vips__windows_prefix(void);
|
|
441
|
+
|
|
442
|
+
char *vips__get_iso8601(void);
|
|
443
|
+
|
|
444
|
+
VIPS_API
|
|
445
|
+
int vips_strtod(const char *str, double *out);
|
|
446
|
+
|
|
447
|
+
#ifdef __cplusplus
|
|
448
|
+
}
|
|
449
|
+
#endif /*__cplusplus*/
|
|
450
|
+
|
|
451
|
+
#endif /*VIPS_UTIL_H*/
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
/* helper stuff for Highway
|
|
2
|
+
*
|
|
3
|
+
* 16/03/21 kleisauke
|
|
4
|
+
* - from vector.h
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/*
|
|
8
|
+
|
|
9
|
+
This file is part of VIPS.
|
|
10
|
+
|
|
11
|
+
VIPS is free software; you can redistribute it and/or modify
|
|
12
|
+
it under the terms of the GNU Lesser General Public License as published by
|
|
13
|
+
the Free Software Foundation; either version 2 of the License, or
|
|
14
|
+
(at your option) any later version.
|
|
15
|
+
|
|
16
|
+
This program is distributed in the hope that it will be useful,
|
|
17
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
18
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
19
|
+
GNU Lesser General Public License for more details.
|
|
20
|
+
|
|
21
|
+
You should have received a copy of the GNU Lesser General Public License
|
|
22
|
+
along with this program; if not, write to the Free Software
|
|
23
|
+
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
|
24
|
+
02110-1301 USA
|
|
25
|
+
|
|
26
|
+
*/
|
|
27
|
+
|
|
28
|
+
/*
|
|
29
|
+
|
|
30
|
+
These files are distributed with VIPS - http://www.vips.ecs.soton.ac.uk
|
|
31
|
+
|
|
32
|
+
*/
|
|
33
|
+
|
|
34
|
+
#ifndef VIPS_VECTOR_H
|
|
35
|
+
#define VIPS_VECTOR_H
|
|
36
|
+
|
|
37
|
+
#ifdef __cplusplus
|
|
38
|
+
extern "C" {
|
|
39
|
+
#endif /*__cplusplus*/
|
|
40
|
+
|
|
41
|
+
/* Set from the command-line.
|
|
42
|
+
*/
|
|
43
|
+
extern gboolean vips__vector_enabled;
|
|
44
|
+
|
|
45
|
+
VIPS_API
|
|
46
|
+
gboolean vips_vector_isenabled(void);
|
|
47
|
+
VIPS_API
|
|
48
|
+
void vips_vector_set_enabled(gboolean enabled);
|
|
49
|
+
|
|
50
|
+
VIPS_API
|
|
51
|
+
gint64 vips_vector_get_builtin_targets(void);
|
|
52
|
+
VIPS_API
|
|
53
|
+
gint64 vips_vector_get_supported_targets(void);
|
|
54
|
+
VIPS_API
|
|
55
|
+
const char *vips_vector_target_name(gint64 target);
|
|
56
|
+
VIPS_API
|
|
57
|
+
void vips_vector_disable_targets(gint64 disabled_targets);
|
|
58
|
+
|
|
59
|
+
#ifdef __cplusplus
|
|
60
|
+
}
|
|
61
|
+
#endif /*__cplusplus*/
|
|
62
|
+
|
|
63
|
+
#endif /*VIPS_VECTOR_H*/
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/* Macros for the header version.
|
|
2
|
+
*/
|
|
3
|
+
|
|
4
|
+
#ifndef VIPS_VERSION_H
|
|
5
|
+
#define VIPS_VERSION_H
|
|
6
|
+
|
|
7
|
+
#define VIPS_VERSION "8.15.0"
|
|
8
|
+
#define VIPS_VERSION_STRING "8.15.0"
|
|
9
|
+
#define VIPS_MAJOR_VERSION (8)
|
|
10
|
+
#define VIPS_MINOR_VERSION (15)
|
|
11
|
+
#define VIPS_MICRO_VERSION (0)
|
|
12
|
+
|
|
13
|
+
/* The ABI version, as used for library versioning.
|
|
14
|
+
*/
|
|
15
|
+
#define VIPS_LIBRARY_CURRENT (59)
|
|
16
|
+
#define VIPS_LIBRARY_REVISION (0)
|
|
17
|
+
#define VIPS_LIBRARY_AGE (17)
|
|
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/save: true\nenable PPM load/save: true\nenable GIF load: true\nuse fftw for FFTs: false\nSIMD support with highway: true\nICC profile support with lcms: true\nzlib: 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 libspng: true\nPNG load/save with libpng: false\nselected quantisation package: imagequant\nTIFF load/save with libtiff: 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: false\nPDF load with poppler-glib: false (dynamic module: false)\nSVG load with librsvg: false\nSVG load with resvg: true (dynamic module: false)\nEXR load with OpenEXR: false\nOpenSlide load: false (dynamic module: false)\nMatlab load with libmatio: false\nNIfTI load/save with niftiio: false\nFITS load/save with cfitsio: false\nGIF save with cgif: true\nselected Magick package: none (dynamic module: false)\nMagick API version: none\nMagick load: false\nMagick save: false"
|
|
20
|
+
|
|
21
|
+
/* Not really anything to do with versions, but this is a handy place to put
|
|
22
|
+
* it.
|
|
23
|
+
*/
|
|
24
|
+
#define VIPS_ENABLE_DEPRECATED 0
|
|
25
|
+
|
|
26
|
+
#endif /*VIPS_VERSION_H*/
|