Skip to content

Commit

Permalink
Upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
mirage335 committed Sep 22, 2023
1 parent 800e9e6 commit 679296f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/experiment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ jobs:
if ( [[ "$currentIterationWait" -le 55 ]] && [[ $(bc <<< "$currentIterationWait % 5") == 0 ]] ) || [[ $(bc <<< "$currentIterationWait % 30") == 0 ]]
then
#xwd -root -silent | convert xwd:- png:./_local/analysis/screenshots/qemu-"$currentIterationWait".png
xwd -root -silent | convert xwd:- -quality 65 jpg:./_local/analysis/screenshots/qemu-"$currentIterationWait".jpg
xwd -root -silent | convert xwd:- -quality 35 jpg:./_local/analysis/screenshots/qemu-"$currentIterationWait".jpg
fi
jp2a --background=dark --colors --width=280 ./_local/analysis/screenshots/qemu-"$currentIterationWait".jpg
Expand Down

0 comments on commit 679296f

Please sign in to comment.