Background: #fff Foreground: #000 PrimaryPale: #8cf PrimaryLight: #18f PrimaryMid: #04b PrimaryDark: #014 SecondaryPale: #ffc SecondaryLight: #fe8 SecondaryMid: #db4 SecondaryDark: #841 TertiaryPale: #eee TertiaryLight: #ccc TertiaryMid: #999 TertiaryDark: #666 Error: #f88
/*{{{*/
body {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
a {color:[[ColorPalette::PrimaryMid]];}
a:hover {background-color:[[ColorPalette::PrimaryMid]]; color:[[ColorPalette::Background]];}
a img {border:0;}
h1,h2,h3,h4,h5,h6 {color:[[ColorPalette::SecondaryDark]]; background:transparent;}
h1 {border-bottom:2px solid [[ColorPalette::TertiaryLight]];}
h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}
.button {color:[[ColorPalette::PrimaryDark]]; border:1px solid [[ColorPalette::Background]];}
.button:hover {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::SecondaryLight]]; border-color:[[ColorPalette::SecondaryMid]];}
.button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]];}
.header {background:[[ColorPalette::PrimaryMid]];}
.headerShadow {color:[[ColorPalette::Foreground]];}
.headerShadow a {font-weight:normal; color:[[ColorPalette::Foreground]];}
.headerForeground {color:[[ColorPalette::Background]];}
.headerForeground a {font-weight:normal; color:[[ColorPalette::PrimaryPale]];}
.tabSelected{color:[[ColorPalette::PrimaryDark]];
background:[[ColorPalette::TertiaryPale]];
border-left:1px solid [[ColorPalette::TertiaryLight]];
border-top:1px solid [[ColorPalette::TertiaryLight]];
border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::TertiaryPale]]; border:1px solid [[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}
#sidebar {}
#sidebarOptions input {border:1px solid [[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel {background:[[ColorPalette::PrimaryPale]];}
#sidebarOptions .sliderPanel a {border:none;color:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:hover {color:[[ColorPalette::Background]]; background:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}
.wizard {background:[[ColorPalette::PrimaryPale]]; border:1px solid [[ColorPalette::PrimaryMid]];}
.wizard h1 {color:[[ColorPalette::PrimaryDark]]; border:none;}
.wizard h2 {color:[[ColorPalette::Foreground]]; border:none;}
.wizardStep {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];
border:1px solid [[ColorPalette::PrimaryMid]];}
.wizardStep.wizardStepDone {background::[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
.wizardFooter .status {background:[[ColorPalette::PrimaryDark]]; color:[[ColorPalette::Background]];}
.wizard .button {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryLight]]; border: 1px solid;
border-color:[[ColorPalette::SecondaryPale]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryPale]];}
.wizard .button:hover {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Background]];}
.wizard .button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::Foreground]]; border: 1px solid;
border-color:[[ColorPalette::PrimaryDark]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryDark]];}
#messageArea {border:1px solid [[ColorPalette::SecondaryMid]]; background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]];}
#messageArea .button {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none;}
.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}
.popup {background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]]; border-left:1px solid [[ColorPalette::TertiaryMid]]; border-top:1px solid [[ColorPalette::TertiaryMid]]; border-right:2px solid [[ColorPalette::TertiaryDark]]; border-bottom:2px solid [[ColorPalette::TertiaryDark]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.popup li.disabled {color:[[ColorPalette::TertiaryMid]];}
.popup li a, .popup li a:visited {color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:active {background:[[ColorPalette::SecondaryPale]]; color:[[ColorPalette::Foreground]]; border: none;}
.popupHighlight {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}
.tiddler .defaultCommand {font-weight:bold;}
.shadow .title {color:[[ColorPalette::TertiaryDark]];}
.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}
.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}
.tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]]; background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:[[ColorPalette::TertiaryLight]]; border:1px solid [[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}
.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}
.sparkline {background:[[ColorPalette::PrimaryPale]]; border:0;}
.sparktick {background:[[ColorPalette::PrimaryDark]];}
.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}
.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}
.imageLink, #displayArea .imageLink {background:transparent;}
.annotation {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border:2px solid [[ColorPalette::SecondaryMid]];}
.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}
.viewer table, table.twtable {border:2px solid [[ColorPalette::TertiaryDark]];}
.viewer th, .viewer thead td, .twtable th, .twtable thead td {background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::Background]];}
.viewer td, .viewer tr, .twtable td, .twtable tr {border:1px solid [[ColorPalette::TertiaryDark]];}
.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}
.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}
.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}
#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:'alpha(opacity:60)';}
/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}
body {font-size:.75em; font-family:arial,helvetica; margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}
hr {height:1px;}
a {text-decoration:none;}
dt {font-weight:bold;}
ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}
.txtOptionInput {width:11em;}
#contentWrapper .chkOptionInput {border:0;}
.externalLink {text-decoration:underline;}
.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}
.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}
/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}
#mainMenu .tiddlyLinkExisting,
#mainMenu .tiddlyLinkNonExisting,
#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}
.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0em 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0em 1em 1em; left:0px; top:0px;}
.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}
#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}
#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0em 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 .3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}
.wizard {padding:0.1em 1em 0em 2em;}
.wizard h1 {font-size:2em; font-weight:bold; background:none; padding:0em 0em 0em 0em; margin:0.4em 0em 0.2em 0em;}
.wizard h2 {font-size:1.2em; font-weight:bold; background:none; padding:0em 0em 0em 0em; margin:0.4em 0em 0.2em 0em;}
.wizardStep {padding:1em 1em 1em 1em;}
.wizard .button {margin:0.5em 0em 0em 0em; font-size:1.2em;}
.wizardFooter {padding:0.8em 0.4em 0.8em 0em;}
.wizardFooter .status {padding:0em 0.4em 0em 0.4em; margin-left:1em;}
.wizard .button {padding:0.1em 0.2em 0.1em 0.2em;}
#messageArea {position:fixed; top:2em; right:0em; margin:0.5em; padding:0.5em; z-index:2000; _position:absolute;}
.messageToolbar {display:block; text-align:right; padding:0.2em 0.2em 0.2em 0.2em;}
#messageArea a {text-decoration:underline;}
.tiddlerPopupButton {padding:0.2em 0.2em 0.2em 0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em 1em 1em 1em; margin:0;}
.popup {position:absolute; z-index:300; font-size:.9em; padding:0; list-style:none; margin:0;}
.popup .popupMessage {padding:0.4em;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0em;}
.popup li.disabled {padding:0.4em;}
.popup li a {display:block; padding:0.4em; font-weight:normal; cursor:pointer;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}
.tabset {padding:1em 0em 0em 0.5em;}
.tab {margin:0em 0em 0em 0.25em; padding:2px;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}
#contentWrapper {display:block;}
#splashScreen {display:none;}
#displayArea {margin:1em 17em 0em 14em;}
.toolbar {text-align:right; font-size:.9em;}
.tiddler {padding:1em 1em 0em 1em;}
.missing .viewer,.missing .title {font-style:italic;}
.title {font-size:1.6em; font-weight:bold;}
.missing .subtitle {display:none;}
.subtitle {font-size:1.1em;}
.tiddler .button {padding:0.2em 0.4em;}
.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagClear {clear:both;}
.footer {font-size:.9em;}
.footer li {display:inline;}
.annotation {padding:0.5em; margin:0.5em;}
* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0em 0.25em; padding:0em 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}
.viewer table, table.twtable {border-collapse:collapse; margin:0.8em 1.0em;}
.viewer th, .viewer td, .viewer tr,.viewer caption,.twtable th, .twtable td, .twtable tr,.twtable caption {padding:3px;}
table.listView {font-size:0.85em; margin:0.8em 1.0em;}
table.listView th, table.listView td, table.listView tr {padding:0px 3px 0px 3px;}
.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-height:1.4em; overflow:auto;}
.viewer code {font-size:1.2em; line-height:1.4em;}
.editor {font-size:1.1em;}
.editor input, .editor textarea {display:block; width:100%; font:inherit;}
.editorFooter {padding:0.25em 0em; font-size:.9em;}
.editorFooter .button {padding-top:0px; padding-bottom:0px;}
.fieldsetFix {border:0; padding:0; margin:1px 0px 1px 0px;}
.sparkline {line-height:1em;}
.sparktick {outline:0;}
.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}
* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em 0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em 0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0em; right:0em;}
#backstageButton a {padding:0.1em 0.4em 0.1em 0.4em; margin:0.1em 0.1em 0.1em 0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; margin:0em 3em 0em 3em; padding:1em 1em 1em 1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em 0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}
.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
/***
StyleSheet for use when a translation requires any css style changes.
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which use a logographic writing system and need larger font sizes.
***/
/*{{{*/
body {font-size:0.8em;}
#sidebarOptions {font-size:1.05em;}
#sidebarOptions a {font-style:normal;}
#sidebarOptions .sliderPanel {font-size:0.95em;}
.subtitle {font-size:0.8em;}
.viewer table.listView {font-size:0.95em;}
.htmlarea .toolbarHA table {border:1px solid ButtonFace; margin:0em 0em;}
/*}}}*/
/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton {display: none ! important;}
#displayArea {margin: 1em 1em 0em 1em;}
/* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
noscript {display:none;}
}
/*}}}*/
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar closeTiddler closeOthers +editTiddler > fields syncing permalink references jump'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar +saveTiddler -cancelTiddler deleteTiddler'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser'></span></div>
<!--}}}-->
To get started with this blank TiddlyWiki, you'll need to modify the following tiddlers: * SiteTitle & SiteSubtitle: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar) * MainMenu: The menu (usually on the left) * DefaultTiddlers: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened You'll also need to enter your username for signing your edits: <<option txtUserName>>
These InterfaceOptions for customising TiddlyWiki are saved in your browser Your username for signing your edits. Write it as a WikiWord (eg JoeBloggs) <<option txtUserName>> <<option chkSaveBackups>> SaveBackups <<option chkAutoSave>> AutoSave <<option chkRegExpSearch>> RegExpSearch <<option chkCaseSensitiveSearch>> CaseSensitiveSearch <<option chkAnimate>> EnableAnimations ---- Also see AdvancedOptions
Background: #fff Foreground: #000 PrimaryPale: #8cf PrimaryLight: #18f PrimaryMid: #04b PrimaryDark: #014 SecondaryPale: #ffc SecondaryLight: #fe8 SecondaryMid: #db4 SecondaryDark: #841 TertiaryPale: #eee TertiaryLight: #ccc TertiaryMid: #999 TertiaryDark: #666 Error: #f88
[[artist's statement]]
[[stills]] [[videos]] ---- [[artist's statement]] [[contact]]
^ digital artist ^
andy kotlinski
table.thumb {
background-color:black;
float:left;
border-width:0px;
margin:0px;
height:220px;
width:220px;
text-align:center;
}
table.thumb td {
border-width:0px;
padding:0px;
}
/*{{{*/
body {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
a {color:[[ColorPalette::PrimaryMid]];}
a:hover {background-color:[[ColorPalette::PrimaryMid]]; color:[[ColorPalette::Background]];}
a img {border:0;}
h1,h2,h3,h4,h5,h6 {color:[[ColorPalette::SecondaryDark]]; background:transparent;}
h1 {border-bottom:2px solid [[ColorPalette::TertiaryLight]];}
h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}
#mainMenu {background-color:[[ColorPalette::TertiaryPale]];}
.button {color:[[ColorPalette::PrimaryDark]]; border:1px solid [[ColorPalette::Background]];}
.button:hover {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::SecondaryLight]]; border-color:[[ColorPalette::SecondaryMid]];}
.button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]];}
.header {background:[[ColorPalette::PrimaryMid]];}
.headerShadow {color:[[ColorPalette::Foreground]];}
.headerShadow a {font-weight:normal; color:[[ColorPalette::Foreground]];}
.headerForeground {color:[[ColorPalette::Background]];}
.headerForeground a {font-weight:normal; color:[[ColorPalette::PrimaryPale]];}
.tabSelected{color:[[ColorPalette::PrimaryDark]];
background:[[ColorPalette::TertiaryPale]];
border-left:1px solid [[ColorPalette::TertiaryLight]];
border-top:1px solid [[ColorPalette::TertiaryLight]];
border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::TertiaryPale]]; border:1px solid [[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}
#sidebar {}
#sidebarOptions input {border:1px solid [[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel {background:[[ColorPalette::PrimaryPale]];}
#sidebarOptions .sliderPanel a {border:none;color:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:hover {color:[[ColorPalette::Background]]; background:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}
.wizard {background:[[ColorPalette::PrimaryPale]]; border:1px solid [[ColorPalette::PrimaryMid]];}
.wizard h1 {color:[[ColorPalette::PrimaryDark]]; border:none;}
.wizard h2 {color:[[ColorPalette::Foreground]]; border:none;}
.wizardStep {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];
border:1px solid [[ColorPalette::PrimaryMid]];}
.wizardStep.wizardStepDone {background::[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
.wizardFooter .status {background:[[ColorPalette::PrimaryDark]]; color:[[ColorPalette::Background]];}
.wizard .button {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryLight]]; border: 1px solid;
border-color:[[ColorPalette::SecondaryPale]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryPale]];}
.wizard .button:hover {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Background]];}
.wizard .button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::Foreground]]; border: 1px solid;
border-color:[[ColorPalette::PrimaryDark]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryDark]];}
#messageArea {border:1px solid [[ColorPalette::SecondaryMid]]; background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]];}
#messageArea .button {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none;}
.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}
.popup {background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]]; border-left:1px solid [[ColorPalette::TertiaryMid]]; border-top:1px solid [[ColorPalette::TertiaryMid]]; border-right:2px solid [[ColorPalette::TertiaryDark]]; border-bottom:2px solid [[ColorPalette::TertiaryDark]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.popup li.disabled {color:[[ColorPalette::TertiaryMid]];}
.popup li a, .popup li a:visited {color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:active {background:[[ColorPalette::SecondaryPale]]; color:[[ColorPalette::Foreground]]; border: none;}
.popupHighlight {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}
.tiddler .defaultCommand {font-weight:bold;}
.shadow .title {color:[[ColorPalette::TertiaryDark]];}
.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}
.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}
.tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]]; background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:[[ColorPalette::TertiaryLight]]; border:1px solid [[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}
.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}
.sparkline {background:[[ColorPalette::PrimaryPale]]; border:0;}
.sparktick {background:[[ColorPalette::PrimaryDark]];}
.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}
.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}
.imageLink, #displayArea .imageLink {background:transparent;}
.annotation {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border:2px solid [[ColorPalette::SecondaryMid]];}
.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}
.viewer table, table.twtable {border:2px solid [[ColorPalette::TertiaryDark]];}
.viewer th, .viewer thead td, .twtable th, .twtable thead td {background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::Background]];}
.viewer td, .viewer tr, .twtable td, .twtable tr {border:1px solid [[ColorPalette::TertiaryDark]];}
.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}
.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}
.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}
#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:'alpha(opacity:60)';}
/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}
body {font-size:.75em; font-family:arial,helvetica,sans; margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}
hr {height:1px;}
a {text-decoration:none;}
dt {font-weight:bold;}
ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}
.txtOptionInput {width:11em;}
#contentWrapper .chkOptionInput {border:0;}
.externalLink {text-decoration:underline;}
.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}
.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}
/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}
#mainMenu .tiddlyLinkExisting,
#mainMenu .tiddlyLinkNonExisting,
#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}
.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0em 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0em 1em 1em; left:0px; top:0px;}
.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}
#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}
#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0em 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 .3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}
.wizard {padding:0.1em 1em 0em 2em;}
.wizard h1 {font-size:2em; font-weight:bold; background:none; padding:0em 0em 0em 0em; margin:0.4em 0em 0.2em 0em;}
.wizard h2 {font-size:1.2em; font-weight:bold; background:none; padding:0em 0em 0em 0em; margin:0.4em 0em 0.2em 0em;}
.wizardStep {padding:1em 1em 1em 1em;}
.wizard .button {margin:0.5em 0em 0em 0em; font-size:1.2em;}
.wizardFooter {padding:0.8em 0.4em 0.8em 0em;}
.wizardFooter .status {padding:0em 0.4em 0em 0.4em; margin-left:1em;}
.wizard .button {padding:0.1em 0.2em 0.1em 0.2em;}
#messageArea {position:fixed; top:2em; right:0em; margin:0.5em; padding:0.5em; z-index:2000; _position:absolute;}
.messageToolbar {display:block; text-align:right; padding:0.2em 0.2em 0.2em 0.2em;}
#messageArea a {text-decoration:underline;}
.tiddlerPopupButton {padding:0.2em 0.2em 0.2em 0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em 1em 1em 1em; margin:0;}
.popup {position:absolute; z-index:300; font-size:.9em; padding:0; list-style:none; margin:0;}
.popup .popupMessage {padding:0.4em;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0em;}
.popup li.disabled {padding:0.4em;}
.popup li a {display:block; padding:0.4em; font-weight:normal; cursor:pointer;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}
.tabset {padding:1em 0em 0em 0.5em;}
.tab {margin:0em 0em 0em 0.25em; padding:2px;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}
#contentWrapper {display:block;}
#splashScreen {display:none;}
#displayArea {margin:1em 17em 0em 14em;}
.toolbar {text-align:right; font-size:.9em;}
.tiddler {padding:1em 1em 0em 1em;}
.missing .viewer,.missing .title {font-style:italic;}
.title {font-size:1.6em; font-weight:bold;}
.missing .subtitle {display:none;}
.subtitle {font-size:1.1em;}
.tiddler .button {padding:0.2em 0.4em;}
.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagClear {clear:both;}
.footer {font-size:.9em;}
.footer li {display:inline;}
.annotation {padding:0.5em; margin:0.5em;}
* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0em 0.25em; padding:0em 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}
.viewer table, table.twtable {border-collapse:collapse; margin:0.8em 1.0em;}
.viewer th, .viewer td, .viewer tr,.viewer caption,.twtable th, .twtable td, .twtable tr,.twtable caption {padding:3px;}
table.listView {font-size:0.85em; margin:0.8em 1.0em;}
table.listView th, table.listView td, table.listView tr {padding:0px 3px 0px 3px;}
.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-height:1.4em; overflow:auto;}
.viewer code {font-size:1.2em; line-height:1.4em;}
.editor {font-size:1.1em;}
.editor input, .editor textarea {display:block; width:100%; font:inherit;}
.editorFooter {padding:0.25em 0em; font-size:.9em;}
.editorFooter .button {padding-top:0px; padding-bottom:0px;}
.fieldsetFix {border:0; padding:0; margin:1px 0px 1px 0px;}
.sparkline {line-height:1em;}
.sparktick {outline:0;}
.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}
* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em 0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em 0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0em; right:0em;}
#backstageButton a {padding:0.1em 0.4em 0.1em 0.4em; margin:0.1em 0.1em 0.1em 0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; margin:0em 3em 0em 3em; padding:1em 1em 1em 1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em 0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}
.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
<html> <iframe width="100%" height="600" src="http://www.google.com/search?hl=en&q=%22%28andrew+OR+andy%29+kotlinski%22+OR+%22kotlinski+%28andrew+OR+andy%29%22&btnG=Google+Search"></iframe> </html>
There is, I believe, no purer science than mathematics. And there is no better way to visually express the complexities and curiosities of mathematics than through computer graphics. On this site I've collected some of my works, created using the most versatile tool available, the digital computer. I create my art using software of my own design and implementation. I do this because I need to understand every algorithmic step involved in creating my still images or videos. If I don't have control over the entire process, I feel that I've left something to chance. Just as a scientist despises randomness when it hinders the repeatability of an experiment, I despise randomness when it prevents me from recreating my art. The whole point of being digital is being precise. Analog art degrades over time, whereas digital art remains the same forever. Some may say that analog art better represents the human condition -- that is, the condition of temporary existence, followed by death and obsolescence -- because the art ages and degrades and ultimately disintegrates over time. I say that the pattern of operations that can create a beautiful image ''is'' the actual art, not the image itself. The end product (the image) is simply a particular rendering of the pattern. Since the pattern can be retained in perfect digital form, the creativity of the artist can likewise be remembered and appreciated for perhaps thousands of years to come, until we as a species have outgrown simple two-dimensional art forms. I welcome feedback and questions. If you would like to know how a particular piece can be created from scratch, please [[contact me|contact]]. Enjoy!
email: [[andy@kotlinski.com|mailto:andy@kotlinski.com]]
<html> <table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/AnotherThingy.png"><img width="200" title="AnotherThingy" src="http://kotlinski.com/art/thumbs/stills/AnotherThingy.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/AnotherThingy2.png"><img width="200" title="AnotherThingy2" src="http://kotlinski.com/art/thumbs/stills/AnotherThingy2.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/ArithmeticMeanModulus.png"><img width="200" title="ArithmeticMeanModulus" src="http://kotlinski.com/art/thumbs/stills/ArithmeticMeanModulus.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Big.png"><img width="200" title="Big" src="http://kotlinski.com/art/thumbs/stills/Big.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Biggie.png"><img width="200" title="Biggie" src="http://kotlinski.com/art/thumbs/stills/Biggie.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Brain.png"><img width="200" title="Brain" src="http://kotlinski.com/art/thumbs/stills/Brain.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Brain3a.png"><img height="200" title="Brain3a" src="http://kotlinski.com/art/thumbs/stills/Brain3a.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/CATest4.png"><img width="200" title="CATest4" src="http://kotlinski.com/art/thumbs/stills/CATest4.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/CF177.png"><img width="200" title="CF177" src="http://kotlinski.com/art/thumbs/stills/CF177.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/CF425_1.png"><img width="200" title="CF425_1" src="http://kotlinski.com/art/thumbs/stills/CF425_1.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/CF425_1_2.png"><img width="200" title="CF425_1_2" src="http://kotlinski.com/art/thumbs/stills/CF425_1_2.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/CF425_2.png"><img width="200" title="CF425_2" src="http://kotlinski.com/art/thumbs/stills/CF425_2.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/CF433_1.png"><img width="200" title="CF433_1" src="http://kotlinski.com/art/thumbs/stills/CF433_1.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/ClamTriple.png"><img width="200" title="ClamTriple" src="http://kotlinski.com/art/thumbs/stills/ClamTriple.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Elementary1DTest.png"><img width="200" title="Elementary1DTest" src="http://kotlinski.com/art/thumbs/stills/Elementary1DTest.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/EuclideanArithmeticMean.png"><img width="200" title="EuclideanArithmeticMean" src="http://kotlinski.com/art/thumbs/stills/EuclideanArithmeticMean.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/EuclideanGeometricMean.png"><img width="200" title="EuclideanGeometricMean" src="http://kotlinski.com/art/thumbs/stills/EuclideanGeometricMean.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/EuclideanHarmonicMean.png"><img width="200" title="EuclideanHarmonicMean" src="http://kotlinski.com/art/thumbs/stills/EuclideanHarmonicMean.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/EuclideanKurtosis.png"><img width="200" title="EuclideanKurtosis" src="http://kotlinski.com/art/thumbs/stills/EuclideanKurtosis.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/EuclideanMaximum.png"><img width="200" title="EuclideanMaximum" src="http://kotlinski.com/art/thumbs/stills/EuclideanMaximum.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/EuclideanMeanDeviation.png"><img width="200" title="EuclideanMeanDeviation" src="http://kotlinski.com/art/thumbs/stills/EuclideanMeanDeviation.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/EuclideanMedian.png"><img width="200" title="EuclideanMedian" src="http://kotlinski.com/art/thumbs/stills/EuclideanMedian.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/EuclideanMedianDeviation.png"><img width="200" title="EuclideanMedianDeviation" src="http://kotlinski.com/art/thumbs/stills/EuclideanMedianDeviation.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/EuclideanMinimum.png"><img width="200" title="EuclideanMinimum" src="http://kotlinski.com/art/thumbs/stills/EuclideanMinimum.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/EuclideanMode.png"><img width="200" title="EuclideanMode" src="http://kotlinski.com/art/thumbs/stills/EuclideanMode.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/EuclideanRange.png"><img width="200" title="EuclideanRange" src="http://kotlinski.com/art/thumbs/stills/EuclideanRange.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/EuclideanRootMeanSquare.png"><img width="200" title="EuclideanRootMeanSquare" src="http://kotlinski.com/art/thumbs/stills/EuclideanRootMeanSquare.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/EuclideanSkewness.png"><img width="200" title="EuclideanSkewness" src="http://kotlinski.com/art/thumbs/stills/EuclideanSkewness.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/EuclideanStandardDeviation.png"><img width="200" title="EuclideanStandardDeviation" src="http://kotlinski.com/art/thumbs/stills/EuclideanStandardDeviation.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/EuclideanVariance.png"><img width="200" title="EuclideanVariance" src="http://kotlinski.com/art/thumbs/stills/EuclideanVariance.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/FuckedUpHalley.png"><img width="200" title="FuckedUpHalley" src="http://kotlinski.com/art/thumbs/stills/FuckedUpHalley.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/FuckedUpHalley2.png"><img width="200" title="FuckedUpHalley2" src="http://kotlinski.com/art/thumbs/stills/FuckedUpHalley2.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/FuckedUpHalley3.png"><img height="200" title="FuckedUpHalley3" src="http://kotlinski.com/art/thumbs/stills/FuckedUpHalley3.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/FunkyCrossbreed1.png"><img width="200" title="FunkyCrossbreed1" src="http://kotlinski.com/art/thumbs/stills/FunkyCrossbreed1.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/FunkyCrossbreed2.png"><img width="200" title="FunkyCrossbreed2" src="http://kotlinski.com/art/thumbs/stills/FunkyCrossbreed2.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/FunkyCrossbreed3.png"><img width="200" title="FunkyCrossbreed3" src="http://kotlinski.com/art/thumbs/stills/FunkyCrossbreed3.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/FunkyHalley.png"><img width="200" title="FunkyHalley" src="http://kotlinski.com/art/thumbs/stills/FunkyHalley.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/General1DTest.png"><img width="200" title="General1DTest" src="http://kotlinski.com/art/thumbs/stills/General1DTest.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/GeneralizedQuadratic2Color.png"><img width="200" title="GeneralizedQuadratic2Color" src="http://kotlinski.com/art/thumbs/stills/GeneralizedQuadratic2Color.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/GeneralizedQuadratic8Color.png"><img width="200" title="GeneralizedQuadratic8Color" src="http://kotlinski.com/art/thumbs/stills/GeneralizedQuadratic8Color.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/GeometricMeanModulus.png"><img width="200" title="GeometricMeanModulus" src="http://kotlinski.com/art/thumbs/stills/GeometricMeanModulus.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/GothicMedallion.png"><img width="200" title="GothicMedallion" src="http://kotlinski.com/art/thumbs/stills/GothicMedallion.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Halley_CPCB277.png"><img width="200" title="Halley_CPCB277" src="http://kotlinski.com/art/thumbs/stills/Halley_CPCB277.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Halloween.png"><img width="200" title="Halloween" src="http://kotlinski.com/art/thumbs/stills/Halloween.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/HarmonicMeanModulus.png"><img width="200" title="HarmonicMeanModulus" src="http://kotlinski.com/art/thumbs/stills/HarmonicMeanModulus.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/InvertedPentaBioCrosstalkDecompJulia.png"><img width="200" title="InvertedPentaBioCrosstalkDecompJulia" src="http://kotlinski.com/art/thumbs/stills/InvertedPentaBioCrosstalkDecompJulia.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/InvertedPentaBioCrosstalkDecompJulia2.png"><img width="200" title="InvertedPentaBioCrosstalkDecompJulia2" src="http://kotlinski.com/art/thumbs/stills/InvertedPentaBioCrosstalkDecompJulia2.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/InvertedPentagram.png"><img width="200" title="InvertedPentagram" src="http://kotlinski.com/art/thumbs/stills/InvertedPentagram.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/InvertedZ5PlusC.png"><img width="200" title="InvertedZ5PlusC" src="http://kotlinski.com/art/thumbs/stills/InvertedZ5PlusC.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/InvertedZ5PlusC_Big.png"><img width="200" title="InvertedZ5PlusC_Big" src="http://kotlinski.com/art/thumbs/stills/InvertedZ5PlusC_Big.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/InvertedZ5PlusC_2.png"><img width="200" title="InvertedZ5PlusC_2" src="http://kotlinski.com/art/thumbs/stills/InvertedZ5PlusC_2.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Julia.png"><img width="200" title="Julia" src="http://kotlinski.com/art/thumbs/stills/Julia.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/JuliaDynamicDihedral.png"><img width="200" title="JuliaDynamicDihedral" src="http://kotlinski.com/art/thumbs/stills/JuliaDynamicDihedral.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/JuliaStalkies.png"><img width="200" title="JuliaStalkies" src="http://kotlinski.com/art/thumbs/stills/JuliaStalkies.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/KingsDream.png"><img width="200" title="KingsDream" src="http://kotlinski.com/art/thumbs/stills/KingsDream.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/KurtosisModulus.png"><img width="200" title="KurtosisModulus" src="http://kotlinski.com/art/thumbs/stills/KurtosisModulus.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/LaceByNine.png"><img width="200" title="LaceByNine" src="http://kotlinski.com/art/thumbs/stills/LaceByNine.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/LyapunovAll.png"><img width="200" title="LyapunovAll" src="http://kotlinski.com/art/thumbs/stills/LyapunovAll.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/LyapunovBat.png"><img width="200" title="LyapunovBat" src="http://kotlinski.com/art/thumbs/stills/LyapunovBat.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/LyapunovMorph04.png"><img width="200" title="LyapunovMorph04" src="http://kotlinski.com/art/thumbs/stills/LyapunovMorph04.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/LyapunovRoach.png"><img width="200" title="LyapunovRoach" src="http://kotlinski.com/art/thumbs/stills/LyapunovRoach.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/LyapunovRoachBat.png"><img width="200" title="LyapunovRoachBat" src="http://kotlinski.com/art/thumbs/stills/LyapunovRoachBat.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/LyapunovZirconCity.png"><img width="200" title="LyapunovZirconCity" src="http://kotlinski.com/art/thumbs/stills/LyapunovZirconCity.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/LyapunovZirconCityOldColoring.png"><img width="200" title="LyapunovZirconCityOldColoring" src="http://kotlinski.com/art/thumbs/stills/LyapunovZirconCityOldColoring.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MandelBrain.png"><img width="200" title="MandelBrain" src="http://kotlinski.com/art/thumbs/stills/MandelBrain.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Mandelbrot.png"><img width="200" title="Mandelbrot" src="http://kotlinski.com/art/thumbs/stills/Mandelbrot.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MandelbrotDynamicCyclic.png"><img width="200" title="MandelbrotDynamicCyclic" src="http://kotlinski.com/art/thumbs/stills/MandelbrotDynamicCyclic.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MayanBracelet.png"><img width="200" title="MayanBracelet" src="http://kotlinski.com/art/thumbs/stills/MayanBracelet.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MeanDeviation.png"><img width="200" title="MeanDeviation" src="http://kotlinski.com/art/thumbs/stills/MeanDeviation.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MercedesBenz.png"><img width="200" title="MercedesBenz" src="http://kotlinski.com/art/thumbs/stills/MercedesBenz.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MmmHmmm.png"><img width="200" title="MmmHmmm" src="http://kotlinski.com/art/thumbs/stills/MmmHmmm.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/ModeModulus.png"><img width="200" title="ModeModulus" src="http://kotlinski.com/art/thumbs/stills/ModeModulus.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/ModeModulusZoom.png"><img width="200" title="ModeModulusZoom" src="http://kotlinski.com/art/thumbs/stills/ModeModulusZoom.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/ModulusArithmeticMean.png"><img width="200" title="ModulusArithmeticMean" src="http://kotlinski.com/art/thumbs/stills/ModulusArithmeticMean.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/ModulusGeometricMean.png"><img width="200" title="ModulusGeometricMean" src="http://kotlinski.com/art/thumbs/stills/ModulusGeometricMean.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/ModulusHarmonicMean.png"><img width="200" title="ModulusHarmonicMean" src="http://kotlinski.com/art/thumbs/stills/ModulusHarmonicMean.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/ModulusKurtosis.png"><img width="200" title="ModulusKurtosis" src="http://kotlinski.com/art/thumbs/stills/ModulusKurtosis.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/ModulusMaximum.png"><img width="200" title="ModulusMaximum" src="http://kotlinski.com/art/thumbs/stills/ModulusMaximum.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/ModulusMeanDeviation.png"><img width="200" title="ModulusMeanDeviation" src="http://kotlinski.com/art/thumbs/stills/ModulusMeanDeviation.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/ModulusMedian.png"><img width="200" title="ModulusMedian" src="http://kotlinski.com/art/thumbs/stills/ModulusMedian.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/ModulusMedianDeviation.png"><img width="200" title="ModulusMedianDeviation" src="http://kotlinski.com/art/thumbs/stills/ModulusMedianDeviation.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/ModulusMinimum.png"><img width="200" title="ModulusMinimum" src="http://kotlinski.com/art/thumbs/stills/ModulusMinimum.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/ModulusMode.png"><img width="200" title="ModulusMode" src="http://kotlinski.com/art/thumbs/stills/ModulusMode.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/ModulusRange.png"><img width="200" title="ModulusRange" src="http://kotlinski.com/art/thumbs/stills/ModulusRange.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/ModulusRootMeanSquare.png"><img width="200" title="ModulusRootMeanSquare" src="http://kotlinski.com/art/thumbs/stills/ModulusRootMeanSquare.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/ModulusSkewness.png"><img width="200" title="ModulusSkewness" src="http://kotlinski.com/art/thumbs/stills/ModulusSkewness.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/ModulusStandardDeviation.png"><img width="200" title="ModulusStandardDeviation" src="http://kotlinski.com/art/thumbs/stills/ModulusStandardDeviation.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/ModulusVariance.png"><img width="200" title="ModulusVariance" src="http://kotlinski.com/art/thumbs/stills/ModulusVariance.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley1.png"><img width="200" title="MoreFuckedUpHalley1" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley1.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley10.png"><img width="200" title="MoreFuckedUpHalley10" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley10.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley11.png"><img width="200" title="MoreFuckedUpHalley11" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley11.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley12.png"><img width="200" title="MoreFuckedUpHalley12" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley12.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley13.png"><img width="200" title="MoreFuckedUpHalley13" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley13.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley14.png"><img width="200" title="MoreFuckedUpHalley14" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley14.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley15.png"><img width="200" title="MoreFuckedUpHalley15" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley15.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley16.png"><img width="200" title="MoreFuckedUpHalley16" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley16.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley17.png"><img width="200" title="MoreFuckedUpHalley17" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley17.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley18.png"><img width="200" title="MoreFuckedUpHalley18" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley18.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley19.png"><img width="200" title="MoreFuckedUpHalley19" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley19.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley2.png"><img width="200" title="MoreFuckedUpHalley2" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley2.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley20.png"><img width="200" title="MoreFuckedUpHalley20" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley20.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley21.png"><img width="200" title="MoreFuckedUpHalley21" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley21.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley22.png"><img width="200" title="MoreFuckedUpHalley22" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley22.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley23.png"><img width="200" title="MoreFuckedUpHalley23" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley23.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley24.png"><img width="200" title="MoreFuckedUpHalley24" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley24.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley25.png"><img width="200" title="MoreFuckedUpHalley25" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley25.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley26.png"><img width="200" title="MoreFuckedUpHalley26" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley26.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley27.png"><img width="200" title="MoreFuckedUpHalley27" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley27.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley28.png"><img width="200" title="MoreFuckedUpHalley28" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley28.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley3.png"><img width="200" title="MoreFuckedUpHalley3" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley3.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley4.png"><img width="200" title="MoreFuckedUpHalley4" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley4.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley5.png"><img width="200" title="MoreFuckedUpHalley5" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley5.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley6.png"><img width="200" title="MoreFuckedUpHalley6" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley6.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley7.png"><img width="200" title="MoreFuckedUpHalley7" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley7.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley8.png"><img width="200" title="MoreFuckedUpHalley8" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley8.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/MoreFuckedUpHalley9.png"><img width="200" title="MoreFuckedUpHalley9" src="http://kotlinski.com/art/thumbs/stills/MoreFuckedUpHalley9.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/NewFolder3.png"><img width="200" title="NewFolder3" src="http://kotlinski.com/art/thumbs/stills/NewFolder3.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/NewFolder3_2.png"><img width="200" title="NewFolder3_2" src="http://kotlinski.com/art/thumbs/stills/NewFolder3_2.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/NewFolder4.png"><img width="200" title="NewFolder4" src="http://kotlinski.com/art/thumbs/stills/NewFolder4.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/NewFolder4_2.png"><img width="200" title="NewFolder4_2" src="http://kotlinski.com/art/thumbs/stills/NewFolder4_2.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/PB238.png"><img width="200" title="PB238" src="http://kotlinski.com/art/thumbs/stills/PB238.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/PB238_2.png"><img width="200" title="PB238_2" src="http://kotlinski.com/art/thumbs/stills/PB238_2.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/PatternBook068.png"><img width="200" title="PatternBook068" src="http://kotlinski.com/art/thumbs/stills/PatternBook068.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/PentaCool.png"><img width="200" title="PentaCool" src="http://kotlinski.com/art/thumbs/stills/PentaCool.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/PentaGLB.png"><img width="200" title="PentaGLB" src="http://kotlinski.com/art/thumbs/stills/PentaGLB.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/PentaGLB_2.png"><img width="200" title="PentaGLB_2" src="http://kotlinski.com/art/thumbs/stills/PentaGLB_2.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/PentaStalkies.png"><img width="200" title="PentaStalkies" src="http://kotlinski.com/art/thumbs/stills/PentaStalkies.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/PentaThickStalks.png"><img width="200" title="PentaThickStalks" src="http://kotlinski.com/art/thumbs/stills/PentaThickStalks.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/PentaThinStalks.png"><img width="200" title="PentaThinStalks" src="http://kotlinski.com/art/thumbs/stills/PentaThinStalks.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Pickover.png"><img width="200" title="Pickover" src="http://kotlinski.com/art/thumbs/stills/Pickover.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Pickover2_1.png"><img width="200" title="Pickover2_1" src="http://kotlinski.com/art/thumbs/stills/Pickover2_1.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Pickover2_2.png"><img width="200" title="Pickover2_2" src="http://kotlinski.com/art/thumbs/stills/Pickover2_2.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Pickover2_3.png"><img width="200" title="Pickover2_3" src="http://kotlinski.com/art/thumbs/stills/Pickover2_3.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Pickover2_4.png"><img width="200" title="Pickover2_4" src="http://kotlinski.com/art/thumbs/stills/Pickover2_4.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Pickover2_7.png"><img width="200" title="Pickover2_7" src="http://kotlinski.com/art/thumbs/stills/Pickover2_7.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Pickover2_8.png"><img width="200" title="Pickover2_8" src="http://kotlinski.com/art/thumbs/stills/Pickover2_8.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Pickover2_9.png"><img width="200" title="Pickover2_9" src="http://kotlinski.com/art/thumbs/stills/Pickover2_9.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Pickover2_10.png"><img width="200" title="Pickover2_10" src="http://kotlinski.com/art/thumbs/stills/Pickover2_10.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Pickover2_11.png"><img width="200" title="Pickover2_11" src="http://kotlinski.com/art/thumbs/stills/Pickover2_11.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Pickover2_12.png"><img width="200" title="Pickover2_12" src="http://kotlinski.com/art/thumbs/stills/Pickover2_12.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Pickover2_13.png"><img width="200" title="Pickover2_13" src="http://kotlinski.com/art/thumbs/stills/Pickover2_13.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Pickover2_14.png"><img width="200" title="Pickover2_14" src="http://kotlinski.com/art/thumbs/stills/Pickover2_14.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Pickover2_14a.png"><img width="200" title="Pickover2_14a" src="http://kotlinski.com/art/thumbs/stills/Pickover2_14a.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Pickover2_14b.png"><img width="200" title="Pickover2_14b" src="http://kotlinski.com/art/thumbs/stills/Pickover2_14b.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Pickover2_14c.png"><img width="200" title="Pickover2_14c" src="http://kotlinski.com/art/thumbs/stills/Pickover2_14c.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Pickover2_14d.png"><img width="200" title="Pickover2_14d" src="http://kotlinski.com/art/thumbs/stills/Pickover2_14d.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Pickover2_15.png"><img width="200" title="Pickover2_15" src="http://kotlinski.com/art/thumbs/stills/Pickover2_15.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Pickover2_16.png"><img width="200" title="Pickover2_16" src="http://kotlinski.com/art/thumbs/stills/Pickover2_16.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Pickover2_16c.png"><img width="200" title="Pickover2_16c" src="http://kotlinski.com/art/thumbs/stills/Pickover2_16c.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Pickover2_16d.png"><img width="200" title="Pickover2_16d" src="http://kotlinski.com/art/thumbs/stills/Pickover2_16d.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Pickover4_1.png"><img width="200" title="Pickover4_1" src="http://kotlinski.com/art/thumbs/stills/Pickover4_1.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Pickover4_2.png"><img width="200" title="Pickover4_2" src="http://kotlinski.com/art/thumbs/stills/Pickover4_2.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/PickoverAttractor.png"><img width="200" title="PickoverAttractor" src="http://kotlinski.com/art/thumbs/stills/PickoverAttractor.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/PickoverAttractor2.png"><img width="200" title="PickoverAttractor2" src="http://kotlinski.com/art/thumbs/stills/PickoverAttractor2.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/RootMeanSquareModulus.png"><img width="200" title="RootMeanSquareModulus" src="http://kotlinski.com/art/thumbs/stills/RootMeanSquareModulus.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Simple.png"><img width="200" title="Simple" src="http://kotlinski.com/art/thumbs/stills/Simple.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/SkewnessModulus.png"><img width="200" title="SkewnessModulus" src="http://kotlinski.com/art/thumbs/stills/SkewnessModulus.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Stalkies.png"><img width="200" title="Stalkies" src="http://kotlinski.com/art/thumbs/stills/Stalkies.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Stalkies_2.png"><img width="200" title="Stalkies_2" src="http://kotlinski.com/art/thumbs/stills/Stalkies_2.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/StandardDeviationModulus.png"><img width="200" title="StandardDeviationModulus" src="http://kotlinski.com/art/thumbs/stills/StandardDeviationModulus.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/ThePentacle.png"><img width="200" title="ThePentacle" src="http://kotlinski.com/art/thumbs/stills/ThePentacle.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/ThePentacle2.png"><img width="200" title="ThePentacle2" src="http://kotlinski.com/art/thumbs/stills/ThePentacle2.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Thingy.png"><img width="200" title="Thingy" src="http://kotlinski.com/art/thumbs/stills/Thingy.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/TimeSeries.png"><img width="200" title="TimeSeries" src="http://kotlinski.com/art/thumbs/stills/TimeSeries.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/TriFern.png"><img width="200" title="TriFern" src="http://kotlinski.com/art/thumbs/stills/TriFern.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/TriFern_2.png"><img width="200" title="TriFern_2" src="http://kotlinski.com/art/thumbs/stills/TriFern_2.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/TriFern_3.png"><img width="200" title="TriFern_3" src="http://kotlinski.com/art/thumbs/stills/TriFern_3.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/TriFern_4.png"><img width="200" title="TriFern_4" src="http://kotlinski.com/art/thumbs/stills/TriFern_4.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/TriFern_5.png"><img width="200" title="TriFern_5" src="http://kotlinski.com/art/thumbs/stills/TriFern_5.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/TriFern_6.png"><img width="200" title="TriFern_6" src="http://kotlinski.com/art/thumbs/stills/TriFern_6.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/TriFern_7.png"><img width="200" title="TriFern_7" src="http://kotlinski.com/art/thumbs/stills/TriFern_7.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/TriFern_8.png"><img width="200" title="TriFern_8" src="http://kotlinski.com/art/thumbs/stills/TriFern_8.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Trianglebrot.png"><img width="200" title="Trianglebrot" src="http://kotlinski.com/art/thumbs/stills/Trianglebrot.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/Trianglebrot2.png"><img width="200" title="Trianglebrot2" src="http://kotlinski.com/art/thumbs/stills/Trianglebrot2.jpg"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/stills/VarianceModulus.png"><img width="200" title="VarianceModulus" src="http://kotlinski.com/art/thumbs/stills/VarianceModulus.jpg"/></a></td></tr></table> </html>
All of my videos are compressed using the [[DivX|http://www.divx.com]] codec. <html> <table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/AttractorMovie01.DivX.avi"><img width="200" title="AttractorMovie01 (10 seconds, 30 frames per second, 31.2 MB)" src="http://kotlinski.com/art/thumbs/videos/AttractorMovie01.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/AttractorMovie02.DivX.avi"><img width="200" title="AttractorMovie02 (10 seconds, 30 frames per second, 85.2 MB)" src="http://kotlinski.com/art/thumbs/videos/AttractorMovie02.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/Brain2.DivX.avi"><img width="200" title="Brain2 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/Brain2.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/Brain3.DivX.avi"><img height="200" title="Brain3 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/Brain3.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/Brain3b.DivX.avi"><img height="200" title="Brain3b (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/Brain3b.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/Brain4.DivX.avi"><img width="200" title="Brain4 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/Brain4.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/CATest.DivX.avi"><img width="200" title="CATest (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/CATest.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/CATest2.DivX.avi"><img width="200" title="CATest2 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/CATest2.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/CATest3.DivX.avi"><img width="200" title="CATest3 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/CATest3.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/CF177_2.DivX.avi"><img width="200" title="CF177_2 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/CF177_2.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/CF177_3.DivX.avi"><img width="200" title="CF177_3 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/CF177_3.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/CF425_2_1.DivX.avi"><img width="200" title="CF425_2_1 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/CF425_2_1.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/CF425_2_1a.DivX.avi"><img width="200" title="CF425_2_1a (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/CF425_2_1a.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/CF425_2_2.DivX.avi"><img width="200" title="CF425_2_2 (30 seconds, 30 frames per second, 94.6 MB)" src="http://kotlinski.com/art/thumbs/videos/CF425_2_2.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/CF425_2_2a.DivX.avi"><img width="200" title="CF425_2_2a (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/CF425_2_2a.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/CellularAutomatonTest.DivX.avi"><img width="200" title="CellularAutomatonTest (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/CellularAutomatonTest.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/Crossbreed080899.DivX.avi"><img width="200" title="Crossbreed080899 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/Crossbreed080899.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/Crossbreed080899Color.DivX.avi"><img width="200" title="Crossbreed080899Color (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/Crossbreed080899Color.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/DecompTest01.DivX.avi"><img width="200" title="DecompTest01 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/DecompTest01.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/DecompTest02.DivX.avi"><img width="200" title="DecompTest02 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/DecompTest02.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/DecompTest03JuliaVaryBase.DivX.avi"><img width="200" title="DecompTest03JuliaVaryBase (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/DecompTest03JuliaVaryBase.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/DecompTest03JuliaVaryInnerFrequency.DivX.avi"><img width="200" title="DecompTest03JuliaVaryInnerFrequency (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/DecompTest03JuliaVaryInnerFrequency.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/DecompTest03JuliaVaryOffset.DivX.avi"><img width="200" title="DecompTest03JuliaVaryOffset (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/DecompTest03JuliaVaryOffset.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/DecompTest03JuliaVaryOuterFrequency.DivX.avi"><img width="200" title="DecompTest03JuliaVaryOuterFrequency (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/DecompTest03JuliaVaryOuterFrequency.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/DecompTest03MandelbrotVaryBase.DivX.avi"><img width="200" title="DecompTest03MandelbrotVaryBase (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/DecompTest03MandelbrotVaryBase.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/DecompTest03MandelbrotVaryInnerFrequency.DivX.avi"><img width="200" title="DecompTest03MandelbrotVaryInnerFrequency (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/DecompTest03MandelbrotVaryInnerFrequency.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/DecompTest03MandelbrotVaryOffset.DivX.avi"><img width="200" title="DecompTest03MandelbrotVaryOffset (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/DecompTest03MandelbrotVaryOffset.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/DecompTest03MandelbrotVaryOuterFrequency.DivX.avi"><img width="200" title="DecompTest03MandelbrotVaryOuterFrequency (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/DecompTest03MandelbrotVaryOuterFrequency.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/EuclideanCdf.DivX.avi"><img width="200" title="EuclideanCdf (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/EuclideanCdf.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/EuclideanQuantile.DivX.avi"><img width="200" title="EuclideanQuantile (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/EuclideanQuantile.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/GeneralQuadraticMovie01.DivX.avi"><img width="200" title="GeneralQuadraticMovie01 (30 seconds, 1 frame per second, 2.34 MB)" src="http://kotlinski.com/art/thumbs/videos/GeneralQuadraticMovie01.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/GeneralQuadraticMovie02.DivX.avi"><img width="200" title="GeneralQuadraticMovie02 (30 seconds, 30 frames per second, 26.1 MB)" src="http://kotlinski.com/art/thumbs/videos/GeneralQuadraticMovie02.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/JuliaDynamicDihedral2.DivX.avi"><img width="200" title="JuliaDynamicDihedral2 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/JuliaDynamicDihedral2.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/JuliaInvertedFlower.DivX.avi"><img width="200" title="JuliaInvertedFlower (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/JuliaInvertedFlower.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/JuliaInvertedFlowerWithModulusRounding.DivX.avi"><img width="200" title="JuliaInvertedFlowerWithModulusRounding (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/JuliaInvertedFlowerWithModulusRounding.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/JuliaInvertedFlowerWithRounding.DivX.avi"><img width="200" title="JuliaInvertedFlowerWithRounding (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/JuliaInvertedFlowerWithRounding.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/JuliaInvertedFlower_D6.DivX.avi"><img width="200" title="JuliaInvertedFlower_D6 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/JuliaInvertedFlower_D6.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/JuliaRotomorph.DivX.avi"><img width="200" title="JuliaRotomorph (30 seconds, 30 frames per second, 88.3 MB)" src="http://kotlinski.com/art/thumbs/videos/JuliaRotomorph.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/JuliaRotomorph2.DivX.avi"><img width="200" title="JuliaRotomorph2 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/JuliaRotomorph2.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/KingsDreamZoom.DivX.avi"><img width="200" title="KingsDreamZoom (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/KingsDreamZoom.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/LyapunovIterations.DivX.avi"><img width="200" title="LyapunovIterations (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/LyapunovIterations.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/LyapunovMorph.DivX.avi"><img width="200" title="LyapunovMorph (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/LyapunovMorph.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/LyapunovMorph02.DivX.avi"><img width="200" title="LyapunovMorph02 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/LyapunovMorph02.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/MandelbrotDynamicCyclic2.DivX.avi"><img width="200" title="MandelbrotDynamicCyclic2 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/MandelbrotDynamicCyclic2.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/MandelbrotSineWave.DivX.avi"><img height="200" title="MandelbrotSineWave (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/MandelbrotSineWave.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/ModulusCdf.DivX.avi"><img width="200" title="ModulusCdf (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/ModulusCdf.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/ModulusQuantile.DivX.avi"><img width="200" title="ModulusQuantile (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/ModulusQuantile.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/MoireCircles100.DivX.avi"><img width="200" title="MoireCircles100 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/MoireCircles100.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/MoireCircles100WallpaperP1.DivX.avi"><img width="200" title="MoireCircles100WallpaperP1 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/MoireCircles100WallpaperP1.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/MoireCircles100WallpaperP3_version1.DivX.avi"><img width="200" title="MoireCircles100WallpaperP3_version1 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/MoireCircles100WallpaperP3_version1.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/MoireCircles100Wallpaper_p3m1_version1.DivX.avi"><img width="200" title="MoireCircles100Wallpaper_p3m1_version1 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/MoireCircles100Wallpaper_p3m1_version1.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/MoireCircles100_p31m.DivX.avi"><img width="200" title="MoireCircles100_p31m (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/MoireCircles100_p31m.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/MoireCircles100_p3m1_dynamicSize.DivX.avi"><img width="200" title="MoireCircles100_p3m1_dynamicSize (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/MoireCircles100_p3m1_dynamicSize.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/MoireCircles100_p3m1_dynamicSize2.DivX.avi"><img width="200" title="MoireCircles100_p3m1_dynamicSize2 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/MoireCircles100_p3m1_dynamicSize2.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/MoireCircles100_p3m1_dynamicSize3.DivX.avi"><img width="200" title="MoireCircles100_p3m1_dynamicSize3 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/MoireCircles100_p3m1_dynamicSize3.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/MoireCircles100_p3m1_exp.DivX.avi"><img width="200" title="MoireCircles100_p3m1_exp (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/MoireCircles100_p3m1_exp.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/MoireCircles100p1.DivX.avi"><img width="200" title="MoireCircles100p1 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/MoireCircles100p1.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/MoireCircles500.DivX.avi"><img width="200" title="MoireCircles500 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/MoireCircles500.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/MoireInvertedOscillatingSines200RedBlue.DivX.avi"><img width="200" title="MoireInvertedOscillatingSines200RedBlue (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/MoireInvertedOscillatingSines200RedBlue.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/MoireOscillatingCircles500RedBlue.DivX.avi"><img width="200" title="MoireOscillatingCircles500RedBlue (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/MoireOscillatingCircles500RedBlue.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/MoireOscillatingSines200RedBlue.DivX.avi"><img width="200" title="MoireOscillatingSines200RedBlue (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/MoireOscillatingSines200RedBlue.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/MoireRotatingSines100RedBlue.DivX.avi"><img width="200" title="MoireRotatingSines100RedBlue (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/MoireRotatingSines100RedBlue.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/MoireRotatingSines200RedBlue.DivX.avi"><img width="200" title="MoireRotatingSines200RedBlue (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/MoireRotatingSines200RedBlue.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/MoireRotatingSquares100RedBlue.DivX.avi"><img width="200" title="MoireRotatingSquares100RedBlue (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/MoireRotatingSquares100RedBlue.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/MoireRotatingSquares200RedBlue.DivX.avi"><img width="200" title="MoireRotatingSquares200RedBlue (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/MoireRotatingSquares200RedBlue.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PatternBook068_2.DivX.avi"><img width="200" title="PatternBook068_2 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PatternBook068_2.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/Pickover2_5.DivX.avi"><img width="200" title="Pickover2_5 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/Pickover2_5.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/Pickover2_6.DivX.avi"><img width="200" title="Pickover2_6 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/Pickover2_6.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/Pickover2_16a.DivX.avi"><img width="200" title="Pickover2_16a (10 seconds, 30 frames per second, 29.4 MB)" src="http://kotlinski.com/art/thumbs/videos/Pickover2_16a.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/Pickover2_16b.DivX.avi"><img width="200" title="Pickover2_16b (10 seconds, 30 frames per second, 30.6 MB)" src="http://kotlinski.com/art/thumbs/videos/Pickover2_16b.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PickoverAttractorExplosion.DivX.avi"><img width="200" title="PickoverAttractorExplosion (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PickoverAttractorExplosion.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PickoverAttractorExplosion02.DivX.avi"><img width="200" title="PickoverAttractorExplosion02 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PickoverAttractorExplosion02.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PickoverAttractorExplosion03.DivX.avi"><img width="200" title="PickoverAttractorExplosion03 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PickoverAttractorExplosion03.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PickoverAttractorVideo01.DivX.avi"><img width="200" title="PickoverAttractorVideo01 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PickoverAttractorVideo01.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PickoverAttractorVideo01WithVideoParameterBug.DivX.avi"><img width="200" title="PickoverAttractorVideo01WithVideoParameterBug (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PickoverAttractorVideo01WithVideoParameterBug.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PickoverAttractorVideoForcingMorph01.DivX.avi"><img width="200" title="PickoverAttractorVideoForcingMorph01 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PickoverAttractorVideoForcingMorph01.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PickoverAttractorVideoForcingMorph02.DivX.avi"><img width="200" title="PickoverAttractorVideoForcingMorph02 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PickoverAttractorVideoForcingMorph02.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PickoverAttractorVideoForcingMorph03.DivX.avi"><img width="200" title="PickoverAttractorVideoForcingMorph03 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PickoverAttractorVideoForcingMorph03.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PickoverAttractorVideoForcingMorph04.DivX.avi"><img width="200" title="PickoverAttractorVideoForcingMorph04 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PickoverAttractorVideoForcingMorph04.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PickoverAttractorVideoForcingMorph05.DivX.avi"><img width="200" title="PickoverAttractorVideoForcingMorph05 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PickoverAttractorVideoForcingMorph05.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PickoverAttractorVideoForcingMorph06.DivX.avi"><img width="200" title="PickoverAttractorVideoForcingMorph06 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PickoverAttractorVideoForcingMorph06.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PickoverAttractorVideoForcingMorph07.DivX.avi"><img width="200" title="PickoverAttractorVideoForcingMorph07 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PickoverAttractorVideoForcingMorph07.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PickoverAttractorVideoForcingMorph08.DivX.avi"><img width="200" title="PickoverAttractorVideoForcingMorph08 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PickoverAttractorVideoForcingMorph08.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PickoverAttractorVideoForcingMorph09.DivX.avi"><img width="200" title="PickoverAttractorVideoForcingMorph09 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PickoverAttractorVideoForcingMorph09.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PickoverAttractorVideoForcingMorph10.DivX.avi"><img width="200" title="PickoverAttractorVideoForcingMorph10 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PickoverAttractorVideoForcingMorph10.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PickoverAttractorVideoForcingMorph11.DivX.avi"><img width="200" title="PickoverAttractorVideoForcingMorph11 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PickoverAttractorVideoForcingMorph11.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PickoverAttractorVideoForcingMorph12.DivX.avi"><img width="200" title="PickoverAttractorVideoForcingMorph12 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PickoverAttractorVideoForcingMorph12.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PickoverAttractorVideoForcingMorph13.DivX.avi"><img width="200" title="PickoverAttractorVideoForcingMorph13 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PickoverAttractorVideoForcingMorph13.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PickoverAttractorVideoForcingMorph14.DivX.avi"><img width="200" title="PickoverAttractorVideoForcingMorph14 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PickoverAttractorVideoForcingMorph14.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PickoverAttractorVideoForcingMorph15.DivX.avi"><img width="200" title="PickoverAttractorVideoForcingMorph15 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PickoverAttractorVideoForcingMorph15.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PolyTest.DivX.avi"><img width="200" title="PolyTest (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PolyTest.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PolyTest2.DivX.avi"><img width="200" title="PolyTest2 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PolyTest2.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PolyTest3.DivX.avi"><img width="200" title="PolyTest3 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PolyTest3.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PolyTest4a.DivX.avi"><img width="200" title="PolyTest4a (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PolyTest4a.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PolyTest4b.DivX.avi"><img width="200" title="PolyTest4b (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PolyTest4b.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PolyTest4c.DivX.avi"><img width="200" title="PolyTest4c (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PolyTest4c.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PolyTest4d.DivX.avi"><img width="200" title="PolyTest4d (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PolyTest4d.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PolyTest4e.DivX.avi"><img width="200" title="PolyTest4e (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PolyTest4e.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PolyTest4f.DivX.avi"><img width="200" title="PolyTest4f (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PolyTest4f.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PolyTest4g.DivX.avi"><img width="200" title="PolyTest4g (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PolyTest4g.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PolyTest4h.DivX.avi"><img width="200" title="PolyTest4h (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PolyTest4h.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PolyTest4i.DivX.avi"><img width="200" title="PolyTest4i (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PolyTest4i.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PolyTest4j.DivX.avi"><img width="200" title="PolyTest4j (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PolyTest4j.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PolyTest5.DivX.avi"><img width="200" title="PolyTest5 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PolyTest5.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/PolyTest6.DivX.avi"><img width="200" title="PolyTest6 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/PolyTest6.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/TesselationAutomatonOne.DivX.avi"><img width="200" title="TesselationAutomatonOne (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/TesselationAutomatonOne.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/TesselationAutomatonOneA.DivX.avi"><img width="200" title="TesselationAutomatonOneA (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/TesselationAutomatonOneA.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/TesselationAutomatonOneTransformed.DivX.avi"><img width="200" title="TesselationAutomatonOneTransformed (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/TesselationAutomatonOneTransformed.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/TesselationAutomatonTwo.DivX.avi"><img width="200" title="TesselationAutomatonTwo (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/TesselationAutomatonTwo.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/Test01.DivX.avi"><img width="200" title="Test01 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/Test01.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/Test01Inverted.DivX.avi"><img width="200" title="Test01Inverted (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/Test01Inverted.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/Test01a.DivX.avi"><img width="200" title="Test01a (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/Test01a.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/Test01b.DivX.avi"><img width="200" title="Test01b (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/Test01b.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/Test01c.DivX.avi"><img width="200" title="Test01c (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/Test01c.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/Test02.DivX.avi"><img width="200" title="Test02 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/Test02.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/Test02Penta.DivX.avi"><img width="200" title="Test02Penta (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/Test02Penta.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/Test03.DivX.avi"><img width="200" title="Test03 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/Test03.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/Test03InvertedLineTrap.DivX.avi"><img width="200" title="Test03InvertedLineTrap (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/Test03InvertedLineTrap.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/Test03InvertedPenta.DivX.avi"><img width="200" title="Test03InvertedPenta (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/Test03InvertedPenta.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/Test03Penta.DivX.avi"><img width="200" title="Test03Penta (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/Test03Penta.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/Test03PentaInverted.DivX.avi"><img width="200" title="Test03PentaInverted (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/Test03PentaInverted.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/Test03PentaPolygonInverted.DivX.avi"><img width="200" title="Test03PentaPolygonInverted (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/Test03PentaPolygonInverted.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/Test03PentaSquareInverted.DivX.avi"><img width="200" title="Test03PentaSquareInverted (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/Test03PentaSquareInverted.gif"/></a></td></tr></table><table class="thumb"><tr><td> <a target="_blank" href="http://kotlinski.com/art/videos/TimeSeries2.DivX.avi"><img width="200" title="TimeSeries2 (xx seconds, xx frames per second, xx MB)" src="http://kotlinski.com/art/thumbs/videos/TimeSeries2.gif"/></a></td></tr></table> </html>