2022-08-15 14:39:25 +02:00
|
|
|
|
# tools.inkscape.[[las]].authoring
|
2021-09-20 13:54:40 +02:00
|
|
|
|
[[tools.svg]]
|
2021-01-20 17:51:01 +01:00
|
|
|
|
|
2023-07-16 20:24:39 +02:00
|
|
|
|
- objects menu openable from main toolbar
|
|
|
|
|
|
|
|
|
|
## 101
|
|
|
|
|
- circle - audio
|
|
|
|
|
- blue - general
|
2023-07-22 09:57:45 +02:00
|
|
|
|
- yellow-orange - voices _?_
|
2023-07-16 20:24:39 +02:00
|
|
|
|
- rectangle - red - anchor ?
|
|
|
|
|
- square - start
|
2022-12-06 00:03:21 +01:00
|
|
|
|
|
2021-01-20 17:51:01 +01:00
|
|
|
|
## links
|
|
|
|
|
### anchors
|
2021-01-20 18:06:22 +01:00
|
|
|
|
- object ---> right click ---> create link
|
|
|
|
|
- id without hashtag
|
2021-01-20 17:51:01 +01:00
|
|
|
|
|
2021-01-20 18:06:22 +01:00
|
|
|
|
- anchor <---description <---#anchor_id <---rectangle
|
2021-01-20 17:51:01 +01:00
|
|
|
|
|
|
|
|
|
### hyperlink
|
2021-01-20 18:06:22 +01:00
|
|
|
|
- object ---> right click ---> create link
|
|
|
|
|
- href >>> url
|
2021-01-20 17:51:01 +01:00
|
|
|
|
|
2021-04-22 10:58:10 +02:00
|
|
|
|
### intro / start
|
2021-04-22 18:06:15 +02:00
|
|
|
|
- square
|
|
|
|
|
- object properties
|
|
|
|
|
--> id `start`
|
2021-04-22 10:58:10 +02:00
|
|
|
|
|
2022-12-07 00:17:44 +01:00
|
|
|
|
## images
|
2023-01-30 08:56:48 +01:00
|
|
|
|
while importing **link** is needed **not embedded**
|
2022-08-15 14:39:25 +02:00
|
|
|
|
## image sequences
|
2021-01-20 18:06:22 +01:00
|
|
|
|
- image file --> object properties
|
|
|
|
|
- ---> description
|
2021-04-22 18:06:15 +02:00
|
|
|
|
- `down / up /... / up left / right down /....`
|
|
|
|
|
- new line
|
|
|
|
|
- `motion_source/sutr1/files.lst`
|
2021-01-20 18:06:22 +01:00
|
|
|
|
- ---> ! set button !
|
2021-04-22 11:08:19 +02:00
|
|
|
|
- `down
|
2021-04-22 10:52:59 +02:00
|
|
|
|
motion_source/sutr1/files.lst
|
|
|
|
|
`
|
2021-01-20 17:51:01 +01:00
|
|
|
|
|
|
|
|
|
## sound
|
2022-08-15 14:39:25 +02:00
|
|
|
|
- circle (NO ELLIPSE NO)
|
2021-04-22 18:06:15 +02:00
|
|
|
|
- object properties ---> desription
|
2021-01-20 18:06:22 +01:00
|
|
|
|
- sound_source/xxx.mp3
|
|
|
|
|
- ---> ! set button !
|
2021-01-20 17:51:01 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Interaction manual
|
|
|
|
|
double click - fullscreen
|
|
|
|
|
click with middle button - grab
|
|
|
|
|
spacebar - anchor //intro
|
2021-04-22 11:38:35 +02:00
|
|
|
|
mouse pointer --> edge - edge scrolling [fullscreen must be on]
|
|
|
|
|
|
|
|
|
|
|
2023-07-16 20:24:39 +02:00
|
|
|
|
## image workflows
|
|
|
|
|
### lists
|
|
|
|
|
#### 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"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### linux list
|
|
|
|
|
ls *.png > files.lst
|
2021-04-23 13:22:51 +02:00
|
|
|
|
|
2023-07-16 20:24:39 +02:00
|
|
|
|
### optimization
|
|
|
|
|
#### png
|
2021-04-22 11:48:44 +02:00
|
|
|
|
`parallel --lb --tag optipng -o 5 -i 1 ::: **/*.png`
|
2021-04-22 11:38:35 +02:00
|
|
|
|
|
2021-04-22 11:48:44 +02:00
|
|
|
|
- `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/)
|
2021-04-23 13:22:51 +02:00
|
|
|
|
|
2023-07-16 20:24:39 +02:00
|
|
|
|
#### jpeg
|
2021-04-23 13:22:51 +02:00
|
|
|
|
`parallel --lb --tag jpegoptim --all-progressive --force ::: **/*.jpg`
|