Sort Score
Result 10 results
Languages All
Labels All
Results 2,501 - 2,510 of 16,801 for

transformation

(0.08 sec)
  1. Convert DNG File to JPG using Python

    This article provides guidance on how to convert DNG file to JPG using Python. It has all the details to set the IDE, a list of steps, and a sample code to transform DNG to JPG using Python....article guides you on how to transform a DMG file to JPEG file using...default values Apply image transformations, if required, and save...

    kb.aspose.com/imaging/python/convert-dng-file-t...
  2. Szincir işlemleri ile dönüşüm matrisinin oluştu...

    Aspose.3D for .NET API, dönüşüm matrisinin zincir işlemleri tarafından oluşturulmasını kolaylaştıran transformbuilder sınıfını sunar....<summary> /// Append the new transform to the chain /// </summary>...<summary> /// Prepend the new transform to the chain /// </summary>...

    docs.aspose.com/3d/tr/net/simplify-the-creation...
  3. Förenkla skapandet av transformationsmatris med...

    Aspose.3D for .NET API offers the TransformBuilder class which simplifies the creation of the Transformation matrix by the chain operations....simplifies the creation of the transformation matrix by the chain operations...<summary> /// Append the new transform to the chain /// </summary>...

    docs.aspose.com/3d/sv/net/simplify-the-creation...
  4. Архів

    Архів...Програмне застосування World Transformation за допомогою C# Матричне...originalRentangle, Action<Matrix> transform) { GraphicsPath path = new...

    blog.aspose.com/uk/drawing/matrix-global-local-...
  5. Obtenir la Résolution et les Dimensions des Ima...

    Cette section montre les détails pour obtenir la résolution et les dimensions des Images Intégrées...ConcatenateMatrix qui définit la transformation actuelle. Il prend également...pouvons pas définir la transformation à partir de zéro, mais...

    docs.aspose.com/pdf/fr/java/get-resolution-and-...
  6. Sahneyi sıkıştırılmış AMF formatına aktar|Docum...

    Aspose.3D for .NET, gereksinimlerinize göre sıkıştırma için bool değerini ayarlamanızı sağlayan amfsaveoptions sınıfı sunar. Varsayılan olarak değer doğrudur.... Transform ; tr . Scale = new Vector3...CreateChildNode ( box ). Transform ; // Scale transform tr . Scale = new...

    docs.aspose.com/3d/tr/net/export-scene-to-compr...
  7. Export Scene to Compressed AMF Format|Documenta...

    Aspose.3D for .NET offers AmfSaveOptions class which allows you to set bool value for compression as per your requirements. By default the value is set to true.... Transform ; tr . Scale = new Vector3...CreateChildNode ( box ). Transform ; // Scale transform tr . Scale = new...

    docs.aspose.com/3d/net/export-scene-to-compress...
  8. How to Convert EPS to PNG using Python

    This guide provides brief information on how to convert EPS to PNG using Python. You will get IDE settings and learn different options while exporting from EPS to PNG using Python.... Steps to Transform EPS to PNG using Python Establish...which renders a PNG image Transform EPS to PNG with the Process...

    kb.aspose.com/pdf/python/how-to-convert-eps-to-...
  9. แปลง XML โดยใช้ Java | Aspose.PDF

    แปลง XML แบบโปรแกรมด้วยรหัสตัวอย่าง Java โดยใช้ Aspose.PDF สำหรับ Java... newInstance (); Transformer transformer = factory . newTransformer...StreamResult ( baos ); transformer . transform ( xmlSource , output...

    products.aspose.com/pdf/th/java/transform-xml/
  10. 使用 C# 转换 XML | Aspose.PDF

    使用 Aspose.PDF for .NET 使用 C# 示例代码以编程方式转换 XML...string xsltString ) { var transform = new System . Xml . Xsl ...StringReader ( xsltString ))) { transform . Load ( reader ); } var memoryStream...

    products.aspose.com/pdf/zh-hant/net/transform-xml/