Pxartist

Results 16 comments of Pxartist

I'm not the most well versed in web based development / applications, but the description for the setting certainly does suggest that it can be quite exploitative. It might be...

The settings in the profile maker do not necessarily match the results in `pref.js` file. For instance, Browser Features -> Save Screenshots Locally is `user_pref("extensions.screenshots.upload-disabled", true);` Furthermore, certain settings are...

I was able to restore my plugin settings by copying the good values in the temp settings file located in AppData/Roaming/Light Host and pasting them into the regular settings file....

It's been 4 - 5 years since the last update. My guess is that the developer quit this project. If I become capable enough, I might continue the project in...

> Simple explanation is that generating GIF is a high CPU-sensitive job in the extension, so it's normal. Did you fully read my report? Your gif generator puts even more...

> The library of generating GIF I used is gif.js, you can go to the site https://jnordberg.github.io/gif.js/. There is a demo you can play. When you change the settings, the...

> 补充一点:CPU在不考虑到变频的情况下,使用率越高通常温度是越高的。 When I run prime95 Small FFT torture test, my CPU utilization is 100% and my temperatures, as I have said earlier, are 72 - 75 degrees Celsius. On...

> In Edge, ffmpeg needs more CPU to complete the job and is slower than gifjs. But in Chrome, ffmpeg has a similar speed compared to gifjs, but uses less...

I have tested version 5.0.0 using ffmpeg and it works very well. The gif generation time is much, much shorter and only has a total CPU % Utilization of 5...

The documentation is not very long if you use Ctrl+F (Find...) and look for the desired terms at [https://ffmpeg.org/ffmpeg-all.html](https://ffmpeg.org/ffmpeg-all.html) using terms such as split, palettegen, or paletteuse. flags= is effectively...