Home
last modified time | relevance | path

Searched refs:im_open_local (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dconversion.c140 IMAGE *t = im_open_local( out, "conv:1", "p" ); in conversion_make_visualise()
151 IMAGE *t = im_open_local( out, "conv:1", "p" ); in conversion_make_visualise()
309 IMAGE *t = im_open_local( out, "conv:s", "p" ); in conversion_make_display()
336 IMAGE *t = im_open_local( out, "conv:z", "p" ); in conversion_make_display()
521 IMAGE *t = im_open_local( out, "conv:1", "p" ); in conversion_make_repaint()
542 IMAGE *t = im_open_local( out, "conv:1", "p" ); in conversion_make_repaint()
552 IMAGE *t = im_open_local( out, "conv:1", "p" ); in conversion_make_repaint()
569 IMAGE *t = im_open_local( out, "conv:1", "p" ); in conversion_make_repaint()
580 IMAGE *t = im_open_local( out, "conv:1", "p" ); in conversion_make_repaint()
591 IMAGE *t = im_open_local( out, "conv:1", "p" ); in conversion_make_repaint()
[all …]
H A Dimageinfo.c2199 if( !(t1 = im_open_local( out->im, "imageinfo_from_rgb:1", "t" )) || in imageinfo_from_rgb()
2200 !(t2 = im_open_local( out->im, "imageinfo_from_rgb:1", "t" )) ) in imageinfo_from_rgb()
/dports/graphics/vips/vips-8.12.0/libvips/deprecated/
H A Dim_cmulnorm.c77 if( !(t1 = im_open_local( out, "im_cmulnorm:1", "p" )) || in im_cmulnorm()
H A Dim_bernd.c64 if( !(t1 = im_open_local( in, "im_bernd:2", "p" )) || in extract()
H A Dim_gradcor.c125 IMAGE *xgrad= im_open_local( out, FUNCTION_NAME ": xgrad", "t" ); in im_gradcor_raw()
126 IMAGE *ygrad= im_open_local( out, FUNCTION_NAME ": ygrad", "t" ); in im_gradcor_raw()
167 IMAGE *t1 = im_open_local( out, FUNCTION_NAME " intermediate", "p" ); in im_gradcor()
H A Dim_benchmark.c301 !(t = im_open_local( in, "benchmarkn", "p" )) || in im_benchmark2()
H A Dim_zerox.c150 if( !(t1 = im_open_local( out, "im_zerox" , "p" )) || in im_zerox()
H A Drename.c466 if( !(t = im_open_local( out, "im_flood_blob_copy", "t" )) || in im_flood_copy()
480 if( !(t = im_open_local( out, "im_flood_blob_copy", "t" )) || in im_flood_blob_copy()
495 if( !(t = im_open_local( out, "im_flood_other_copy", "t" )) || in im_flood_other_copy()
H A Dim_freq_mask.c209 IMAGE *mask = im_open_local( out, "tempmask", "p" ); in im_flt_image_freq()
H A Dformat.c200 if( !(im = im_open_local( out, filename, "r" )) || in file2vips()
H A Dvips7compat.c348 im_open_local( VipsImage *parent, in im_open_local() function
370 if( !(images[i] = im_open_local( parent, filename, mode )) ) in im_open_local_array()
2533 if( !(t = im_open_local( out, "im_addgnoise", "p" )) || in im_addgnoise()
3360 if( !(t1 = im_open_local( out, "im_tone_build", "p" )) || in im_tone_build()
4183 if( !(t1 = im_open_local( out, "im_histeq", "p" )) || in im_histeq()
4213 if( !(hist = im_open_local( out, "im_hist", "p" )) || in im_hist()
5597 if( !(t = im_open_local( out, "im_insertset", "t" )) || in im_insertset()
/dports/graphics/vips/vips-8.12.0/libvips/include/vips/
H A Dvips7compat.h276 VipsImage *im_open_local( VipsImage *parent,
/dports/graphics/nip2/nip2-8.7.1/
H A DTODO1088 if( !(t = im_open_local( out, "im_flood_blob_copy", "t" )) ||