-
Notifications
You must be signed in to change notification settings - Fork 5
Developer hints
Danil Maksimov edited this page Mar 7, 2017
·
2 revisions
Create a few screenshots with your favorite tool and resize it (imagemagick):
mogrify -resize 640x480 *.png
Next make gif from all images:
convert -delay 50 -loop 0 *.png screenshot.gif
export QT_PLUGIN_PATH=$QT_PATH/5.7/gcc_64/plugins/
export LD_LIBRARY_PATH=$QT_PATH/5.7/gcc_64/lib/
export QTDIR=$QT_PATH/5.7/gcc_64
Even the longest journey begins with one step