js8call/artwork
Chris-AC9KH e5c419f7d4 Replace Offset Frequency QLabel in header bar with a new QSlider (Mac only)
Remove uneeded code from CMakeLists.txt for old up/down.png arrow images
2026-04-19 19:49:07 -05:00
..
icon_128.svg Deprecated the Electric Arrow. Added customization option for EOT character. 2019-04-21 11:29:31 -04:00
icon_1024.svg Deprecated the Electric Arrow. Added customization option for EOT character. 2019-04-21 11:29:31 -04:00
installer_logo.svg Fixed windows install logo 2019-04-28 20:11:44 -04:00
installer_logo.svg.png Fixed windows install logo 2019-04-28 20:11:44 -04:00
js8call_icon.png Deprecated the Electric Arrow. Added customization option for EOT character. 2019-04-21 11:29:31 -04:00
make_graphics.sh clean up some legacy wsjtx code 2026-04-01 05:21:22 -07:00
README clean up some legacy wsjtx code 2026-04-01 05:21:22 -07:00

This directory contains original artwork used to generate the graphics
used in the JS8Call ecosystem. The CMake build scripts do not generate
the final image bitmaps because of the extra tools required to complete
this step. Instead there is shell script here (make_graphics.sh) that
does the generation. If you want to modify the source graphics  or add
new ones then you  need an SVG editor (I use inkscape) and a tool to do
various conversion steps (I  use ImageMagick),the shell script explicitly
uses these tools.

The files here are:

installer_logo.svg - A 150x57 pixel  image (the size is important with
    a  whte background  that is  used  at the  top right  of the
    Windows installer.

make_graphics.sh  -  Run  this  script  (on  Linux)  to  generate  the
    intermediate  bitmap image  files used  in the JS8Call build. This
    script  generates all  but the  final  Mac iconset  file which  is
    generated by a build on Mac since it requires a Mac developer tool
    (iconutil). This script requires that inkscape and ImageMagick are
    installed.