Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 10,066 for

images

(0.24 sec)
  1. Read XMP Metadata in AVI Videos With GroupDocs....

    Team GroupDocs is really pleased to announce the release of GroupDocs.Metadata for .NET version 17.6.0. Four new features and a bug fix are introduced in this regular monthly release of the API. The latest version of the API has focused mainly on adding features related to the image format. It now allows reading maker notes in JPEG Images along with providing the ability to parse additional IFD tags like SByte, SShort, SRational and SLong in supported image formats....adding features related to the image format. It now allows reading...reading maker notes in JPEG images along with providing the ability...

    blog.groupdocs.com/metadata/read-xmp-metadata-a...
  2. Merge files | GroupDocs

    This article explains how to merge files of PDF, Microsoft Word, Excel and PowerPoint and other formats using GroupDocs.Merger for Python via .NET API.... All content — text, images, tables, graphs, forms, and...merge: See also Merge HTML Merge images Merge PDF Merge Word documents...

    docs.groupdocs.com/merger/python-net/merge/
  3. How to install the libgdiplus library | GroupDocs

    Install libgdiplus for GroupDocs.Metadata for Python via .NET. Resolves image processing issues on Ubuntu, CentOS, and macOS....you process images (or documents that contain images) with GroupDocs...

    docs.groupdocs.com/metadata/python-net/getting-...
  4. Get changes coordinates | GroupDocs

    This article explains how to obtain coordinates for detected changes at a document pages preview when compare documents with GroupDocs.Comparison for Java...coordinates at document preview images. These coordinates can be useful...changes at the document preview images. To get the changes coordinates...

    docs.groupdocs.com/comparison/java/get-changes-...
  5. Get changes coordinates | GroupDocs

    This article explains how to obtain coordinates for detected changes at a document pages preview when compare documents with GroupDocs.Comparison for .NET...coordinates at document preview images. These coordinates can be useful...changes at the document preview images. To get the changes coordinates...

    docs.groupdocs.com/comparison/net/get-changes-c...
  6. input.xlsx

    Sheet1 Years Some values 2010 111 2011 222 2012 555 2013 333 2014 444 2015 777 Some values 2010 2011 2012 2013 2014 2015 111 222 555 333 444 777 Excel Sample Worksheet Some values 2010 2011 2012 20......50+ types of documents and images, including PDF, Microsoft Word...first rasterizes documents to images and renders text in a separate...

    docs.groupdocs.com/metadata/python-net/_sample_...
  7. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert PDF files to HTML, PNG, and JPEG formats....Render PDF documents as HTML and image files Leave feedback On this...convert the document to HTML or image format. These methods allow...

    docs.groupdocs.com/viewer/java/render-pdf-docum...
  8. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.Imagesize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...metadata for specific formats / Images / Working with BMP metadata...header of a BMP file. a BMP image Get the root metadata package...

    docs.groupdocs.com/metadata/net/working-with-bm...
  9. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImagesize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...metadata for specific formats / Images / Working with BMP metadata...header of a BMP file. a BMP image Get the root metadata package...

    docs.groupdocs.com/metadata/java/working-with-b...
  10. Features overview | GroupDocs

    GroupDocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....Watermark A watermark is an image or text that is intentionally...superimposed onto document or image. Its purpose is to make it more...

    docs.groupdocs.com/watermark/net/features-overv...