Compare and merge more than two MOBI files in C# .NET applications. Retrieve differences summary in content, text & style of MOBI files, Images and document formats....API for comparing multiple images and documents of the same format...diagrams, Outlook emails, HTML, drawings and image file formats without...
Java API To create and Annotate popular annotation types from WMF, Images, drawings and document file formats....exporting annotations from images and various other documents...Excel, PowerPoint, Outlook emails, Visio, Adobe, OpenDocument...
Java API To create and Annotate popular annotation types from DCM, Images, drawings and document file formats....exporting annotations from images and various other documents...Excel, PowerPoint, Outlook emails, Visio, Adobe, OpenDocument...
Java API To create and Annotate popular annotation types from BMP, Images, drawings and document file formats....exporting annotations from images and various other documents...Excel, PowerPoint, Outlook emails, Visio, Adobe, OpenDocument...
Compare and merge more than two HTML files in C# .NET applications. Retrieve differences summary in content, text & style of HTML files, Images and document formats....API for comparing multiple images and documents of the same format...diagrams, Outlook emails, HTML, drawings and image file formats without...
GroupDocs.Total for Java is the super-set of all the Java on-premise APIs offered by GroupDocs. We compile it on a monthly basis To ensure that it contains the most up To date versions of each of our Java document manipulation APIs....and manipulate documents and images within your Java applications...with over 170 document and image formats, including text documents...
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...
Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM Images.
The following are the steps To read the native DICOM metadata.
Load a DICOM Image Get the root metadata package Extract the native metadata package using the DicomRootPackage.getDicomPackage method Read the DICOM metadata properties examples.advanced_usage.managing_metadata_for_specific_formats.Image.dicom.DicomReadNativeMetadataProperties
try (Metadata metadata = new Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System....metadata for specific formats / Images / Working with DICOM metadata...format-specific information from DICOM images. The following are the steps...
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...
This article shows how To access XMP metadata in a file of any supported format....gets XMP properties of a PNG image and displays them on the screen...Schemes . DublinCore . Format = "image/gif" ; root . XmpPackage . Schemes...