This commit is contained in:
Harald G. Mueller 2022-05-15 21:40:59 +02:00
parent f42263a6e8
commit ece6212caa
409 changed files with 429664 additions and 0 deletions

View File

@ -0,0 +1,4 @@
25% LB1 Zahlensysteme, Umrechnungen, Bitwerte
25% LB2 Binäre Anwendungen, Komprimierungen
25% LB3 Kryptologie, Verschlüsselung
25% Lernjournal (Abgabe: laufend)

BIN
m114/Tag1/1 Intro.pdf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,30 @@
M114 Prä-Instruktion Tag 1
---------------------------
Regeln:
Im 1. Schritt: Nicht nachschlagen. Vermutungen sind auch gut!
Nach 15 min: Jetzt können Sie im Internet Recherchen machen.
-------------------------------------------------------------
Auf wieviel können Sie mit den Fingern zählen?
Was heissen folgende Präfixe (=Vorsilben), bzw. welche Zahlen bezeichnen sie?
- kilo
- mega
- giga
- milli
- mikro
- nano
Was bedeuten diese Abkürzungen ausgeschrieben?
bezüglich Codierung
- ASCII
- ANSI
- UTF
bezüglich Farben:
- RGB
- CMYK
bezüglich Dateiformaten
- PDF
- GIF
- JPEG oder JPG

BIN
m114/Tag2/3 Codes.pdf Normal file

Binary file not shown.

BIN
m114/Tag2/Barcode.pdf Normal file

Binary file not shown.

BIN
m114/Tag2/Codes.pdf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

BIN
m114/Tag2/M114-Codes2.pdf Normal file

Binary file not shown.

BIN
m114/Tag2/M114-Codes3.pdf Normal file

Binary file not shown.

BIN
m114/Tag2/M114-Codes4.pdf Normal file

Binary file not shown.

BIN
m114/Tag2/M114-Intro.pdf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Binary file not shown.

BIN
m114/Tag2/Unicode.pdf Normal file

Binary file not shown.

BIN
m114/Tag2/WT-Gray.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

View File

@ -0,0 +1,24 @@
M114 Prä-Instruktion Tag 1
---------------------------
Regeln:
Im 1. Schritt: Nicht nachschlagen. Vermutungen sind auch gut!
Nach 15 min: Jetzt können Sie im Internet Recherchen machen.
-------------------------------------------------------------
Beschreiben Sie, wie ein Morse-Code funktioniert.
Zeigen Sie Ihrem Nachbarn, wie Sie mit 4 Fingern auf 16 zählen.
Was ergibt x hoch 0 ?
Was heisst 2 auf Italienisch?
Was heisst 4 auf Altgriechisch?
Was heisst 6 auf Altgriechisch?
Was heisst 10 auf Italienisch?
Was sind "Tetraden" in der Mathematik?
Welchen ASCII-Dezimalwert hat das @-Zeichen?
http://www.mathematische-basteleien.de/tetrade.htm
http://www.asciitable.com

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,3 @@
1. Was muss man beachten wenn man ein 2er Komplement macht?
2. Was ist die negativste Zahl wenn man eine 4 Bit Zahl hat?

Binary file not shown.

View File

@ -0,0 +1,4 @@
1. welches Komplement hat das Redundanzproblem behoben?
2. Was ergibt 1001 -1111 ?
3. Was hat das 1-er Komplement für Nachteile? Nenne einen
4. Was ergibt 0110 + 1101 ?

Binary file not shown.

Binary file not shown.

BIN
m114/Tag3/MP3/Hula-Hoop.mp3 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 KiB

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,42 @@
M114 Tag3 Lernstandsanalyse
---------------------------
X hoch 0 = ?
1 (dez) = ???? (bin)
10 (dez) = ???? (bin)
126 (dez) = ???? ???? (bin)
1298 (dez) = ???? ???? (bin)
4 (dez) = ? (hex)
15 (dez) = ? (hex)
32 (dez) = ?? (hex)
1298 (dez) = ??? (hex)
0001 (bin) = ? (dez)
1111 (bin) = ? (dez)
10'1010 (bin) = ?? (dez)
101'1001 (bin) = ?? (dez)
3 (hex) = ? (dez) = ???? (bin)
5 (hex) = ? (dez) = ???? (bin)
A (hex) = ? (dez) = ???? (bin)
F (hex) = ? (dez) = ???? (bin)
5AF3 (hex) = ??'??? (dez)
5AF3 (hex) = ???? ???? (bin)
--> was fällt hier auf?
wobei 16 hoch 2 = 256
wobei 16 hoch 3 =4096
für die Ehrgeizigen und Schnellen
23'283 (dez) = ???? (hex)
1011'1011 (bin) = ??? (dez)
https://www.youtube.com/watch?v=cKvAUzqDdJI (15:50 min)
https://www.youtube.com/watch?v=-6Je-FuAufk ( 6:34 min)
https://www.youtube.com/watch?v=6WsI95N0QKU ( 4:35 min)

View File

