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....Conversion Product Solution GroupDocs...formats / Images / Working with metadata in GIF images Working...
Reading PhoToshop Metadata properties The GroupDocs Metadata API allows the user To read Adobe PhoToshop metadata associated with a PSD Image. For more information on the PhoToshop file format and metadata blocks please refer To the specification: https://www.adobe.com/devnet-apps/phoToshop/fileformatashtml/.
The code sample below demonstrates how To extract Image resource blocks (building blocks of the PhoToshop file format) from a PSD Image.
Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks advanced_usage....Conversion Product Solution GroupDocs...formats / Images / Working with metadata in PSD images Working...
GroupDocs.Viewer for Node.js enables you To convert files To HTML, PNG, JPEG, Pdf file formats, and save attachments without relying on third-party applications. GroupDocs.Viewer for Node.js is cross-platform class library....Conversion Product Solution GroupDocs...documents in the (DOCX, XLSX, PPTX, PDF, DWG, PSD, HTML, ZIP, and more)...
This article explains that how To integrate any paid or free OCR solution in Java....Conversion Product Solution GroupDocs...Usage / Using OCR to redact image documents / OCR Usage Basics...
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 FileType property To obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties
using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Conversion Product Solution GroupDocs...formats / Images / Working with metadata in GIF images Working...
This article explains how digitally esign documents with certificates using GroupDocs.Signature API...Conversion Product Solution GroupDocs...appearance on document pages. PDF document format supports digital...
This Topic explains how To get document pages preview as Images with various options by GroupDocs.Signature API....Conversion Product Solution GroupDocs...creation (see event handler ); image preview format - PNG / JPG /...
This article explains how To detect document file type, size and calculate pages count with GroupDocs.Watermark....Conversion Product Solution GroupDocs...represents the document file type (PDF, Word document, Excel spreadsheet...
This article explains how To fill signature background with texture brush...Conversion Product Solution GroupDocs...signature background with image for Text and Image signature types Here...