Files
SHARK-Studio/web
xzuyn 5d117af8ae Increase JPEG output quality & disable subsampling (#801)
* Increase JPEG output quality & disable subsampling

Increased to JPEG95 from the default JPEG75 which is way too compressed. Output image size is now ~100kb. Previously was ~20kb.

* Increase JPEG output quality & disable subsampling

Add jpeg quality increase on cli

* line length changes

* line length changes
2023-01-11 23:06:11 -08:00
..
2022-11-02 20:52:34 +05:30
2023-01-11 09:20:23 -06:00

In order to launch SHARK-web, from the root SHARK directory, run:

Linux

IMPORTER=1 ./setup_venv.sh
source shark.venv/bin/activate
cd web
python index.py

Windows

./setup_venv.ps1
cd web
python index.py --local_tank_cache=<current_working_dir>