|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | | - <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.8.0"> |
| 4 | + |
5 | 5 | <meta charset="utf-8"> |
6 | | - <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | | - <link rel="stylesheet" href="../assets/usage.css"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> |
| 7 | + <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet"/> |
| 8 | +<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js"></script> |
8 | 9 | <title>Animation Optimization -- ImageMagick Examples</title> |
9 | 10 | <link rel="icon" href="../img_www/favicon.ico" type="image/x-icon"> |
10 | 11 | <link rel="shortcut" href="../img_www/favicon.ico" type="image/x-icon"> |
11 | 12 | <link rel="canonical" href="https://usage.imagemagick.org/anim_opts/"> |
12 | 13 | </head> |
13 | 14 | <body> |
14 | | - <main class="container"> |
| 15 | + <main class="container mx-auto px-3 py-4" style="max-width: 800px" role="main"> |
15 | 16 | <div class="magick-template"> |
16 | 17 | <div class="magick-header"> |
17 | 18 | <h1>ImageMagick Examples --<br> |
@@ -1168,8 +1169,8 @@ <h3>Lossy LZW Optimization <font size="-1">- (non-IM)</font></h3>Another compres |
1168 | 1169 | <a href="bunny_bgnd_lossy_frames.gif"><img src="bunny_bgnd_lossy_frames.gif" align="middle" vspace="2" hspace="5" border="0" alt="[IM Output]"></a> |
1169 | 1170 | </div> |
1170 | 1171 | <hr> |
1171 | | - <footer class="magick-footer"> |
1172 | | - <div class="container-fluid"> |
| 1172 | + <footer class="text-center pt-3 my-3 text-body-secondary border-top"> |
| 1173 | + <div class="small"> |
1173 | 1174 | Created: 22 March 2007 ((sub-division of "animation")<br> |
1174 | 1175 | Updated: 23 April 2007<br> |
1175 | 1176 | Author: <a href="https://antofthy.gitlab.io/anthony.html">Anthony Thyssen</a>, <Anthony.Thyssen@gmail.com><br> |
|
0 commit comments