Sort Score
Result 10 results
Languages All
Labels All
Results 4,111 - 4,120 of 13,303 for

2024

(0.19 sec)
  1. Working with metadata in GIF images | Documenta...

    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....Products Support © Groupdocs 2001-2024. All Rights Reserved. Privacy...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. sin() - CSS: Cascading Style Sheets | MDN

    The sin() CSS function is a trigonometric function that returns the sine of a number, which is a value between -1 and 1. The function contains a single calculation that must resolve to either a or an by interpreting the result of the argument as radians. That is, sin(45deg), sin(0.125turn), and sin(3.14159 / 4) all represent the same value, approximately 0.707....was last modified on Jun 22, 2024 by . View this page on GitHub...

    developer.mozilla.org/en-US/docs/Web/CSS/sin
  3. :indeterminate - CSS: Cascading Style Sheets | MDN

    The :indeterminate CSS pseudo-class represents any form element whose state is indeterminate, such as checkboxes that have been set to an indeterminate state with JavaScript, radio buttons which are members of a group in which all radio buttons are unchecked, and elements with no value attribute....was last modified on Sep 20, 2024 by . View this page on GitHub...

    developer.mozilla.org/en-US/docs/Web/CSS/:indet...
  4. <header> - HTML | MDN

    HTML-элемент
    представляет собой вводный контент, обычно группу вводных или навигационных средств. Он может содержать другие элементы-заголовки, а также логотип, форму поиска, имя автора и другие элементы.... 2024 г. by . View this page on GitHub...

    developer.mozilla.org/ru/docs/Web/HTML/Element/...
  5. GroupDocs.Conversion - Performance Optimization...

    Hi, I am currently facing performance issues when converting various document files to PDF and rendering them in a web browser using GroupDocs.Conversion. The process is taking anywhere from 30 seconds to 1 minute, whic…...tahir January 30, 2024, 6:04pm 7 @vusal To enhance...

    forum.groupdocs.com/t/groupdocs-conversion-perf...
  6. Convert to Image with advanced options | Docume...

    Follow this guide and learn how to convert documents to image with height, width, resolution, brightness and other customizations using GroupDocs.Conversion for Node.js via Java....Products Support © Groupdocs 2001-2024. All Rights Reserved. Privacy...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  7. Redaction Basics | Documentation

    This article shows that how Java developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Products Support © Groupdocs 2001-2024. All Rights Reserved. Privacy...

    docs.groupdocs.com/redaction/java/redaction-bas...
  8. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how to use Microsoft Azure Computer Vision API...Products Support © Groupdocs 2001-2024. All Rights Reserved. Privacy...

    docs.groupdocs.com/redaction/net/use-microsoft-...
  9. <dialog> - HTML: Lenguaje de etiquetas de hiper...

    El elemento HTML representa una caja de diálogo u otro componente interactivo, como inspector o ventana....was last modified on 12 nov 2024 by . View this page on GitHub...

    developer.mozilla.org/es/docs/Web/HTML/Element/...
  10. Extracting MakerNote Metadata | Documentation

    What is MakerNote? MakerNote metadata refers to image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote Properties in the Form of TIFF/EXIF Tags Utilizing the GroupDocs....Products Support © Groupdocs 2001-2024. All Rights Reserved. Privacy...

    docs.groupdocs.com/metadata/net/extracting-make...