OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Shear
(Results
1 - 9
of
9
) sorted by null
/external/ImageMagick/www/api/
shear.php
9
<title>ImageMagick: MagickCore, C API for ImageMagick:
Shear
or Rotate an Image by an Arbitrary Angle</title>
12
<meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort,
shear
and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
15
<meta name="keywords" content="magickcore, c, api, for, imagemagick:,
shear
, or, rotate, an, image, by, an, arbitrary, angle, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
55
<p class="text-center"><a href="
shear
.php#The XShearImage">The XShearImage</a> • <a href="
shear
.php#DeskewImage">DeskewImage</a> • <a href="
shear
.php#IntegralRotateImage">IntegralRotateImage</a> • <a href="
shear
.php#ShearImage">ShearImage</a> • <a href="
shear
.php#ShearRotateImage">ShearRotateImage</a></p>
117
<p>ShearImage() creates a new image that is a shear_image copy of an existing one. Shearing slides one edge of an image along the X or Y axis, creating a parallelogram. An X direction
shear
slides an edge along the X axis, while a Y direction
shear
slides an edge along the Y axis. The amount of the shear is controlled by a shear angle. For X d (…)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmatrix.h
189
Status
Shear
(REAL shearX, REAL shearY,
/external/ImageMagick/PerlMagick/demo/
demo.pl
422
print "
Shear
...\n";
424
$example->Label('
Shear
');
425
$example->
Shear
('-20x20');
/external/ImageMagick/www/source/
examples.pl
388
print "
Shear
...\n";
390
$example->Label('
Shear
');
391
$example->
Shear
('-20x20');
/external/pdfium/core/fxcrt/
fx_basic_coords.cpp
307
void CFX_Matrix::
Shear
(FX_FLOAT fAlphaRadian,
fx_coordinates.h
635
void
Shear
(FX_FLOAT fAlphaRadian,
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msinkaut.h
[
all
...]
/external/ImageMagick/PerlMagick/
Magick.xs
264
{ "
Shear
", { {"geometry", StringReference}, {"x", RealReference},
[
all
...]
/external/ImageMagick/PerlMagick/quantum/
quantum.xs.in
264
{ "
Shear
", { {"geometry", StringReference}, {"x", RealReference},
[
all
...]
Completed in 1231 milliseconds