Private
Public Access
11
1
1
PixelatorGUI_Settings
watts edited this page 2026-03-28 14:10:04 +01:00

PixelatorGUI has only a few settings for specifying the host and ports where PixelatorController is communicating. These settings are found in build/PixelatorGUI/etc/PixelatorGUI.ini - open the file in a text editor and the settings are found in the beginning of the file in a section labelled [Resource]. The default settings are:

  • PIXELATORCONTROLLER_HOSTNAME="localhost"
  • PIXELATORCONTROLLER_PORT_PUBLISHER=55561
  • PIXELATORCONTROLLER_PORT_REQUEST=55562

These must match the hostname where PixelatorController is running, and the ports that it is configured to use in settings.json.