Package app.photofox.vipsffm
Class VSource
java.lang.Object
app.photofox.vipsffm.VSource
Represents a VipsSource, boxed to avoid exposing its raw MemorySegment
-
Method Summary
Modifier and TypeMethodDescriptionGets the raw [MemorySegment] (C pointer) for this source Usage of the memory address is strongly discouraged, but it is available if some functionality is missing and you need to use it with [VipsHelper]static VSourcenewFromBlob(Arena arena, VBlob blob) static VSourcenewFromDescriptor(Arena arena, int descriptor) static VSourcenewFromFile(Arena arena, String filename) static VSourcenewFromOptions(Arena arena, String options)
-
Method Details
-
getUnsafeAddress
Gets the raw [MemorySegment] (C pointer) for this source Usage of the memory address is strongly discouraged, but it is available if some functionality is missing and you need to use it with [VipsHelper] -
newFromDescriptor
-
newFromFile
-
newFromBlob
-
newFromOptions
-