From 7d1682f46f546fec37734e89046a148f96d9aa34 Mon Sep 17 00:00:00 2001 From: watts Date: Sat, 28 Mar 2026 14:10:04 +0100 Subject: [PATCH] Add PixelatorGUI_Settings --- PixelatorGUI_Settings.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 PixelatorGUI_Settings.md diff --git a/PixelatorGUI_Settings.md b/PixelatorGUI_Settings.md new file mode 100644 index 0000000..1942827 --- /dev/null +++ b/PixelatorGUI_Settings.md @@ -0,0 +1,7 @@ +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`. \ No newline at end of file