Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 3,574 for

image signature

(0.03 sec)
  1. Save image by custom strategy | GroupDocs

    The listed articles below explain how to control how Images are saved when a document is saved to Markdown format....Signature Product Solution GroupDocs...Advanced usage / Saving image strategy / Save image by custom strategy...

    docs.groupdocs.com/markdown/python-net/custom-s...
  2. Image search in network | GroupDocs

    This page contains information about reverse Image search in the search network....Signature Product Solution GroupDocs...Usage / Scaling / Image search in network Image search in network...

    docs.groupdocs.com/search/java/image-search-in-...
  3. Save image as base64 | GroupDocs

    The listed articles below explain how to embed Images as Base64 strings directly in the Markdown....Signature Product Solution GroupDocs...Saving image strategy / Save image as base64 Save image as base64...

    docs.groupdocs.com/markdown/python-net/as-base6...
  4. Extracting common image information | GroupDocs

    For all supported Image formats the GroupDocs.Metadata API allows extracting common Image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an Image Extract the root metadata package Use the getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.Image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Signature Product Solution GroupDocs...specific formats / Images / Extracting common image information Extracting...

    docs.groupdocs.com/metadata/java/extracting-com...
  5. Adjust the image size | GroupDocs

    Check this guide to learn how to adjust PNG and JPG Images size when rendering documents with Image Viewer by GroupDocs for Java....Signature Product Solution GroupDocs...JPEG / Adjust the image size Adjust the image size Leave feedback...

    docs.groupdocs.com/viewer/java/image-viewer-adj...
  6. Add text or image watermark | GroupDocs

    This article shows how to add watermark and save resultant document. It is capable to add watermark to Image or documents....Signature Product Solution GroupDocs.../ Add text or image watermark Add text or image watermark Leave...

    docs.groupdocs.com/watermark/java/add-text-or-i...
  7. Save image as base64 | GroupDocs

    The listed articles below explain how to embeds Images as Base64 strings directly in the Markdown....Signature Product Solution GroupDocs...Saving image strategy / Save image as base64 Save image as base64...

    docs.groupdocs.com/markdown/net/as-base64-strat...
  8. Save image by custom strategy | GroupDocs

    The listed articles below explain how to user control how Images are saved when a document is saved to Markdown format....Signature Product Solution GroupDocs...Advanced usage / Saving image strategy / Save image by custom strategy...

    docs.groupdocs.com/markdown/net/custom-strategy/
  9. Load Image Documents with Options | GroupDocs

    Learn how to use ImageLoadOptions to configure Image document loading in GroupDocs.Conversion for .NET. Control format specification, font handling, and more....Signature Product Solution GroupDocs...types / Load Image Documents with Options Load Image Documents with...

    docs.groupdocs.com/conversion/net/load-image-do...
  10. Specify the JPEG image quality | GroupDocs

    Adjust JPEG Images quality when rendering documents to PDF with GroupDocs.Viewer for Java...Signature Product Solution GroupDocs...Specify the JPEG image quality Specify the JPEG image quality Leave...

    docs.groupdocs.com/viewer/java/adjust-jpeg-imag...