HomeSort by relevance Sort by last modified time
    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> &bull; <a href="shear.php#DeskewImage">DeskewImage</a> &bull; <a href="shear.php#IntegralRotateImage">IntegralRotateImage</a> &bull; <a href="shear.php#ShearImage">ShearImage</a> &bull; <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_coordinates.cpp 280 void CFX_Matrix::Shear(float fAlphaRadian, float fBetaRadian, bool bPrepended) {
fx_coordinates.h 642 void Shear(float fAlphaRadian, float fBetaRadian, bool bPrepended = false);
  /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 270 milliseconds