Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 51,718 for

bitmap

(0.12 sec)
  1. Convert POTX to PNG using Java | products.aspos...

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

    products.aspose.com/slides/java/conversion/potx...
  2. Convert POT to JPEG using Java | products.aspos...

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

    products.aspose.com/slides/java/conversion/pot-...
  3. Working with Transparency in PostScript | C++

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++... Create Bitmap from image file. Create the... 100. 0f ); 24 25 //Create bitmap from translucent image file...

    docs.aspose.com/page/cpp/ps/working-with-transp...
  4. 在 PostScript 中使用透明度 | C++

    如何在 PS 文件中添加透明度是 Aspose.Page API 解决方案解答的一个问题。了解如何在 C++ 中使用该功能... 从图像文件创建 Bitmap 。 为图像创建必要的转换。 如果我们确定图像不透明,则将其作为完全不透明图像(使用... 100. 0f ); 24 25 //Create bitmap from translucent image file...

    docs.aspose.com/page/zh/cpp/ps/working-with-tra...
  5. How to Crop Image in Java

    This tutorial explains the process how to crop image in Java. To crop Bitmap Java based runnable code along with the detailed steps are provided for the demonstration.... To crop bitmap Java based code contains a...steps explain how in java crop bitmap by providing the details about...

    kb.aspose.com/imaging/java/how-to-crop-image-in...
  6. Develop custom libraries using Aspose.Barcode f...

    How to develop custom libraries using Aspose.Barcode for multiple .Net versions in the same project...BarcodeHelper { public static Bitmap GenerateCode128Barco ( string...void Main ( string [] args ) { Bitmap bmp = BarcodeHelper . GenerateCode128Barco...

    docs.aspose.com/barcode/net/aspose-barcode-mult...
  7. Ինչպես պտտել պատկերը C#-ում

    Այս հակիրճ ձեռնարկը նկարագրում է, թե ինչպես պտտել պատկերը C#-ում: Պատկերը ծրագրային կերպով պտտելու համար C# միջավայրի կարգավորումները և կոդերի նմուշը նույնպես համօգտագործվում են մանրամասն նկարագրությամբ:...ցանկի օգնությամբ: C# rotate bitmap -ի օգտագործման ընթացքում կցուցադրվի...պատկերը C#-ում պտտելու համար Bitmap-ի պտտելու համար ցուցադրվում...

    kb.aspose.com/hy/imaging/net/how-to-rotate-imag...
  8. Convert Type3 font to TrueType | Java API Solution

    Type3 to TTF font conversion with Aspose.Page API solution for Java is reflected here. Learn more with the included code snippets....Type 3 fonts can incorporate bitmap images and other graphical...ideal for creative projects. Bitmap Support : One of the standout...

    docs.aspose.com/page/java/type3-to-ttf/
  9. 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/
  10. 使用 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/