07-22-2016, 11:23 PM
07-31-2016, 05:09 PM
(07-28-2016, 08:19 PM)SuperTVGRFan18496 Wrote: [ -> ]HELP ME!!!
By bumping threads with something like "HELP ME", you're not going to get people to help you. They'll just ignore you and view you as a pest.
I told you this before, we have a requests section for a reason.
Also, file has DDS as a header. Might be some weird format of .DDS, but I'm not entirly sure. Try cheating by using something to turn raw data into an image.
08-10-2016, 10:35 AM
DDS files with PVR-compressed image data instead of DXTx or whatever; added some support for these to Scarlet (my image conversion library thingies), tho it might not convert all PVR-DDS files you throw at it correctly. Latest build of the whole thing here: https://github.com/xdanieldzd/Scarlet/releases
08-12-2016, 01:26 PM
(08-10-2016, 10:35 AM)xdaniel Wrote: [ -> ]DDS files with PVR-compressed image data instead of DXTx or whatever; added some support for these to Scarlet (my image conversion library thingies), tho it might not convert all PVR-DDS files you throw at it correctly. Latest build of the whole thing here: https://github.com/xdanieldzd/Scarlet/releases
wow, thanks.