Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 1,054 for

xmp

(0.03 sec)
  1. Working with metadata in JPEG2000 images | Docu...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....comment ); } } } Working with XMP metadata GroupDocs.Metadata for...for .NET also allows managing XMP metadata in JPEG2000 images....

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...TranslatedKeyword ); } } } Working with XMP metadata GroupDocs.Metadata for...for .NET allows managing XMP metadata in PNG images. For more...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. GroupDocs.Metadata for Node.js overview | Docum...

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....notable metadata standards: XMP, EXIF, IPTC, Image Resource Blocks...popular metadata standards: XMP, EXIF, IPTC, Image Resource Blocks...

    docs.groupdocs.com/metadata/nodejs-java/product...
  4. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....getTranslatedKeyword ()); } } } Working with XMP metadata GroupDocs.Metadata for...for Java allows managing XMP metadata in PNG images. For more...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // .... } } Working with XMP metadata GroupDocs.Metadata for...for .NET allows managing XMP metadata in AVI files. For more...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Handling metadata in WAV files | Documentation

    This article explains about the API supports extracting metadata from WAV files... } } Working with XMP metadata GroupDocs.Metadata for...for Java also allows managing XMP metadata in WAV files. For more...

    docs.groupdocs.com/metadata/java/handling-metad...
  7. MP3 Tags Editor – View & Edit MP3 Tags

    Discover ways to view and edit MP3 metadata. Either edit MP3 Tags online or do it programmatically using C# & Java....Java Manage XMP and EXIF Data using C# Manage XMP and EXIF Data...

    blog.groupdocs.com/metadata/view-edit-mp3-tags/
  8. GroupDocs.Metadata Overview | Documentation

    The metadata is a data which shows information about other data. It should not be considered as the content of the data. Various types of metadata are existed such as, descriptive, structural, administrative, reference, statistical and legal metadata....notable metadata standards: XMP, EXIF, IPTC, Image Resource Blocks...popular metadata standards: XMP, EXIF, IPTC, Image Resource Blocks...

    docs.groupdocs.com/metadata/net/product-overview/
  9. GroupDocs.Metadata for Python overview | Docume...

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....notable metadata standards: XMP, EXIF, IPTC, Image Resource Blocks...popular metadata standards: XMP, EXIF, IPTC, Image Resource Blocks...

    docs.groupdocs.com/metadata/python-net/product-...
  10. Handling metadata in WAV files | Documentation

    This article explains about the API supports extracting metadata from WAV files... } } Working with XMP metadata GroupDocs.Metadata for...for .NET also allows managing XMP metadata in WAV files. For more...

    docs.groupdocs.com/metadata/net/handling-metada...