I have around 2000 PVRTC graphics which are used to make a bigger image by combining them. To process this with my script, I need to convert this graphics into TGA or PNG format but keeping the original filenames. I know that PVRTexTool can convert it by saving images as a new type, but manual processing of 2000 graphics is impossible. Is there a way to convert multiple PVRTC graphics at once?
Convert PVRTC graphics to PNG/TGA
1.3k Views Asked by lolbas At
1
There are 1 best solutions below
Related Questions in TYPE-CONVERSION
- Problem converting time series df from chr to date using as.POSIXct
- Is there a way to convert unknow file type to human readable format?
- Is converting uint16_t into uint8_t[2] using a cast valid in C?
- Error in R: column type remains 'character' even after applying as.numeric
- Why is an empty string in JavaScript equals to zero?
- How to convert OpenCvSharp.Mat to Emgu.CV.Mat?
- How do I convert an object value to a str value in Pandas?
- `pandas` datetime - correct way to do linear interpolation
- Convert decimal to string with at least a zero for integer value in C#
- R - Convert various csv numeric columns to date
- How do I represent enum variants in json for serde?
- Implementing generic Borrow transitively for HashMap key lookup
- Why can't I use a list of functions returning a generic class with different type parameters in C#
- How to format an array of numbers into a string in C#?
- Convert numeric column to integer if possible, otherwise keep as numeric
Related Questions in PVRTC
- Does Unreal Engine 4.26 support packaging android with pvr texture format?
- How to load ktx file with cubemap in three.js?
- (PVRTexTool) How do I select multiple images in the GUI??
- SKTexture wrongly recognizes .pvrtc texture size used with SceneKit
- convert ktx to png with alpha channel
- Decompressing a PVRTC compressed image format?
- Reducing assets size on iOS with unity
- PVR compression versus PNG
- Error while loading pvr.ccz textures in iOS
- is it possible to partial update pvrtc texture
- Can a PVRTC 4 texture be displayed on the windows Editor?
- Texturetool convert flipped pvr file in Unity3d
- How to disable texture wrapping caused by PVRTC compression?
- Project porting from Eclipse to Studio
- Convert PVRTC graphics to PNG/TGA
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
An answer that's an update to my comment above, kindly supplied by a colleague:
With a bit of coaxing, the command line tool, PVRTexToolCLI.exe will do the decompression. Assuming your input PVRTC file is ABC.pvr (it might also work with .dds but I've not tried), and you want to decompress to ABC.png, use
It seems it also produces an extra .pvr file (probably ABC.Out.pvr) so just delete these afterwards.
How you create the script to do all of them is up to you but perhaps you could use cygwin.
You also mentioned "...with TexturePacker (oddly image size became 516x516 from 512x512)".
By coincidence, I asked almost the same question to Andreas Loew. He said that a 2 pixel border is placed around all the images and so if there's only one and, I guess, it's completely opaque, it'll become 4 pixels taller and wider.
Finally - and excuse the blatant plug - you might be better off asking this sort of question on the PowerVR Insider forum. :-)