TES Skyrim 0.418
Forum rules
new topics are not allowed in this subsection, only replies.
new topics are not allowed in this subsection, only replies.
- Author
- Message
-
Offline
- *blah-blah-blah maniac*
- Posts: 17551
- Joined: 27 Dec 2011, 08:53
- Location: Rather not to say
-
Offline
- Posts: 10
- Joined: 18 Mar 2019, 22:37
Re: TES Skyrim 0.418
Hi Borris.
I was playing around with the enb screenshot tool and I was wondering if there was a way or if you could make a way to change the file format to .png? I say .png over .jpeg because when you upload .png the quality is a lot better. I want to use the enb screenshot tool for all my shots but it's time consuming having to convert from .bmp to .png in photoshop, especially if you took a lot of images.
Odin
I was playing around with the enb screenshot tool and I was wondering if there was a way or if you could make a way to change the file format to .png? I say .png over .jpeg because when you upload .png the quality is a lot better. I want to use the enb screenshot tool for all my shots but it's time consuming having to convert from .bmp to .png in photoshop, especially if you took a lot of images.
Odin
-
Offline
- *blah-blah-blah maniac*
- Posts: 17551
- Joined: 27 Dec 2011, 08:53
- Location: Rather not to say
Re: TES Skyrim 0.418
Png compression is very slow, people will start to report me bugs that game freezes when capturing screenshot. To make it fast i have to spawn another thread and save picture in there. Extra thread = extra memory -> crash risk cause it's 32 bit process. If user will press screenshot button too fast before image saved (saving takes several seconds sometime), i must allocate another copy of image to push it for saving. I prefer to not do something not really important and can be easily done other ways.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7
-
Offline
- Posts: 10
- Joined: 18 Mar 2019, 22:37
Re: TES Skyrim 0.418
I was thinking maybe a toggle, so it's .bmp be default.