Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 937 for

matrix transformation

(0.05 sec)
  1. Deconvolution Filters|Documentation

    Aspose.Imaging graphic library for Java supports kernel filters such Convolution, Deconvolution as well as custom kernels....Deconvolution acts as the reverse matrix operation to a convolution...filter. When a convolution transformation, like the application of...

    docs.aspose.com/imaging/java/developer-guide/ma...
  2. Text rotation in FloatingBox produces odd outpu...

    Rotating the text in a FloatingBox produces strange output. Rotation by 90 or 270 produces a single line Rotating by 180 creates a mirror image with the lines of text in reverse order. The PDF below was produced by cr…... Verify the Transformation Matrix : If you are applying...applying transformations, check if the transformation matrix is correctly...

    forum.aspose.com/t/text-rotation-in-floatingbox...
  3. Deconvolution Filters|Documentation

    Aspose.Imaging graphic library for Python supports kernel filters such Convolution, Deconvolution as well as custom kernels....filter acts as the inverse matrix operation to a convolution...applying a convolution transformation, such as using a Gaussian...

    docs.aspose.com/imaging/python-net/developer-gu...
  4. LinearGradientBrush | Aspose.PSD for Java API R...

    Encapsulates a Aspose.Imaging.Brush with a linear gradient....Matrix that defines a local geometric transform for this...value indicating whether transformations were changed in some way...

    reference.aspose.com/psd/java/com.aspose.psd.br...
  5. How to Insert Image into PDF using Java

    This article briefs on how to insert image into PDF using Java. It provides directions to configure the IDE, steps for writing the application and a runnable sample code to add image to PDF using Java....loaded PDF Instantiate the Matrix object using the desired rectangular...selected page and then the transformation Matrix is declared using the...

    kb.aspose.com/pdf/java/how-to-insert-image-into...
  6. Feature List|Documentation

    General Features and Feature Matrix for C# .NET 3D File Manipulation and Conversion API.... Feature Matrix Features FBX Collada glTF glTF...Parameterized geometries Local transformation Instancing Scene graph...

    docs.aspose.com/3d/net/feature-list/
  7. Working with Transformations in PostScript | .NET

    How to transform a content in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...Document Working with Transformations Live Demos Source Code...Pricing Buy Working with Transformations in PostScript | .NET Contents...

    docs.aspose.com/page/net/ps/working-with-transf...
  8. Working with Transformations in PS file | Python

    How to transform a content in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...Document Working with Transformations Live Demos Source Code...Pricing Buy Working with Transformations in PS file | Python Contents...

    docs.aspose.com/page/python-net/ps/working-with...
  9. Feature List|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....1 or later Feature Matrix Features FBX Collada glTF glTF...Parameterized geometries Local transformation Instancing Scene graph...

    docs.aspose.com/3d/python-net/feature-list/
  10. SVG 缩放 – C# 示例

    SVG 缩放的 C# 示例。考虑在变换属性和变换矩阵中使用比例函数的情况。...考虑在 transform 属性中使用 scale() 函数以及变换矩阵 matrix(a,b,c,d,e,f)...元素、设置其属性,并使用 scale() 函数对 transform 属性应用转换。 创建 类的实例。 RootElement...

    docs.aspose.com/svg/zh/net/svg-scaling/