Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 150,823 for

load

(0.37 sec)
  1. Converting WMF and EMF to Other Image Formats|D...

    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....topic explains the approach to load existing metafiles and convert...provides the Image class to load WMF files and same can be used...

    docs.aspose.com/imaging/java/converting-wmf-and...
  2. Working With PSB Files|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....topic explains the approach to load the existing PSB file and convert...provides the Load method exposed by Image class to load PSB files...

    docs.aspose.com/psd/java/working-with-psb-files/
  3. Aspose.PSD for Java 23.9 - Release Notes|Docume...

    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....area” Bug PSDJAVA-534 Image loading failed. OverflowException:...PsdImage im = ( PsdImage ) Image . load ( srcFile )) { im . addBlackWhiteAdjustm...

    docs.aspose.com/psd/java/aspose-psd-for-java-23...
  4. Aspose.PSD for Python via .NET 25.4 - Release N...

    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.... load ( inputFile ) as image : image..."AllTypesLayerPsd2_ok.psd" with PsdImage . load ( inputFile ) as psdImage :...

    docs.aspose.com/psd/python-net/aspose-psd-for-p...
  5. Loading the image throws an error 'Image loadin...

    I have a tif file which is to be converted to pdf file. To Load the image, i tried passing tif file as the documentStream in => skbitmap = SKBitmap.Decode(documentStream); //the value of skbitmap becoming Null. second…...Loading the image throws an error 'Image loading failed.' Aspose...be converted to pdf file. To load the image, i tried passing tif...

    forum.aspose.com/t/loading-the-image-throws-an-...
  6. Aspose.PSD for Java 25.12 - Release Notes|Docum...

    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.... load ( sourceFile )) { image . save...image = ( AiImage ) Image . load ( sourceFile )) { image . save...

    docs.aspose.com/psd/java/aspose-psd-for-java-25...
  7. Your First Aspose.Diagram Application - Hello W...

    This page describes how to create first application with Aspose.Diagram library....Diagram to load a diagram. InputStream stream...//Call the diagram constructor to load diagram from a VSDX stream Diagram...

    docs.aspose.com/diagram/java/your-first-aspose-...
  8. Aspose.PSD for .NET 25.4 - Release Notes|Docume...

    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.... Load ( inputFile )) { image . Save...psdImage = ( PsdImage ) Image . Load ( inputFile )) { // Should be...

    docs.aspose.com/psd/net/aspose-psd-for-net-25-4...
  9. DXF Drawings|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....CAD provides the feature to load AutoCAD DXF drawing entities...follows: Load DXF drawing file using the Image.load factory method...

    docs.aspose.com/cad/python-net/dxf-drawings/
  10. Adjusting Brightness, Contrast and Gamma in PHP...

    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....adjust_brightness ( $dataDir = null ){ \ # Load an existing image $image = new...Image (); $image = $image -> load ( $dataDir . "test.jpg" ); \...

    docs.aspose.com/imaging/java/adjusting-brightne...