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:...Annotation Product Solution GroupDocs...metadata for specific formats / Images / Working with BMP metadata...
In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for Java....Annotation Product Solution GroupDocs...detailed consisting of digital images, audio/video clips, and hand...
GroupDocs.Merger for Python via .NET is a powerful API to merge several documents into one, split single document to multiple documents, reorder or replace document pages, change page orientation, manage document protection, render documents as Images and more....Annotation Product Solution GroupDocs...feature allows to generate image representations of document...
Download from GitHub The complete examples package of GroupDocs.Metadata is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favourite Github client.
In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like the following Image:
Open IntelliJ Idea and import the project to get started with it....Annotation Product Solution GroupDocs...will look like the following image: Open IntelliJ Idea and import...
Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Text Document format. Common Master-Detail in Text Document Note This feature is supported by version 17.3.0 or greater. Reporting Requirement As a report developer, you are required to represent the information of the customers and products with the following key requirements:
It must associate the customers with their products Report must be generated in the HTML Document Adding Syntax to be evaluated by GroupDocs....Annotation Product Solution GroupDocs...Advanced Usage / Working with Image Reports - Common Master-Detail...
This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .Java applications....Annotation Product Solution GroupDocs...Excel spreadsheet document as image link inside of predefined cell...
This article shows how to access XMP metadata in a file of any supported format....Annotation Product Solution GroupDocs...gets XMP properties of a PNG image and displays them on the screen...
This article shows how to access XMP metadata in a file of any supported format....Annotation Product Solution GroupDocs...gets XMP properties of a PNG image and displays them on the screen...
Access, read, update, add custom packages, and remove XMP metadata using GroupDocs.Metadata for Python via .NET....Annotation Product Solution GroupDocs...gets XMP properties of a PNG image and displays them on the screen...