Sort Score
Result 10 results
Languages All
Labels All
Results 6,191 - 6,200 of 283,793 for

image

(0.11 sec)
  1. Convert CDR to DICOM via Java | products.aspose...

    Sample code for CDR to DICOM Java conversion. Use API example code for batch CDR files to DICOM conversion within any Web or Desktop Java based application....Imaging Java Conversion CDR to DICOM...any image editor or 3rd-party libraries. Aspose.Imaging for Java...

    products.aspose.com/imaging/java/conversion/cdr...
  2. Convert EPS to JP2 via Java | products.aspose.com

    Sample code for EPS to JP2 Java conversion. Use API example code for batch EPS files to JP2 conversion within any Web or Desktop Java based application....Imaging Java Conversion EPS to JP2...any image editor or 3rd-party libraries. Aspose.Imaging for Java...

    products.aspose.com/imaging/java/conversion/eps...
  3. Convert WMF to DICOM via Java | products.aspose...

    Sample code for WMF to DICOM Java conversion. Use API example code for batch WMF files to DICOM conversion within any Web or Desktop Java based application....Imaging Java Conversion WMF to DICOM...any image editor or 3rd-party libraries. Aspose.Imaging for Java...

    products.aspose.com/imaging/java/conversion/wmf...
  4. Compress DOC In C++

    Compress DOC in C++ without losing quality. Optimize DOC content, reduce file size easily....for image compression. auto image = System::Drawing::Image:: Fromstream...ToStream ()); // ... // Compress image and set it back to the shape...

    products.aspose.com/words/cpp/compress/doc/
  5. Convert DICOM to WMF via Java | products.aspose...

    Sample code for DICOM to WMF Java conversion. Use API example code for batch DICOM files to WMF conversion within any Web or Desktop Java based application....Imaging Java Conversion DICOM to WMF...any image editor or 3rd-party libraries. Aspose.Imaging for Java...

    products.aspose.com/imaging/java/conversion/dic...
  6. Convert JP2 to HTML via Java | products.aspose.com

    Sample code for JP2 to HTML Java conversion. Use API example code for batch JP2 files to HTML conversion within any Web or Desktop Java based application....Imaging Java Conversion JP2 to HTML...any image editor or 3rd-party libraries. Aspose.Imaging for Java...

    products.aspose.com/imaging/java/conversion/jp2...
  7. Compress WORD In C++

    Compress WORD in C++ without losing quality. Optimize WORD content, reduce file size easily....for image compression. auto image = System::Drawing::Image:: FromStream...ToStream ()); // ... // Compress image and set it back to the shape...

    products.aspose.com/words/cpp/compress/word/
  8. Merge SVG to PNG in Python | products.aspose.com

    Merge SVG to PNG in Python. Use Python library API to combine SVG and PNG files...library for merging SVG to PNG images using Python code Download...and manipulate presentations, images, and other files. When you...

    products.aspose.com/slides/python-net/merge/svg...
  9. Aspose.PSD for Java 23.9 - 发行说明|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....PsdImage im = ( PsdImage ) Image . load ( srcFile )) { im . ...PsdImage im = ( PsdImage ) Image . load ( dstFile )) { Layer...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  10. TIF 轉成PDF後頁面會縮小無法滿版 - Free Support Forum - aspo...

    TIF 轉成PDF後頁面會縮小, 如何可以滿版? 以下是程式碼片段 using (FileStream fs = new FileStream($“D:\IMG2PDF.tif”, FileMode.Open, FileAccess.Read)) { // Create a new Document object Document pdfDocument = new Document(); // Ad…...// Create an image object Aspose.Pdf.Image image = new Aspose...Aspose.Pdf.Image(); // Set the image stream image.ImageStream = fs;...

    forum.aspose.com/t/tif-pdf/293699