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:...Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
GroupDocs.Conversion for Python via .NET free conversion Api version is available to evaluate the Api which will be similar to licensed version but with few limitations....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
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:...Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This Api allows you to perform text search and index any type of File format using C# .NET language on any platform....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Comparison Product Family GroupDocs...
How to run examples using Maven and Eclipse IDE....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
The Example in this article demonstrates how to update metadata properties using a combination of criteria...Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
Discover how to read metadata from PPTX using C# without the need for additional software installation. Explore a code example how to read metadata of PPTX using C#....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Comparison Product Family GroupDocs...
Discover how to swiftly remove metadata from XLSX using Java. You'll also find code snippet that illustrates the process of how to delete metadata from XLSX in Java....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Comparison Product Family GroupDocs...
Learn how to quickly remove metadata from XLSX using C#. In addition, you'll find a code snippet demonstrating the process of how to delete metadata from XLSX in C#....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Comparison Product Family GroupDocs...
This article demonstrates how to convert PowerPoint presentations of PPT, PPTX, ODP to other formats with couple lines of Java code....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...