Home
last modified time | relevance | path

Searched refs:new_from_memory (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/vips/vips-8.12.0/test/test-suite/
H A Dtest_connection.py71 x = pyvips.Source.new_from_memory(data)
78 x = pyvips.Source.new_from_memory(data)
102 y = pyvips.Source.new_from_memory(x.get("blob"))
112 y = pyvips.Source.new_from_memory(x.get("blob"))
122 y = pyvips.Source.new_from_memory(x.get("blob"))
H A Dtest_iofuncs.py65 im = pyvips.Image.new_from_memory(s, 20, 10, 1, 'uchar')
88 im = pyvips.Image.new_from_memory(s, 20, 10, 1, 'uchar')
H A Dtest_foreign.py1336 source = pyvips.Source.new_from_memory(buf)
1342 source = pyvips.Source.new_from_memory(buf_trunc)
/dports/graphics/py-pyvips/pyvips-2.1.16/
H A DCHANGELOG.rst35 * better reference tracking for new_from_memory [aspadm]
76 * better behaviour for new_from_memory fixes some segvs [wppd]
92 * better handling of many-byte values in py3 new_from_memory [MatthiasKohl]
/dports/graphics/py-pyvips/pyvips-2.1.16/examples/
H A Dtry7.py13 c = pyvips.Image.new_from_memory(b, a.width, a.height, a.bands, a.bandfmt)
H A Dpil-numpy-pyvips.py47 vi = pyvips.Image.new_from_memory(linear.data, width, height, bands,
/dports/graphics/vips/vips-8.12.0/cplusplus/include/vips/
H A DVConnection8.h78 new_from_memory( const void *data, size_t size );
H A DVImage8.h910 new_from_memory( void *data, size_t size, in new_from_memory() function
/dports/graphics/py-pyvips/pyvips-2.1.16/pyvips/
H A Dvsource.py68 def new_from_memory(data): member in Source
H A Dvimage.py316 def new_from_memory(data, width, height, bands, format): member in Image
/dports/graphics/vips/vips-8.12.0/cplusplus/
H A DVConnection.cpp87 VSource::new_from_memory( const void *data, in new_from_memory() function in VSource
H A DREADME.md78 other constructors in the C API, see `VImage::new_from_memory()`,
/dports/graphics/vips/vips-8.12.0/doc/
H A DExamples.md38 You can use `pyvips.Image.new_from_memory()` to make a vips image from
109 vi = pyvips.Image.new_from_memory(linear.data, width, height, bands,
/dports/graphics/py-pyvips/pyvips-2.1.16/doc/
H A Dintro.rst46 held as Python buffers with :meth:`.Image.new_from_memory`, or make images
130 You can use :meth:`.write_to_memory` and :meth:`.Image.new_from_memory` to pass
174 vi = pyvips.Image.new_from_memory(linear.data, width, height, bands,
/dports/net-im/dino/dino-0.2.2/plugins/gpgme-vala/vapi/
H A Dgpgme.vapi457 public static GPGError.Error new_from_memory(out Data d, char[] buffer, bool copy);
461 throw_if_error(new_from_memory(out data, (char[]) buffer, copy));