Home
last modified time | relevance | path

Searched refs:transpose3d (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/vips/vips-8.12.0/libvips/conversion/
H A Dtranspose3d.c66 VipsTranspose3d *transpose3d = (VipsTranspose3d *) b; in vips_transpose3d_gen() local
69 int output_page_height = in->Ysize / transpose3d->page_height; in vips_transpose3d_gen()
92 int yip = yol * transpose3d->page_height; in vips_transpose3d_gen()
114 VipsTranspose3d *transpose3d = (VipsTranspose3d *) object; in vips_transpose3d_build() local
122 in = transpose3d->in; in vips_transpose3d_build()
130 VIPS_META_PAGE_HEIGHT, &transpose3d->page_height ) ) in vips_transpose3d_build()
134 if( transpose3d->page_height <= 0 || in vips_transpose3d_build()
135 in->Ysize % transpose3d->page_height != 0 ) { in vips_transpose3d_build()
144 VIPS_META_PAGE_HEIGHT, in->Ysize / transpose3d->page_height ); in vips_transpose3d_build()
148 in, transpose3d ) ) in vips_transpose3d_build()
[all …]
H A DMakefile.am5 transpose3d.c \
H A DMakefile.in111 am_libconversion_la_OBJECTS = switch.lo transpose3d.lo composite.lo \
159 ./$(DEPDIR)/transpose3d.Plo ./$(DEPDIR)/unpremultiply.Plo \
499 transpose3d.c \
641 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transpose3d.Plo@am__quote@ # am--include-marker
867 -rm -f ./$(DEPDIR)/transpose3d.Plo
953 -rm -f ./$(DEPDIR)/transpose3d.Plo
/dports/graphics/vips/vips-8.12.0/po/
H A DPOTFILES.in169 libvips/conversion/transpose3d.c
H A Dvips8.12.pot303 #: ../libvips/conversion/transpose3d.c:169
627 #: ../libvips/conversion/transpose3d.c:168
2000 #: ../libvips/conversion/transpose3d.c:136
2004 #: ../libvips/conversion/transpose3d.c:164
2005 msgid "transpose3d an image"
2008 #: ../libvips/conversion/transpose3d.c:174 ../libvips/foreign/foreign.c:1815
2012 #: ../libvips/conversion/transpose3d.c:175
/dports/graphics/vips/vips-8.12.0/cplusplus/include/vips/
H A DVImage8.h5643 VImage transpose3d( VOption *options = 0 ) const;
/dports/graphics/vips/vips-8.12.0/cplusplus/
H A Dvips-operators.cpp3547 VImage VImage::transpose3d( VOption *options ) const in transpose3d() function in VImage
/dports/graphics/py-pyvips/pyvips-2.1.16/doc/
H A Dvimage.rst388 ~transpose3d
5787 .. method:: transpose3d(page_height=int)
5792 out = in.transpose3d(page_height=int)