@ -0,0 +1,29 @@
Anderes Wort für invertieren?
Was ist der unterschied zwischen 1er und 2er Komplement?
Wie ist eine Bitmap aufgebaut?
Was muss man beachten wenn man ein 2er Komplement macht?
Was ist die negativste Zahl wenn man eine 4 Bit Zahl hat?
welches Komplement hat das Redundanzproblem behoben?
Was ergibt 1001 -1111 ?
Was hat das 1-er Komplement für Nachteile? Nenne einen
Was ergibt 0110 + 1101 ?
Was ist in binär -3?
Warum stehet bei -7 in Binär unendlich viele Eines?
Wie funktioniert 2-er Komplement?
Warum funktioniert die standart Variante (das erste Bit stellt das Vorzeichen dar) nicht?
Was muss beim 1-er Komplement beim Übertrag gemacht werden?
Was macht man beim 2-er Komplement, falls die positive Zahl mehr als 8 beträgt?

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -0,0 +1,73 @@
<!DOCTYPE html>
<html>
<head>
<title>
Huffman Coding Visualization
</title>
<!-- css sheet for how the page is laid out -->
<link rel="stylesheet" href="visualizationPageStyle.css">
<!-- jqueury stuff. Only used for the animation speed slider. -->
<link rel="stylesheet" href="ThirdParty/jquery-ui-1.8.11.custom.css">
<script src="ThirdParty/jquery-1.5.2.min.js"></script>
<script src="ThirdParty/jquery-ui-1.8.11.custom.min.js"></script>
<!-- Javascript for the actual visualization code -->
<script type = "text/javascript" src = "AnimationLibrary/CustomEvents.js"> </script>
<script type = "text/javascript" src = "AnimationLibrary/UndoFunctions.js"> </script>
<script type = "text/javascript" src = "AnimationLibrary/AnimatedObject.js"> </script>
<script type = "text/javascript" src = "AnimationLibrary/AnimatedLabel.js"> </script>
<script type = "text/javascript" src = "AnimationLibrary/AnimatedCircle.js"> </script>
<script type = "text/javascript" src = "AnimationLibrary/AnimatedRectangle.js"> </script>
<script type = "text/javascript" src = "AnimationLibrary/AnimatedLinkedList.js"> </script>
<script type = "text/javascript" src = "AnimationLibrary/HighlightCircle.js"> </script>
<script type = "text/javascript" src = "AnimationLibrary/Line.js"> </script>
<script type = "text/javascript" src = "AnimationLibrary/ObjectManager.js"> </script>
<script type = "text/javascript" src = "AnimationLibrary/AnimationMain.js"> </script>
<script type = "text/javascript" src = "AlgorithmLibrary/Algorithm.js"> </script>
<script type = "text/javascript" src = "AlgorithmLibrary/Huffman.js"> </script>
</head>
<body onload="init();" class="VisualizationMainPage">
<div id = "container">
<div id="header">
<h1>Huffman Coding</h1>
</div>
<div id = "mainContent">
<div id = "algoControlSection">
<!-- Table for buttons to control specific animation (insert/find/etc) -->
<!-- (filled in by javascript code specific to the animtion) -->
<table id="AlgorithmSpecificControls"> </table>
</div>
<!-- Drawing canvas where all animation is done. Note: can be resized in code -->
<canvas id="canvas" width="1000" height="500"></canvas>
<div id = "generalAnimationControlSection">
<!-- Table for buttons to control general animation (play/pause/undo/etc) ->
<!-- (filled in by javascript code, specifically AnimationMain.js) -->
<table id="GeneralAnimationControls"> </table>
</div>
</div> <!-- mainContent -->
<div id="footer">
<p><a href="Algorithms.html">Algorithm Visualizations</a></p>
</div>
</div><!-- container -->
</body>
</html>

File diff suppressed because one or more lines are too long

BIN
m114/Tag4/01_HuffmanLSG.ppt Normal file

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

76
m114/Tag4/03_BWT Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

BIN
m114/Tag5/DCTDemo.ppt Normal file

Binary file not shown.

BIN
m114/Tag5/DCTDemo.zip Normal file

Binary file not shown.

301
m114/Tag5/M114 - Interlace Normal file
View File

