Random notes¶
- Install xcode-select tools when updating xcode
sudo rm -rf /Library/Developer/CommandLineTools
xcode-select --install
Other notes¶
Downloading files with wget¶
- Use
wget -c
orwget --continue
to restart a stopped or aborted download
Using Ivy with Ant¶
- Download Apache Ivy
- Put files into ant/lib directory.
- Lib directory at
~/.ant/lib
- Using sdkman to manage Ant.
- Lib directory at
Image processing (tracing)¶
Primitive¶
- Primitive - convert image to svg. Installed at
~/go/bin/primitive
- Image Trace Loader - webpack image loader convert to image.
Image Processing Tools¶
- DigiKam - Professional Photo Management with the Power of Open Source
- Raw Therapee - Open source image processing
- DarkTable - Open source imaging
Other tools¶
Last update: April 13, 2020 16:50:19