# How to get the source code of pvrtextool 4.19.0?

**URL:** https://forums.imgtec.com/t/how-to-get-the-source-code-of-pvrtextool-4-19-0/3656
**Category:** PowerVR Insider
**Tags:** pvrtextool
**Created:** [February 13, 2023, 1:51am UTC](https://forums.imgtec.com/t/how-to-get-the-source-code-of-pvrtextool-4-19-0/3656 "2023-02-13T01:51:30Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![zhcnyuyang](https://avatars.discourse-cdn.com/v4/letter/z/50afbb/32.png) [@zhcnyuyang](https://forums.imgtec.com/u/zhcnyuyang)
#### Post date: [February 13, 2023, 1:51am UTC](https://forums.imgtec.com/t/how-to-get-the-source-code-of-pvrtextool-4-19-0/3656/1 "2023-02-13T01:51:30Z")

</div>

Recently I need to compile a project on Linux and it requires pvrtextool 4.19.0, but I searched on the offical website I didn’t fint the link of downloading the source code. So where can I get the source code if pvrtextool 4.19.0? On which page? Hoping for reply.

---

<div class="post-metadata">

### Author: ![Nagnath](https://avatars.discourse-cdn.com/v4/letter/n/f19dbf/32.png) [@Nagnath](https://forums.imgtec.com/u/Nagnath)
#### Post date: [February 14, 2023, 10:49am UTC](https://forums.imgtec.com/t/how-to-get-the-source-code-of-pvrtextool-4-19-0/3656/2 "2023-02-14T10:49:45Z")

</div>

Hello,

Thanks for reaching out to PowerVR developer forum.

We do not distribute the source code for our tools but however, we do provide the required C/C++ interface and libraries for PVRTexTool library as part of the PVRTexTool installation.

- PVRTexLib.dll (Windows dynamic link library)
- libPVRTexLib.so (Linux shared object library)

Shared libraries are located in the following directory: \<SDK\_ROOT\>\PowerVR\_Tools\PVRTexTool\Library\<OS\>

Header files are located in the following directory: \<SDK\_ROOT\>\PowerVR\_Tools\PVRTexTool\Library\Include

You could also refer to our documentation which explains how to use the PVRTexTool library along with some examples,

> **[PVRTexTool Library](https://docs.imgtec.com/tools-manuals/pvrtextool-manual/topics/pvrtextool-library.html)**
>
> PVRTexLib provides much of the same functionality as PVRTexTool GUI or CLI, including: Loading from and saving to any supported file formats including: PVR, KTX, KTX2, DDS, and BASIS; PNG, JPEG, BMP, ...

Also, for older releases of our tools you could find them here,

> **[Recent releases](https://developer.imaginationtech.com/tools/recent-releases/)**
>
> Recent releases for each PowerVR SDK tool and AI SDK release.

We hope this serves your current requirement. Kindly write to us in case you need any further information.

Best Regards,

Nagnath
