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

image scale

(0.3 sec)
  1. 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/
  2. Compress TIFF In Python

    Compress TIFF in Python without losing quality. Optimize TIFF content, reduce file size easily....library for image compression. image = Image.open(shape.image_data.to_stream())...Compress image and set it back to the shape. shape.image_data.s...

    products.aspose.com/words/python-net/compress/t...
  3. Compress JPG In Python

    Compress JPG in Python without losing quality. Optimize JPG content, reduce file size easily....library for image compression. image = Image.open(shape.image_data.to_stream())...Compress image and set it back to the shape. shape.image_data.s...

    products.aspose.com/words/python-net/compress/jpg/
  4. 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...
  5. 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...
  6. 使用 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...
  7. Web Map Tile Service (WMTS)

    Web Map Tile Service (WMTS) is a standard protocol for serving pre-rendered map tiles over the internet. It provides a way to distribute map data in a tile-based format, allowing users to view and interact with maps in a fast and efficient manner. WMTS divides maps into small rectangular tiles at different zoom levels, and these tiles are requested by clients to create a seamless map display. The tiles are typically cached on the client side, enabling quick retrieval and rendering of map data. WMTS supports various map projections and allows for the customization of map styles and layers. It is widely used in web mapping applications and provides a standardized approach for accessing and displaying maps across different platforms and devices....data editor can control the scale and extent of the data shared...as high-resolution satellite images or topographic data, in the...

    products.aspose.com/gis/net/gis-formats/wmts/
  8. 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...
  9. 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/
  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/