Wed Jan 12 20:33:32 2022 by theqwead |
what im gonna do now? |
Thu Jan 13 11:07:37 2022 by Torben |
All parameters are added as an extra text line at the end of the picture data, so use a tool that can extract the last line of a file (tail -1 <file> in Linux, tail -n 1 <file> in MacOs, Get-Content <file> -Tail 1 in PowerShell on Windows). Note that the parameters are shown in the format used for the offline version, so the seed is shown after "-s 0.". For example, if the line shows "-s 0.123", the seed for the web version is 123. |