Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 50,314 for

bitmap

(0.15 sec)
  1. Convert ODP to JPEG using Java | products.aspos...

    Sample Java conversion code for ODP format to JPEG file. Use this example code to export PowerPoint & OpenOffice presentations to JPEG within any Web or Desktop Java based Application....image as a Bitmap with each iteration Call Bitmap.save method...few listed below. ODP TO BMP (Bitmap Image) ODP TO GIF (Graphical...

    products.aspose.com/slides/java/conversion/odp-...
  2. Convert PPS to GIF using Java | products.aspose...

    Sample Java conversion code for PPS format to GIF file. Use this example code to export PowerPoint & OpenOffice presentations to GIF within any Web or Desktop Java based Application....image as a Bitmap with each iteration Call Bitmap.save method...few listed below. PPS TO BMP (Bitmap Image) PPS TO HTML (Hyper Text...

    products.aspose.com/slides/java/conversion/pps-...
  3. Online EMF File Compression or Build Python App...

    Free online app to compress different EMF files. Python archiving library code for EMF documents....Graphics) Compress BMP Files (Bitmap Image File) Compress CDR Files...DIB Files (Device Independent Bitmap) Compress DICOM Files (Digital...

    products.aspose.com/total/python-net/compress/emf/
  4. 使用 Java API 解决方案将 PNG 转换为 EPS

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案提供的 Java 版 PNG 到 EPS 的转换功能。...Convert PNG image to EPS from Bitmap object to file. 2 3 // Create..."input.png" )); 8 // Save PNG bitmap to EPS file 9 PsDocument. saveImageAsEps...

    docs.aspose.com/page/zh/java/convert/png-to-eps/
  5. 使用 Java API 解决方案将 GIF 转换为 EPS

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案提供的 Java 版 GIF 转 EPS 功能。...Convert GIF image to EPS from Bitmap object to file. 2 3 // Create..."input.gif" )); 8 // Save GIF bitmap to EPS file 9 PsDocument. saveImageAsEps...

    docs.aspose.com/page/zh/java/convert/gif-to-eps/
  6. How to Create Animated GIF in Java

    This quick tutorial is designed to guide on how to create animated GIF in Java. By using Java GIF creation is explained in an easier way with the help of detailed steps and a runnable Java code....conversions like converting a Bitmap to PNG, refer to the article...article on how to convert Bitmap to PNG in Java . Updated on 20 Apr...

    kb.aspose.com/imaging/java/how-to-create-animat...
  7. Create WMF image file via .NET | products.aspos...

    Create WMF image file via .NET....for storing vector as well as bitmap-format images data. To be more...Supported Resize Formats BMP (Bitmap Picture) EMF (Enhanced Metafile...

    products.aspose.com/drawing/net/create/wmf/
  8. Convert POTX to BMP using C# | products.aspose.com

    Sample code for POTX to BMP C# conversion. Use API example code for batch POTX files to BMP conversion within VB.NET, Asp.NET or any .NET based application....image as a Bitmap with each iteration Call Bitmap.Save method...create a full scale image var bitmap = slide.GetThumbnail( 1f ,...

    products.aspose.com/slides/net/conversion/potx-...
  9. Convert PPTM to BMP using C# | products.aspose.com

    Sample code for PPTM to BMP C# conversion. Use API example code for batch PPTM files to BMP conversion within VB.NET, Asp.NET or any .NET based application....image as a Bitmap with each iteration Call Bitmap.Save method...create a full scale image var bitmap = slide.GetThumbnail( 1f ,...

    products.aspose.com/slides/net/conversion/pptm-...
  10. Convert Type3 font to TrueType | C# .NET API So...

    How to convert Type3 font to TTF with Aspose.Page API solution for .NET is reflected here. Code snippets are included....Type 3 fonts can incorporate bitmap images and other graphical...ideal for creative projects. Bitmap Support : One of the standout...

    docs.aspose.com/page/net/type3-to-ttf/