From 045bc4e8b4b68cd3ae8efe799b211c48e1798d63 Mon Sep 17 00:00:00 2001 From: sdbs Terra Date: Sun, 16 Jul 2023 20:24:39 +0200 Subject: [PATCH] Automatic update, changed: las.memex.md, tools.inkscape.las.authoring.md --- pages/las.memex.md | 7 ++++- pages/tools.inkscape.las.authoring.md | 42 ++++++++++++++++----------- 2 files changed, 31 insertions(+), 18 deletions(-) diff --git a/pages/las.memex.md b/pages/las.memex.md index 37bf0ea..f4bdab5 100644 --- a/pages/las.memex.md +++ b/pages/las.memex.md @@ -38,4 +38,9 @@ ----------- -And what \ No newline at end of file +And what + + + +----------------------- +- [[las.letsplay]] \ No newline at end of file diff --git a/pages/tools.inkscape.las.authoring.md b/pages/tools.inkscape.las.authoring.md index 6fa40f8..68a57b0 100644 --- a/pages/tools.inkscape.las.authoring.md +++ b/pages/tools.inkscape.las.authoring.md @@ -1,7 +1,14 @@ # tools.inkscape.[[las]].authoring [[tools.svg]] -- objects menu openable frommain toolbar +- objects menu openable from main toolbar + +## 101 +- circle - audio + - blue - general + - yellow-orange - voices +- rectangle - red - anchor ? +- square - start ## links ### anchors @@ -31,19 +38,6 @@ while importing **link** is needed **not embedded** - `down motion_source/sutr1/files.lst ` - -### how to do list -#### linux list -ls *.png > files.lst - -#### windows list -The method is the same as for all versions of Windows, starting with Windows 3.1 (from 1985!): - -1. Open File Explorer. -2. Navigate to the folder under scrutiny. -3. Press Ctrl+L -4. Type this command (or use copy/paste) and press Enter: - cmd  /c  dir  /b  > "%temp%\\Dir.txt"  & notepad  "%temp%\\Dir.txt" ## sound - circle (NO ELLIPSE NO) @@ -59,14 +53,28 @@ spacebar - anchor //intro mouse pointer --> edge - edge scrolling [fullscreen must be on] -## image optimizations +## image workflows +### lists +#### windows list +The method is the same as for all versions of Windows, starting with Windows 3.1 (from 1985!): -### png +1. Open File Explorer. +2. Navigate to the folder under scrutiny. +3. Press Ctrl+L +4. Type this command (or use copy/paste) and press Enter: + cmd  /c  dir  /b  > "%temp%\\Dir.txt"  & notepad  "%temp%\\Dir.txt" + + +#### linux list +ls *.png > files.lst + +### optimization +#### png `parallel --lb --tag optipng -o 5 -i 1 ::: **/*.png` - `parallel` = process in [parallel](https://www.gnu.org/software/parallel/) - `-o 5` = ridiculously high optimization - `-i 1` = turn on [interlacing](https://blog.codinghorror.com/progressive-image-rendering/) -### jpeg +#### jpeg `parallel --lb --tag jpegoptim --all-progressive --force ::: **/*.jpg` \ No newline at end of file