Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information.
Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties
try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Along with full featured Java library we provide simple, but powerful...
This article explains how to provide advanced search for metadata electronic signatures with GroupDocs.Signature API....NET library we provide simple, but powerful...
This article explains how to implement custom serialization for Metadata electronic signatures.... By default library uses json format serialization...Along with full-featured .NET library we provide simple, but powerful...
This article explains how to implement custom encryption for Metadata electronic signatures.... By default library uses json format serialization...Along with full-featured .NET library we provide simple, but powerful...
Convert XLSX to DOCX using Python to automate document generation. Learn how to export XLSX to DOCX in Python while retaining structured layout and formatting....environment with the recommended library. Load your Excel file using...
In this article, you will explore how to convert DOCX to DOC using Java without installing extra software. Also, we will provide the code to export DOCX to DOC in Java....the recommended conversion library and made any necessary changes...
Within this article, you'll discover how to render PDF as PNG using Java. By following our detailed instructions, you can seamlessly convert PDF to PNG....seamlessly configured the suggested library and made the required file...
In this guide, we will walk you through the steps to add text signature to RTF using C#. we will supply you with code example to insert text signature to RTF in C#....the recommended signature library and making the required file...
Learn how to export PDF to BMP using Python. This guide shows how to convert PDF to BMP using Python for legacy systems, archiving, and specialized workflows....leveraging the recommended library, you can automate the process...