diff --git a/README.md b/README.md index dd523b26..85cf73db 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,23 @@ $ ninja -j4 check-all $ git tag -a VERSION_NUMBER -m "DESCRIPTION" $ git push --tags +### Loader gif creation from png sequence + +// from png sequence +convert -delay 3 -loop 0 coati_*.png coati.gif + +// less colors +gifsicle --colors 255 coati.gif > color.gif + +// crop size +gifsicle --crop 0,5+0x-5 color.gif > crop.gif + +// add transparency +gifsicle --unoptimize --disposal=previous --transparent="#FFFFFF" crop.gif > trans.gif + +// resize +gifsicle --resize-height 18 trans.gif > loader.gif + ### Changelog #### 0.7.0.22 diff --git a/bin/app/data/gui/statusbar_view/coati.gif b/bin/app/data/gui/statusbar_view/coati.gif new file mode 100644 index 00000000..d4720224 Binary files /dev/null and b/bin/app/data/gui/statusbar_view/coati.gif differ diff --git a/bin/app/data/gui/statusbar_view/loader.gif b/bin/app/data/gui/statusbar_view/loader.gif index 5d7e4691..de043964 100644 Binary files a/bin/app/data/gui/statusbar_view/loader.gif and b/bin/app/data/gui/statusbar_view/loader.gif differ diff --git a/bin/test/data/log/test_log.txt b/bin/test/data/log/test_log.txt index 5e4e1ebd..0799c370 100644 --- a/bin/test/data/log/test_log.txt +++ b/bin/test/data/log/test_log.txt @@ -1,3 +1,4 @@ +Settings.cpp WARNING: File for Settings not found: data/TestSettings.xml Token.cpp ERROR: Location Id was not referenced by this Token. Node.cpp WARNING: Cannot change NodeType after it was already set from namespace to class Edge.cpp ERROR: Nodes are not plain copies.