Decodes PVR files and exports to Bitmap or image file.
Decodes PVR files and exports to Bitmap or image file.
var pvr = Pvr.LoadFromFile("texture.pvr"); // Automatically transcoded
pvr.FlipVertical();
pvr.Export("export.png");
// pvr.Export("export.jpg", ImageFormat.Jpeg);
This library is released under the MIT license.
For details, please refer LICENSE.md
.
Please note that this contains Imagination Technologies’ PVRTexLib library in PVRTexTool.
The license of the library is in LICENSE_POWERVR_TOOLS.txt
.