Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 52,311 for

bitmap

(0.41 sec)
  1. Compress EPS images via Java | products.aspose.com

    Try our On-Premise document APIs to compress EPS files on Java Application.... EPS files may include a bitmap preview image encapsulated...Portable Network Graphics) BMP (Bitmap Picture) ICO (Windows icon)...

    products.aspose.com/imaging/java/compress/eps/
  2. Convert BMP to SVGZ via Java | products.aspose.com

    Sample code for BMP to SVGZ Java conversion. Use API example code for batch BMP files to SVGZ conversion within any Web or Desktop Java based application....represent Bitmap Image files that are used to store bitmap digital...also called device independent bitmap (DIB) file format. This independency...

    products.aspose.com/imaging/java/conversion/bmp...
  3. Binarize DIB images via Java | products.aspose.com

    Try our On-Premise document APIs to Binarize DIB image files on .NET Framework, .NET Core, Windows Application, ASP.NET Web Application....Format A DIB (Device Independent Bitmap) file is a raster image file...in structure to the standard Bitmap files (BMP) but has a different...

    products.aspose.com/imaging/java/binarize/dib/
  4. Change background in EPS documents via Java | p...

    Try our On-Premise document APIs to change background from EPS files on Java Application.... EPS files may include a bitmap preview image encapsulated...Portable Network Graphics) BMP (Bitmap Picture) ICO (Windows icon)...

    products.aspose.com/imaging/java/change-backgro...
  5. Multi page Tiff to PDF Conversion show blank pa...

    using (Aspose.Drawing.Bitmap Bitmap = new Aspose.Drawing.Bitmap(FileStream)) { Aspose.Drawing.Imaging.FrameDimension Dimension = new Aspose.Drawing.Imaging.FrameDimension(Bitmap.FrameDimensionsList[0]); int FrameCount…...Bitmap Bitmap = new Aspose.Drawing.Bitmap(FileStream))...Drawing.Imaging.FrameDimension(Bitmap.FrameDimensionsList[0]); int...

    forum.aspose.com/t/multi-page-tiff-to-pdf-conve...
  6. 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/
  7. Vectorize BMP – Python code and Online Vectorizer

    Convert BMP to SVG online or in Python with Aspose.SVG. Vectorize BMP images to enjoy the benefits of vector graphics. Try Online Image Vectorizer....Vectorization involves replacing bitmaps with mathematical curves and...Vectorizer supports a variety of bitmap formats, including JPEG, PNG...

    products.aspose.com/svg/python-net/vectorize-im...
  8. Convert PowerPoint Presentations to Video in .N...

    Learn how to convert PowerPoint presentations to video in .NET. Discover sample C# code and automation techniques to streamline your workflow....GetFrame method then returns a Bitmap representing the animation...initial animation state. Bitmap bitmap = animationPlayer . GetFrame...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  9. Aspose.Barcode size is not working as expected ...

    Hi Team, i have C# code to generate barcode after that im using mergefiled to add barcode image to word document width and lenght of barcode image is not working as expected i have added code BarcodeGenerator barcode…...Location = textlocation; Bitmap image = barcodeGenerator.G...CodeLocation = textlocation; Bitmap image = barcodeGenerator.BarCodeImage;...

    forum.aspose.com/t/aspose-barcode-size-is-not-w...
  10. 使用 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/