Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 51,752 for

bitmap

(0.19 sec)
  1. Convert PPT to GIF using Java | products.aspose...

    Sample Java conversion code for PPT 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. PPT TO BMP (Bitmap Image) PPT TO HTML (Hyper Text...

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

    Sample Java conversion code for OTP 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. OTP TO BMP (Bitmap Image) OTP TO HTML (Hyper Text...

    products.aspose.com/slides/java/conversion/otp-...
  3. Convert PPTX to GIF using Java | products.aspos...

    Sample Java conversion code for PPTX 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...listed below. PPTX TO BMP (Bitmap Image) PPTX TO HTML (Hyper...

    products.aspose.com/slides/java/conversion/pptx...
  4. Convert PPS to PNG using Java | products.aspose...

    Sample Java conversion code for PPS format to PNG file. Use this example code to export PowerPoint & OpenOffice presentations to PNG 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 GIF (Graphical...

    products.aspose.com/slides/java/conversion/pps-...
  5. Convert PPTM to JPEG using Java | products.aspo...

    Sample Java conversion code for PPTM 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...listed below. PPTM TO BMP (Bitmap Image) PPTM TO GIF (Graphical...

    products.aspose.com/slides/java/conversion/pptm...
  6. Convert PPT to PNG using Java | products.aspose...

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

    products.aspose.com/slides/java/conversion/ppt-...
  7. Convert PPSM to JPEG using Java | products.aspo...

    Sample Java conversion code for PPSM 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...listed below. PPSM TO BMP (Bitmap Image) PPSM TO GIF (Graphical...

    products.aspose.com/slides/java/conversion/ppsm...
  8. Providing an image as pixel array|Documentation

    Adding an image as an array of pixels to the Aspose.OCR for .NET recognition package....unsupported file formats or with raw bitmap data. Pixels are listed from...For example, 2x2 pixels color bitmap is represented as the following...

    docs.aspose.com/ocr/net/ocrinput/image-by-pixel/
  9. 使用 Java API 解决方案将 JPG 转换为 EPS

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

    docs.aspose.com/page/zh/java/convert/jpg-to-eps/
  10. Convert BMP to EPS using Java API Solution

    BMP to EPS conversion functionality offered by Aspose.Page API solution for Java is explained and illustrated with the code snippets here....Convert BMP image to EPS from Bitmap object to file. 2 3 // Create..."input.bmp" )); 8 // Save BMP bitmap to EPS file 9 PsDocument. saveImageAsEps...

    docs.aspose.com/page/java/convert/bmp-to-eps/