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....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to save signed image with various image formats by GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...
This topic explains how to verify QR-code electronic signatures with GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to search for Barcode in the document with few lines of code over GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to locate signature in the footer and header of Word document....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to delete Text electronic signatures with GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to update Barcode electronic signatures with GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...
Render documents to HTML, PDF, JPEG, or PNG with GroupDocs.Viewer for Python via .NET. Simple and powerful!...app conholdate.com conholdate.cloud conholdate.app containerize...