Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 185,857 for

bmp

(0.28 sec)
  1. Setting Properties on Images|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....raster image (into PNG, JPG and BMP formats). This default font should...

    docs.aspose.com/psd/java/setting-properties-on-...
  2. Supported Image Formats|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Portable Network Graphics Image BMP Bitmap Image File GIF Graphical...

    docs.aspose.com/barcode/cpp/image-formats/
  3. Key Features of Aspose.PDF for Go|Aspose.PDF fo...

    Aspose.PDF for Go demonstrates its general features. Its shows the supported PDF versions, and all the manipulations we can do with PDF....DOCX, XLSX, PPTX, JPEG, PNG, BMP, TIFF, EPUB, DICOM, SVG, XPS...

    docs.aspose.com/pdf/go-cpp/key-features/
  4. Supported File Formats|CAD Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Work with a GIF Format BMP Work with a BMP Format Not yet supported...

    docs.aspose.com/cad/java/getting-started/suppor...
  5. Aspose::Words::LowCode::Replacer::Replace metho...

    Aspose::Words::LowCode::Replacer::Replace method. Replaces all occurrences of a specified character string pattern with a replacement string in the input stream using a regular expression, with the specified save format and additional options in C++....the output format is an image (BMP, EMF, EPS, GIF, JPEG, PNG, or...the output format is an image (BMP, EMF, EPS, GIF, JPEG, PNG, or...

    reference.aspose.com/words/cpp/aspose.words.low...
  6. Convert PDF to PNG in C++ | products.aspose.com

    Convert PDF to PNG in C++. Use C++ library API to convert PDF files to PNGs...System :: SharedPtr < Bitmap > bmp = pres -> get_Slides() -> idx_get(i)...Save the image in PNG format bmp -> Save(outputFilePath, ImageFormat...

    products.aspose.com/slides/cpp/conversion/pdf-t...
  7. Convert PDF to Image in C++ | products.aspose.com

    Convert PDF to Image in C++. Use C++ library API to convert PDF files to Images...System :: SharedPtr < Bitmap > bmp = pres -> get_Slides() -> idx_get(i)...Save the image in PNG format bmp -> Save(outputFilePath, ImageFormat...

    products.aspose.com/slides/cpp/conversion/pdf-t...
  8. Convert HTML to JPG in PHP | products.aspose.com

    Convert HTML to JPG in PHP. Use PowerPoint PHP API to convert HTML files to JPG...getSlides () -> size ()); $i ++ ) { $bmp = $pres -> getSlides () -> get_Item...jpg" ); $imageio -> write ($bmp, "JPG" , $javafile); } } finally...

    products.aspose.com/slides/php-java/conversion/...
  9. Convert Image to JPG in PHP | products.aspose.com

    Convert Image to JPG in PHP. Use PowerPoint PHP API to convert Image files to JPG...getSlides () -> size ()); $i ++ ) { $bmp = $pres -> getSlides () -> get_Item...jpg" ); $imageio -> write ($bmp, "JPG" , $javafile); } } finally...

    products.aspose.com/slides/php-java/conversion/...
  10. Convert JPG to Image in PHP | products.aspose.com

    Convert JPG to Image in PHP. Use PowerPoint PHP API to convert JPG files to Image...getSlides () -> size ()); $i ++ ) { $bmp = $pres -> getSlides () -> get_Item...png" ); $imageio -> write ($bmp, "PNG" , $javafile); } } finally...

    products.aspose.com/slides/php-java/conversion/...