@ -0,0 +1,301 @@
<!DOCTYPE html>
<html class="client-nojs" lang="de" dir="ltr">
<head>
<meta charset="UTF-8"/>
<title>Interlacing (Grafiken) Wikipedia</title>
<script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":false,"wgSeparatorTransformTable":[",\t.",".\t,"],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],"wgRequestId":"d3cbf9a2-7ac3-473c-98c2-e11e4575b860","wgCSPNonce":false,"wgCanonicalNamespace":"","wgCanonicalSpecialPageName":false,"wgNamespaceNumber":0,"wgPageName":"Interlacing_(Grafiken)","wgTitle":"Interlacing (Grafiken)","wgCurRevisionId":218032208,"wgRevisionId":218032208,"wgArticleId":418634,"wgIsArticle":true,"wgIsRedirect":false,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["Computergrafik"],"wgPageContentLanguage":"de","wgPageContentModel":"wikitext","wgRelevantPageName":"Interlacing_(Grafiken)","wgRelevantArticleId":418634,"wgIsProbablyEditable":true,"wgRelevantPageIsProbablyEditable":true,"wgRestrictionEdit":[],"wgRestrictionMove":[],
"wgFlaggedRevsParams":{"tags":{"accuracy":{"levels":1}}},"wgStableRevisionId":218032208,"wgVisualEditor":{"pageLanguageCode":"de","pageLanguageDir":"ltr","pageVariantFallbacks":"de"},"wgMFDisplayWikibaseDescriptions":{"search":true,"nearby":true,"watchlist":true,"tagline":true},"wgWMESchemaEditAttemptStepOversample":false,"wgWMEPageLength":2000,"wgNoticeProject":"wikipedia","wgMediaViewerOnClick":true,"wgMediaViewerEnabledByDefault":true,"wgPopupsFlags":4,"wgULSCurrentAutonym":"Deutsch","wgEditSubmitButtonLabelPublish":true,"wgCentralAuthMobileDomain":false,"wgULSPosition":"interlanguage","wgULSisCompactLinksEnabled":true,"wgWikibaseItemId":"Q1666173"};RLSTATE={"ext.globalCssJs.user.styles":"ready","site.styles":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","ext.flaggedRevs.icons":"ready","oojs-ui-core.styles":"ready","oojs-ui.styles.indicators":"ready","mediawiki.widgets.styles":"ready","oojs-ui-core.icons":"ready",
"skins.vector.styles.legacy":"ready","ext.flaggedRevs.basic":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.wikimediaBadges":"ready","ext.uls.interlanguage":"ready","wikibase.client.init":"ready"};RLPAGEMODULES=["site","mediawiki.page.ready","skins.vector.legacy.js","ext.flaggedRevs.advanced","mmv.head","mmv.bootstrap.autostart","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.navigationTiming","ext.cx.eventlogging.campaigns","ext.centralNotice.geoIP","ext.centralNotice.startUp","ext.gadget.WikiMiniAtlas","ext.gadget.OpenStreetMap","ext.gadget.CommonsDirekt","ext.gadget.desktopHauptseite","ext.centralauth.centralautologin","ext.popups","ext.uls.compactlinks","ext.uls.interface","ext.growthExperiments.SuggestedEditSession"];</script>
<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1i9g4",function($,jQuery,require,module){mw.user.tokens.set({"patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});});});</script>
<link rel="stylesheet" href="/w/load.php?lang=de&amp;modules=ext.flaggedRevs.basic%2Cicons%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cmediawiki.widgets.styles%7Coojs-ui-core.icons%2Cstyles%7Coojs-ui.styles.indicators%7Cskins.vector.styles.legacy%7Cwikibase.client.init&amp;only=styles&amp;skin=vector"/>
<script async="" src="/w/load.php?lang=de&amp;modules=startup&amp;only=scripts&amp;raw=1&amp;skin=vector"></script>
<meta name="ResourceLoaderDynamicStyles" content=""/>
<link rel="stylesheet" href="/w/load.php?lang=de&amp;modules=site.styles&amp;only=styles&amp;skin=vector"/>
<meta name="generator" content="MediaWiki 1.39.0-wmf.10"/>
<meta name="referrer" content="origin"/>
<meta name="referrer" content="origin-when-crossorigin"/>
<meta name="referrer" content="origin-when-cross-origin"/>
<meta name="format-detection" content="telephone=no"/>
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/2/27/Adam7_passes.gif"/>
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="1200"/>
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/2/27/Adam7_passes.gif"/>
<meta property="og:image:width" content="800"/>
<meta property="og:image:height" content="800"/>
<meta property="og:image:width" content="640"/>
<meta property="og:image:height" content="640"/>
<meta property="og:title" content="Interlacing (Grafiken) Wikipedia"/>
<meta property="og:type" content="website"/>
<link rel="preconnect" href="//upload.wikimedia.org"/>
<link rel="alternate" media="only screen and (max-width: 720px)" href="//de.m.wikipedia.org/wiki/Interlacing_(Grafiken)"/>
<link rel="alternate" type="application/x-wiki" title="Seite bearbeiten" href="/w/index.php?title=Interlacing_(Grafiken)&amp;action=edit"/>
<link rel="apple-touch-icon" href="/static/apple-touch/wikipedia.png"/>
<link rel="shortcut icon" href="/static/favicon/wikipedia.ico"/>
<link rel="search" type="application/opensearchdescription+xml" href="/w/opensearch_desc.php" title="Wikipedia (de)"/>
<link rel="EditURI" type="application/rsd+xml" href="//de.wikipedia.org/w/api.php?action=rsd"/>
<link rel="license" href="https://creativecommons.org/licenses/by-sa/3.0/"/>
<link rel="canonical" href="https://de.wikipedia.org/wiki/Interlacing_(Grafiken)"/>
<link rel="dns-prefetch" href="//meta.wikimedia.org" />
<link rel="dns-prefetch" href="//login.wikimedia.org"/>
</head>
<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject mw-editable page-Interlacing_Grafiken rootpage-Interlacing_Grafiken skin-vector action-view skin-vector-legacy"><div id="mw-page-base" class="noprint"></div>
<div id="mw-head-base" class="noprint"></div>
<div id="content" class="mw-body" role="main">
<a id="top"></a>
<div id="siteNotice"><!-- CentralNotice --></div>
<div class="mw-indicators">
</div>
<h1 id="firstHeading" class="firstHeading mw-first-heading">Interlacing (Grafiken)</h1>
<div id="bodyContent" class="vector-body">
<div id="siteSub" class="noprint">aus Wikipedia, der freien Enzyklopädie</div>
<div id="contentSub"></div>
<div id="contentSub2"></div>
<div id="jump-to-nav"></div>
<a class="mw-jump-link" href="#mw-head">Zur Navigation springen</a>
<a class="mw-jump-link" href="#searchInput">Zur Suche springen</a>
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="de" dir="ltr"><div class="mw-parser-output"><div class="thumb tright"><div class="thumbinner" style="width:151px;"><a href="/wiki/Datei:Adam7_passes.gif" class="image"><img alt="" src="//upload.wikimedia.org/wikipedia/commons/2/27/Adam7_passes.gif" decoding="async" width="149" height="149" class="thumbimage" data-file-width="149" data-file-height="149" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/Datei:Adam7_passes.gif" class="internal" title="vergrößern und Informationen zum Bild anzeigen"></a></div>Schematische Darstellung des Adam7-Interlacings bei einem 16×16-Pixel-Bild</div></div></div>
<p>Als <b><span lang="en">Interlace</span></b> oder <b><span lang="en">Interlacing</span></b> (englische Aussprache [<style data-mw-deduplicate="TemplateStyles:r181124515">.mw-parser-output .IPA a{text-decoration:none}</style><span class="IPA"><a href="/wiki/Liste_der_IPA-Zeichen" title="Liste der IPA-Zeichen"><span title="Aussprache im Internationalen Phonetischen Alphabet (IPA)">ˌɪntəˈleɪsɪŋ</span></a></span>]) wird ein Speicherverfahren für <a href="/wiki/Rastergrafik" title="Rastergrafik">Rastergrafiken</a> bezeichnet, welches beim Laden einer Grafik den schnellen Aufbau eines Übersicht- oder <a href="/wiki/Vorschaubild" title="Vorschaubild">Vorschaubildes</a> (in der vollen Bildgröße) ermöglicht.
</p>
<h2><span class="mw-headline" id="Technische_Details">Technische Details</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Interlacing_(Grafiken)&amp;veaction=edit&amp;section=1" class="mw-editsection-visualeditor" title="Abschnitt bearbeiten: Technische Details">Bearbeiten</a><span class="mw-editsection-divider"> | </span><a href="/w/index.php?title=Interlacing_(Grafiken)&amp;action=edit&amp;section=1" title="Abschnitt bearbeiten: Technische Details">Quelltext bearbeiten</a><span class="mw-editsection-bracket">]</span></span></h2>
<p>Ursprünglich wurde das <i>Interlace</i>-Verfahren dadurch erreicht, dass am Anfang der automatisch bearbeiteten Grafikdatei nur jede achte Bildzeile und danach die fehlenden Zeilen gespeichert wurden. Dies ähnelt dem <a href="/wiki/Zeilensprungverfahren" title="Zeilensprungverfahren">Zeilensprungverfahren</a> bei der Darstellung von Fernsehbildern, das im Englischen ebenfalls als <i><span lang="en">interlacing</span></i> bezeichnet wird. Bei neueren Verfahren (siehe <a href="/wiki/Adam7" title="Adam7">Adam7</a>) wird eine zweidimensionale Auswahl der Bildpunkte abgespeichert.
</p><p>Beim langsamen Laden eines Bildes, etwa über eine Verbindung mit geringer <a href="/wiki/Daten%C3%BCbertragungsrate" title="Datenübertragungsrate">Datenübertragungsrate</a>, hat ein Betrachter den Eindruck, dass das Bild während des Aufbaus immer schärfer und detailreicher wird. Vorteilhaft ist diese Methode des Abspeicherns, wenn die Ladezeit eines Bildes groß ist. Allerdings wird die Grafikdatei dadurch zusätzlich vergrößert.
</p><p>Die Grafikformate <a href="/wiki/Graphics_Interchange_Format" title="Graphics Interchange Format">GIF</a>, <a href="/wiki/Portable_Network_Graphics" title="Portable Network Graphics">PNG</a>, <a href="/wiki/Kodak_Photo_CD" title="Kodak Photo CD">Kodak Photo CD</a> und <a href="/wiki/JPEG" title="JPEG">Progressives JPEG</a> unterstützen Interlacing.
</p><p>Zu beachten ist, dass dieses Verfahren bei JPEG <i>progressiv</i> genannt wird, obwohl im Englischen die beiden Begriffe <i><span lang="en">progressive</span></i> (für das <a href="/wiki/Vollbildverfahren" title="Vollbildverfahren">Vollbildverfahren</a>) und <i><span lang="en">interlaced</span></i> (für das <a href="/wiki/Zeilensprungverfahren" title="Zeilensprungverfahren">Zeilensprungverfahren</a>) Gegensätze sind, wenn damit die Verfahren des Bildaufbaus bei der Fernsehtechnik gemeint sind.
</p>
<h2><span class="mw-headline" id="Weblinks">Weblinks</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Interlacing_(Grafiken)&amp;veaction=edit&amp;section=2" class="mw-editsection-visualeditor" title="Abschnitt bearbeiten: Weblinks">Bearbeiten</a><span class="mw-editsection-divider"> | </span><a href="/w/index.php?title=Interlacing_(Grafiken)&amp;action=edit&amp;section=2" title="Abschnitt bearbeiten: Weblinks">Quelltext bearbeiten</a><span class="mw-editsection-bracket">]</span></span></h2>
<ul><li><span class="cite">Stephan T. Lavavej:&#32;<a rel="nofollow" class="external text" href="https://nuwen.net/png.html"><i>Introduction to PNG.</i></a>&#32;In:&#32;<i>nuwen.net.</i><span class="Abrufdatum" style="display:none">&#32;Abgerufen am 26.&#160;August 2020</span>&#32;(englisch,&#32;u.&#160;a. Vergleich von Interlacing bei GIF und PNG).</span><span style="display: none;" class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Fde.wikipedia.org%3AInterlacing+%28Grafiken%29&amp;rft.title=Introduction+to+PNG&amp;rft.description=Introduction+to+PNG&amp;rft.identifier=https%3A%2F%2Fnuwen.net%2Fpng.html&amp;rft.creator=Stephan+T.+Lavavej&amp;rft.language=en">&#160;</span></li>
<li><span class="cite"><a rel="nofollow" class="external text" href="https://www.sciencedirect.com/topics/computer-science/interlaced-video"><i>Interlaced Video.</i></a>&#32;In:&#32;<i><a href="/wiki/ScienceDirect" title="ScienceDirect">ScienceDirect</a>.</i><span class="Abrufdatum" style="display:none">&#32;Abgerufen am 25.&#160;August 2020</span>&#32;(englisch,&#32;Überblick zu ScienceDirect-Literatur über Interlaced Video mit Direktzugang zu den betreffenden Kapiteln/Beiträgen (als eingeschränkter Preview)).</span><span style="display: none;" class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Fde.wikipedia.org%3AInterlacing+%28Grafiken%29&amp;rft.title=Interlaced+Video&amp;rft.description=Interlaced+Video&amp;rft.identifier=https%3A%2F%2Fwww.sciencedirect.com%2Ftopics%2Fcomputer-science%2Finterlaced-video&amp;rft.language=en">&#160;</span></li></ul></div><noscript><img src="//de.wikipedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" alt="" title="" width="1" height="1" style="border: none; position: absolute;" /></noscript>
<div class="printfooter">Abgerufen von „<a dir="ltr" href="https://de.wikipedia.org/w/index.php?title=Interlacing_(Grafiken)&amp;oldid=218032208">https://de.wikipedia.org/w/index.php?title=Interlacing_(Grafiken)&amp;oldid=218032208</a>“</div></div>
<div id="catlinks" class="catlinks" data-mw="interface"><div id="mw-normal-catlinks" class="mw-normal-catlinks"><a href="/wiki/Wikipedia:Kategorien" title="Wikipedia:Kategorien">Kategorie</a>: <ul><li><a href="/wiki/Kategorie:Computergrafik" title="Kategorie:Computergrafik">Computergrafik</a></li></ul></div></div>
</div>
</div>
<div id='mw-data-after-content'>
<div class="read-more-container"></div>
</div>
<div id="mw-navigation">
<h2>Navigationsmenü</h2>
<div id="mw-head">
<nav id="p-personal" class="mw-portlet mw-portlet-personal vector-user-menu-legacy vector-menu" aria-labelledby="p-personal-label" role="navigation"
>
<label id="p-personal-label" aria-label="" class="vector-menu-heading " >
<span class="vector-menu-heading-label">Meine Werkzeuge</span>
</label>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li id="pt-anonuserpage" class="mw-list-item"><span title="Benutzerseite der IP-Adresse von der aus du Änderungen durchführst">Nicht angemeldet</span></li><li id="pt-anontalk" class="mw-list-item"><a href="/wiki/Spezial:Meine_Diskussionsseite" title="Diskussion über Änderungen von dieser IP-Adresse [n]" accesskey="n"><span>Diskussionsseite</span></a></li><li id="pt-anoncontribs" class="mw-list-item"><a href="/wiki/Spezial:Meine_Beitr%C3%A4ge" title="Eine Liste der Bearbeitungen, die von dieser IP-Adresse gemacht wurden [y]" accesskey="y"><span>Beiträge</span></a></li><li id="pt-createaccount" class="mw-list-item"><a href="/w/index.php?title=Spezial:Benutzerkonto_anlegen&amp;returnto=Interlacing+%28Grafiken%29" title="Wir ermutigen dich dazu, ein Benutzerkonto zu erstellen und dich anzumelden. Es ist jedoch nicht zwingend erforderlich."><span>Benutzerkonto erstellen</span></a></li><li id="pt-login" class="mw-list-item"><a href="/w/index.php?title=Spezial:Anmelden&amp;returnto=Interlacing+%28Grafiken%29" title="Anmelden ist zwar keine Pflicht, wird aber gerne gesehen. [o]" accesskey="o"><span>Anmelden</span></a></li></ul>
</div>
</nav>
<div id="left-navigation">
<nav id="p-namespaces" class="mw-portlet mw-portlet-namespaces vector-menu vector-menu-tabs" aria-labelledby="p-namespaces-label" role="navigation"
>
<label id="p-namespaces-label" aria-label="" class="vector-menu-heading " >
<span class="vector-menu-heading-label">Namensräume</span>
</label>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li id="ca-nstab-main" class="selected mw-list-item"><a href="/wiki/Interlacing_(Grafiken)" title="Seiteninhalt anzeigen [c]" accesskey="c"><span>Artikel</span></a></li><li id="ca-talk" class="mw-list-item"><a href="/wiki/Diskussion:Interlacing_(Grafiken)" rel="discussion" title="Diskussion zum Seiteninhalt [t]" accesskey="t"><span>Diskussion</span></a></li></ul>
</div>
</nav>
<nav id="p-variants" class="mw-portlet mw-portlet-variants emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-variants-label" role="navigation"
>
<input type="checkbox"
id="p-variants-checkbox"
role="button"
aria-haspopup="true"
data-event-name="ui.dropdown-p-variants"
class="vector-menu-checkbox" aria-labelledby="p-variants-label" />
<label id="p-variants-label" aria-label="Sprachvariante ändern" class="vector-menu-heading " >
<span class="vector-menu-heading-label">Deutsch</span>
</label>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"></ul>
</div>
</nav>
</div>
<div id="right-navigation">
<nav id="p-views" class="mw-portlet mw-portlet-views vector-menu vector-menu-tabs" aria-labelledby="p-views-label" role="navigation"
>
<label id="p-views-label" aria-label="" class="vector-menu-heading " >
<span class="vector-menu-heading-label">Ansichten</span>
</label>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li id="ca-view" class="selected mw-list-item"><a href="/wiki/Interlacing_(Grafiken)"><span>Lesen</span></a></li><li id="ca-ve-edit" class="mw-list-item"><a href="/w/index.php?title=Interlacing_(Grafiken)&amp;veaction=edit" title="Diese Seite mit dem VisualEditor bearbeiten [v]" accesskey="v"><span>Bearbeiten</span></a></li><li id="ca-edit" class="collapsible mw-list-item"><a href="/w/index.php?title=Interlacing_(Grafiken)&amp;action=edit" title="Diese Seite bearbeiten [e]" accesskey="e"><span>Quelltext bearbeiten</span></a></li><li id="ca-history" class="mw-list-item"><a href="/w/index.php?title=Interlacing_(Grafiken)&amp;action=history" title="Frühere Versionen dieser Seite [h]" accesskey="h"><span>Versionsgeschichte</span></a></li></ul>
</div>
</nav>
<nav id="p-cactions" class="mw-portlet mw-portlet-cactions emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" aria-labelledby="p-cactions-label" role="navigation" title="Weitere Optionen"
>
<input type="checkbox"
id="p-cactions-checkbox"
role="button"
aria-haspopup="true"
data-event-name="ui.dropdown-p-cactions"
class="vector-menu-checkbox" aria-labelledby="p-cactions-label" />
<label id="p-cactions-label" aria-label="" class="vector-menu-heading " >
<span class="vector-menu-heading-label">Weitere</span>
</label>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"></ul>
</div>
</nav>
<div id="p-search" role="search" class="vector-search-box-vue vector-search-box-show-thumbnail vector-search-box-auto-expand-width vector-search-box">
<div>
<h3 >
<label for="searchInput">Suche</label>
</h3>
<form action="/w/index.php" id="searchform"
class="vector-search-box-form">
<div id="simpleSearch"
class="vector-search-box-inner"
data-search-loc="header-navigation">
<input class="vector-search-box-input"
type="search" name="search" placeholder="Wikipedia durchsuchen" aria-label="Wikipedia durchsuchen" autocapitalize="sentences" title="Durchsuche die Wikipedia [f]" accesskey="f" id="searchInput"
/>
<input type="hidden" name="title" value="Spezial:Suche"/>
<input id="mw-searchButton"
class="searchButton mw-fallbackSearchButton" type="submit" name="fulltext" title="Suche nach Seiten, die diesen Text enthalten" value="Suchen" />
<input id="searchButton"
class="searchButton" type="submit" name="go" title="Gehe direkt zu der Seite mit genau diesem Namen, falls sie vorhanden ist." value="Artikel" />
</div>
</form>
</div>
</div>
</div>
</div>
<div id="mw-panel">
<div id="p-logo" role="banner">
<a class="mw-wiki-logo" href="/wiki/Wikipedia:Hauptseite"
title="Hauptseite"></a>
</div>
<nav id="p-navigation" class="mw-portlet mw-portlet-navigation vector-menu vector-menu-portal portal" aria-labelledby="p-navigation-label" role="navigation"
>
<label id="p-navigation-label" aria-label="" class="vector-menu-heading " >
<span class="vector-menu-heading-label">Navigation</span>
</label>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li id="n-mainpage-description" class="mw-list-item"><a href="/wiki/Wikipedia:Hauptseite" icon="home" title="Hauptseite besuchen [z]" accesskey="z"><span>Hauptseite</span></a></li><li id="n-topics" class="mw-list-item"><a href="/wiki/Portal:Wikipedia_nach_Themen"><span>Themenportale</span></a></li><li id="n-randompage" class="mw-list-item"><a href="/wiki/Spezial:Zuf%C3%A4llige_Seite" icon="die" title="Zufällige Seite aufrufen [x]" accesskey="x"><span>Zufälliger Artikel</span></a></li></ul>
</div>
</nav>
<nav id="p-Mitmachen" class="mw-portlet mw-portlet-Mitmachen vector-menu vector-menu-portal portal" aria-labelledby="p-Mitmachen-label" role="navigation"
>
<label id="p-Mitmachen-label" aria-label="" class="vector-menu-heading " >
<span class="vector-menu-heading-label">Mitmachen</span>
</label>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li id="n-Artikel-verbessern" class="mw-list-item"><a href="/wiki/Wikipedia:Beteiligen"><span>Artikel verbessern</span></a></li><li id="n-Neuerartikel" class="mw-list-item"><a href="/wiki/Hilfe:Neuen_Artikel_anlegen"><span>Neuen Artikel anlegen</span></a></li><li id="n-portal" class="mw-list-item"><a href="/wiki/Wikipedia:Autorenportal" title="Info-Zentrum über Beteiligungsmöglichkeiten"><span>Autorenportal</span></a></li><li id="n-help" class="mw-list-item"><a href="/wiki/Hilfe:%C3%9Cbersicht" icon="help" title="Übersicht über Hilfeseiten"><span>Hilfe</span></a></li><li id="n-recentchanges" class="mw-list-item"><a href="/wiki/Spezial:Letzte_%C3%84nderungen" icon="recentChanges" title="Liste der letzten Änderungen in Wikipedia [r]" accesskey="r"><span>Letzte Änderungen</span></a></li><li id="n-contact" class="mw-list-item"><a href="/wiki/Wikipedia:Kontakt" title="Kontaktmöglichkeiten"><span>Kontakt</span></a></li><li id="n-sitesupport" class="mw-list-item"><a href="//donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&amp;utm_medium=sidebar&amp;utm_campaign=C13_de.wikipedia.org&amp;uselang=de" title="Unterstütze uns"><span>Spenden</span></a></li></ul>
</div>
</nav>
<nav id="p-tb" class="mw-portlet mw-portlet-tb vector-menu vector-menu-portal portal" aria-labelledby="p-tb-label" role="navigation"
>
<label id="p-tb-label" aria-label="" class="vector-menu-heading " >
<span class="vector-menu-heading-label">Werkzeuge</span>
</label>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li id="t-whatlinkshere" class="mw-list-item"><a href="/wiki/Spezial:Linkliste/Interlacing_(Grafiken)" title="Liste aller Seiten, die hierher verlinken [j]" accesskey="j"><span>Links auf diese Seite</span></a></li><li id="t-recentchangeslinked" class="mw-list-item"><a href="/wiki/Spezial:%C3%84nderungen_an_verlinkten_Seiten/Interlacing_(Grafiken)" rel="nofollow" title="Letzte Änderungen an Seiten, die von hier verlinkt sind [k]" accesskey="k"><span>Änderungen an verlinkten Seiten</span></a></li><li id="t-specialpages" class="mw-list-item"><a href="/wiki/Spezial:Spezialseiten" title="Liste aller Spezialseiten [q]" accesskey="q"><span>Spezialseiten</span></a></li><li id="t-permalink" class="mw-list-item"><a href="/w/index.php?title=Interlacing_(Grafiken)&amp;oldid=218032208" title="Dauerhafter Link zu dieser Seitenversion"><span>Permanenter Link</span></a></li><li id="t-info" class="mw-list-item"><a href="/w/index.php?title=Interlacing_(Grafiken)&amp;action=info" title="Weitere Informationen über diese Seite"><span>Seiten­informationen</span></a></li><li id="t-cite" class="mw-list-item"><a href="/w/index.php?title=Spezial:Zitierhilfe&amp;page=Interlacing_%28Grafiken%29&amp;id=218032208&amp;wpFormIdentifier=titleform" title="Hinweise, wie diese Seite zitiert werden kann"><span>Artikel zitieren</span></a></li><li id="t-wikibase" class="mw-list-item"><a href="https://www.wikidata.org/wiki/Special:EntityPage/Q1666173" title="Link zum verbundenen Objekt im Datenrepositorium [g]" accesskey="g"><span>Wikidata-Datenobjekt</span></a></li></ul>
</div>
</nav>
<nav id="p-coll-print_export" class="mw-portlet mw-portlet-coll-print_export vector-menu vector-menu-portal portal" aria-labelledby="p-coll-print_export-label" role="navigation"
>
<label id="p-coll-print_export-label" aria-label="" class="vector-menu-heading " >
<span class="vector-menu-heading-label">Drucken/­exportieren</span>
</label>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li id="coll-create_a_book" class="mw-list-item"><a href="/w/index.php?title=Spezial:Buch&amp;bookcmd=book_creator&amp;referer=Interlacing+%28Grafiken%29"><span>Buch erstellen</span></a></li><li id="coll-download-as-rl" class="mw-list-item"><a href="/w/index.php?title=Spezial:DownloadAsPdf&amp;page=Interlacing_%28Grafiken%29&amp;action=show-download-screen"><span>Als PDF herunterladen</span></a></li><li id="t-print" class="mw-list-item"><a href="/w/index.php?title=Interlacing_(Grafiken)&amp;printable=yes" title="Druckansicht dieser Seite [p]" accesskey="p"><span>Druckversion</span></a></li></ul>
</div>
</nav>
<nav id="p-wikibase-otherprojects" class="mw-portlet mw-portlet-wikibase-otherprojects vector-menu vector-menu-portal portal" aria-labelledby="p-wikibase-otherprojects-label" role="navigation"
>
<label id="p-wikibase-otherprojects-label" aria-label="" class="vector-menu-heading " >
<span class="vector-menu-heading-label">In anderen Projekten</span>
</label>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li class="wb-otherproject-link wb-otherproject-commons mw-list-item"><a href="https://commons.wikimedia.org/wiki/Category:Interlacing" hreflang="en"><span>Commons</span></a></li></ul>
</div>
</nav>
<nav id="p-lang" class="mw-portlet mw-portlet-lang vector-menu vector-menu-portal portal" aria-labelledby="p-lang-label" role="navigation"
>
<label id="p-lang-label" aria-label="" class="vector-menu-heading " >
<span class="vector-menu-heading-label">In anderen Sprachen</span>
</label>
<div class="vector-menu-content">
<ul class="vector-menu-content-list"><li class="interlanguage-link interwiki-cs mw-list-item"><a href="https://cs.wikipedia.org/wiki/Prokl%C3%A1d%C3%A1n%C3%AD_(rastrov%C3%A1_grafika)" title="Prokládání (rastrová grafika) Tschechisch" lang="cs" hreflang="cs" class="interlanguage-link-target"><span>Čeština</span></a></li><li class="interlanguage-link interwiki-en mw-list-item"><a href="https://en.wikipedia.org/wiki/Interlacing_(bitmaps)" title="Interlacing (bitmaps) Englisch" lang="en" hreflang="en" class="interlanguage-link-target"><span>English</span></a></li><li class="interlanguage-link interwiki-es mw-list-item"><a href="https://es.wikipedia.org/wiki/Entrelazado_(mapas_de_bits)" title="Entrelazado (mapas de bits) Spanisch" lang="es" hreflang="es" class="interlanguage-link-target"><span>Español</span></a></li><li class="interlanguage-link interwiki-fr mw-list-item"><a href="https://fr.wikipedia.org/wiki/Entrelacement_(image_matricielle)" title="Entrelacement (image matricielle) Französisch" lang="fr" hreflang="fr" class="interlanguage-link-target"><span>Français</span></a></li></ul>
<div class="after-portlet after-portlet-lang"><span class="wb-langlinks-edit wb-langlinks-link"><a href="https://www.wikidata.org/wiki/Special:EntityPage/Q1666173#sitelinks-wikipedia" title="Links auf Artikel in anderen Sprachen bearbeiten" class="wbc-editpage">Links bearbeiten</a></span></div>
</div>
</nav>
</div>
</div>
<footer id="footer" class="mw-footer" role="contentinfo" >
<ul id="footer-info">
<li id="footer-info-lastmod"> Diese Seite wurde zuletzt am 9. Dezember 2021 um 11:55 Uhr bearbeitet.</li>
<li id="footer-info-copyright"><div id="footer-info-copyright-stats" class="noprint"><a class="external" href="https://pageviews.wmcloud.org/?pages=Interlacing_(Grafiken)&amp;project=de.wikipedia.org" rel="nofollow">Abrufstatistik</a> · <a class="external" href=" https://xtools.wmflabs.org/articleinfo-authorship/de.wikipedia.org/Interlacing_(Grafiken)?uselang=de" rel="nofollow">Autoren</a> </div><div id="footer-info-copyright-separator"><br /></div><div id="footer-info-copyright-info">
Der Text ist unter der Lizenz <a class="internal" href="https://de.wikipedia.org/wiki/Wikipedia:Lizenzbestimmungen_Creative_Commons_Attribution-ShareAlike_3.0_Unported">„Creative Commons Attribution/Share Alike“</a> verfügbar; Informationen zu den Urhebern und zum Lizenzstatus eingebundener Mediendateien (etwa Bilder oder Videos) können im Regelfall durch Anklicken dieser abgerufen werden. Möglicherweise unterliegen die Inhalte jeweils zusätzlichen Bedingungen. Durch die Nutzung dieser Website erklären Sie sich mit den <a class="internal" href="https://foundation.wikimedia.org/wiki/Terms_of_Use/de">Nutzungsbedingungen</a> und der <a class="internal" href="https://meta.wikimedia.org/wiki/Privacy_policy/de">Datenschutzrichtlinie</a> einverstanden.<br />
Wikipedia® ist eine eingetragene Marke der Wikimedia Foundation Inc.</div></li>
</ul>
<ul id="footer-places">
<li id="footer-places-privacy"><a href="https://meta.wikimedia.org/wiki/Privacy_policy/de" class="extiw" title="m:Privacy policy/de">Datenschutz</a></li>
<li id="footer-places-about"><a href="/wiki/Wikipedia:%C3%9Cber_Wikipedia" title="Wikipedia:Über Wikipedia">Über Wikipedia</a></li>
<li id="footer-places-disclaimer"><a href="/wiki/Wikipedia:Impressum" title="Wikipedia:Impressum">Impressum</a></li>
<li id="footer-places-mobileview"><a href="//de.m.wikipedia.org/w/index.php?title=Interlacing_(Grafiken)&amp;mobileaction=toggle_view_mobile" class="noprint stopMobileRedirectToggle">Mobile Ansicht</a></li>
<li id="footer-places-developers"><a href="https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute">Entwickler</a></li>
<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/de.wikipedia.org">Statistiken</a></li>
<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Cookie_statement">Stellungnahme zu Cookies</a></li>
</ul>
<ul id="footer-icons" class="noprint">
<li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88" height="31" alt="Wikimedia Foundation" loading="lazy" /></a></li>
<li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img src="/static/images/footer/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88" height="31" loading="lazy"/></a></li>
</ul>
</footer>
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.150","walltime":"0.203","ppvisitednodes":{"value":644,"limit":1000000},"postexpandincludesize":{"value":4566,"limit":2097152},"templateargumentsize":{"value":1794,"limit":2097152},"expansiondepth":{"value":9,"limit":100},"expensivefunctioncount":{"value":1,"limit":500},"unstrip-depth":{"value":0,"limit":20},"unstrip-size":{"value":151,"limit":5000000},"entityaccesscount":{"value":0,"limit":400},"timingprofile":["100.00% 179.446 1 -total"," 61.99% 111.236 2 Vorlage:Internetquelle"," 26.23% 47.075 5 Vorlage:Lang"," 12.95% 23.244 2 Vorlage:Str_len"," 11.28% 20.239 1 Vorlage:IPA"]},"scribunto":{"limitreport-timeusage":{"value":"0.070","limit":"10.000"},"limitreport-memusage":{"value":3389291,"limit":52428800}},"cachereport":{"origin":"mw1387","timestamp":"20220509194535","ttl":1814400,"transientcontent":false}}});});</script>
<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"Article","name":"Interlacing (Grafiken)","url":"https:\/\/de.wikipedia.org\/wiki\/Interlacing_(Grafiken)","sameAs":"http:\/\/www.wikidata.org\/entity\/Q1666173","mainEntity":"http:\/\/www.wikidata.org\/entity\/Q1666173","author":{"@type":"Organization","name":"Autoren der Wikimedia-Projekte"},"publisher":{"@type":"Organization","name":"Wikimedia Foundation, Inc.","logo":{"@type":"ImageObject","url":"https:\/\/www.wikimedia.org\/static\/images\/wmf-hor-googpub.png"}},"datePublished":"2004-11-01T15:59:40Z","image":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/2\/27\/Adam7_passes.gif"}</script><script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"Article","name":"Interlacing (Grafiken)","url":"https:\/\/de.wikipedia.org\/wiki\/Interlacing_(Grafiken)","sameAs":"http:\/\/www.wikidata.org\/entity\/Q1666173","mainEntity":"http:\/\/www.wikidata.org\/entity\/Q1666173","author":{"@type":"Organization","name":"Autoren der Wikimedia-Projekte"},"publisher":{"@type":"Organization","name":"Wikimedia Foundation, Inc.","logo":{"@type":"ImageObject","url":"https:\/\/www.wikimedia.org\/static\/images\/wmf-hor-googpub.png"}},"datePublished":"2004-11-01T15:59:40Z","image":"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/2\/27\/Adam7_passes.gif"}</script>
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":128,"wgHostname":"mw1389"});});</script>
</body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Some files were not shown because too many files have changed in this diff Show More