Sort Score
Result 10 results
Languages All
Labels All
Results 2,961 - 2,970 of 41,819 for

images

(0.12 sec)
  1. SaveOptions.FolderPath Property - GroupDocs.Com...

    Gets or sets the folder path for saving result Images(For Imaging Comparison only)....path for saving result images(For Imaging Comparison only). Namespace:...

    apireference.groupdocs.com/comparison/net/group...
  2. FileType - GroupDocs.Search for Java - API Refe...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......BMP represent Bitmap Image files that are used to store...store bitmap digital images. static FileType CHM The CHM file format...

    apireference.groupdocs.com/search/java/com.grou...
  3. Working with BMP metadata | Documentation

    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:...metadata for specific formats / Images / Working with BMP metadata...header of a BMP file. a BMP image Get the root metadata package...

    docs.groupdocs.com/metadata/net/working-with-bm...
  4. Working with BMP metadata | Documentation

    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:...metadata for specific formats / Images / Working with BMP metadata...header of a BMP file. a BMP image Get the root metadata package...

    docs.groupdocs.com/metadata/java/working-with-b...
  5. TIF | GroupDocs.Viewer for .NET API Reference

    Tagged Image File .tif represents raster Images that are meant for usage on a variety of devices that comply with this file format standard. It is capable of describing bilevel grayscale palettecolor and fullcolor image data in several color spaces. Learn more about this file format herehttps//wiki.fileformat.com/image/tiff....field Tagged Image File (.tif) represents raster images that are...palette-color and full-color image data in several color spaces...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  6. DicomXmpType | GroupDocs.Signature for .NET API...

    Supported types of XMP data for DICOM Images .dcm....types of XMP data for DICOM images (.dcm). public enum DicomXmpType...

    reference.groupdocs.com/signature/net/groupdocs...
  7. PreviewOptions.Height Property - GroupDocs.Sign...

    Gets or sets preview Images height....Property Gets or sets preview images height. Namespace: GroupDocs...

    apireference.groupdocs.com/signature/net/groupd...
  8. SaveOptions Properties - GroupDocs.Comparison f...

    Gets or sets a value indicating whether to clone metadata to target document or not....path for saving result images(For Imaging Comparison only). Password...

    apireference.groupdocs.com/comparison/net/group...
  9. PreviewOptions.PageNumbers Property - GroupDocs...

    Gets or sets preview Images page numbers....Property Gets or sets preview images page numbers. Namespace: GroupDocs...

    apireference.groupdocs.com/signature/net/groupd...
  10. Document Parsing API on GroupDocs Blog | Docume...

    Document Parsing API on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Document Parsing API on GroupDocs Blog | Document Automation Solutions for .NET &......but you can also extract the images and metadata properties from...metadata extraction, extraction of images and the list goes on. Get Information...

    blog.groupdocs.com/tag/document-parsing-api/ind...