Sort Score
Result 10 results
Languages All
Labels All
Results 2,401 - 2,410 of 8,421 for

image scale

(0.08 sec)
  1. Convert SVG to JPEG2000 via JavaScript | produc...

    Sample code for SVG to JPEG2000 conversion. Use API example code for batch SVG files to JPEG2000 conversion.... Load SVG file with Image.Load method Create an instance...Jpeg2000Options class Call Image.Save method while passing the...

    products.aspose.com/cad/javascript-net/conversi...
  2. Convert SVG to PNG via Python | products.aspose...

    Sample code for SVG to PNG conversion. Use API example code for batch SVG files to PNG conversion.... Load SVG file with Image.Load method Create an instance...instance of PngOptions class Call Image.Save method while passing the...

    products.aspose.com/cad/python-net/conversion/s...
  3. Color palette labels in a chart are not positio...

    Hello team. We encountered an issue when converting a given SVG Image to EMF and inserting into empty PPT document. The sample code for conversion is as following: private static byte[] convertSvgImageToEmf(byte[] im…...when converting a given SVG image to EMF and inserting into empty...pptx - Presentation after SVG image converted into EMF and inserted;...

    forum.aspose.com/t/color-palette-labels-in-a-ch...
  4. Convert SVG to EMF via Python | products.aspose...

    Sample code for SVG to EMF conversion. Use API example code for batch SVG files to EMF conversion.... Load SVG file with Image.Load method Create an instance...instance of EmfOptions class Call Image.Save method while passing the...

    products.aspose.com/cad/python-net/conversion/s...
  5. Convert SVG to JPEG2000 via C# | products.aspos...

    Sample code for SVG to JPEG2000 C# conversion. Use API example code for batch SVG files to JPEG2000 conversion within VB.NET, Asp.NET or any .NET based application.... Load SVG file with Image.Load method Set an object of...VectorRasterizationO property Call Image.Save method while passing the...

    products.aspose.com/cad/net/conversion/svg-to-j...
  6. Convert SVG to PNG via JavaScript | products.as...

    Sample code for SVG to PNG conversion. Use API example code for batch SVG files to PNG conversion.... Load SVG file with Image.Load method Create an instance...instance of PngOptions class Call Image.Save method while passing the...

    products.aspose.com/cad/javascript-net/conversi...
  7. Convert SVG to PNG via C# | products.aspose.com

    Sample code for SVG to PNG C# conversion. Use API example code for batch SVG files to PNG conversion within VB.NET, Asp.NET or any .NET based application.... Load SVG file with Image.Load method Set an object of...VectorRasterizationO property Call Image.Save method while passing the...

    products.aspose.com/cad/net/conversion/svg-to-png/
  8. Compress PNG Files Online or via Java | product...

    Free online app to compress different PNG files. Java compression library code for PNG documents....class object Import the PNG image using insertImage() method Use...the above API code to program image compression app. Another way...

    products.aspose.com/total/java/compress/png/
  9. 使用 Python 向演示文稿添加图片框|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 向 PowerPoint 和 OpenDocument 演示文稿添加图片框。简化工作流程并提升幻灯片设计。...open ( "image.jpeg" , "rb" ) as image_stream : image = presentation...presentation . images . add_image ( image_stream ) # 添加一个与图像大小相同的图片框。...

    docs.aspose.com/slides/zh/python-net/picture-fr...
  10. 在 .NET 中管理演示文稿的图片框|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 将图片框添加到 PowerPoint 和 OpenDocument 演示文稿。简化工作流程并提升幻灯片设计。...加载图像并将其添加到演示文稿的图像集合中 IImage image = Images . FromFile ( "aspose-logo...ppImage = pres . Images . AddImage ( image ); image . Dispose ();...

    docs.aspose.com/slides/zh/net/picture-frame/