xaos-project / XaoS

Real-time interactive fractal zoomer
https://xaos-project.github.io/
GNU General Public License v2.0
507 stars 59 forks source link

Set Size of Window #254

Open xga-cga opened 1 month ago

xga-cga commented 1 month ago

Option to set the size of the image window to display in pixels.

I think this may be useful if you need to print or study an image of a certain size.

kovzol commented 1 month ago

It seems to me that it's already possible, at least on Linux. If I enter xaos -geometry 600x600+50+50 -qwindowtitle MyTitle, I have access to the window settings via Qt, see https://manpages.ubuntu.com/manpages/bionic/man7/qt5options.7.html for some possible command line options.

xga-cga commented 1 month ago

thanks for sharing, Windows system build of Xaos does not have the -geometry function in the command prompt after looking in -help but that will helpful to others on Linux.