Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/layout/reftests/image/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 944 B image not shown  

Quelle  image-orientation-from-image.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/layout/reftests/image/image-orientation-from-image.html


<!DOCTYPE>
<head>
  <style>
    body {
      border:  0px;
      margin:  0px;
      padding: 0px;
    }
    img {
      image-orientation: from-image;
      border:  50px solid black;
      margin:  50px;
      padding: 50px;
    }
  </style>
</head>
<body>
  <img id="image">

  <script>
    var orientationInfo = location.search.substring(1).split("&");
    var angle = orientationInfo[0];
    var flip = orientationInfo[1] == "flip" ? true : false;

    // Determine the final image file. 'none' is special-cased since its
    // filename doesn't quite follow the same pattern as the others.
    var imageFile;
    if (angle == "none") {
      imageFile = "image-exif-none.jpg";
    } else {
      var imageFile = "image-exif-"
                    + angle
                    + "-deg"
                    + (flip ? "-flip" : "")
                    + ".jpg";
    }

    document.getElementById('image').src = imageFile;
  </script>
</body>

Messung V0.5 in Prozent
C=100 H=100 G=100

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-06-07) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.