Page 1 of 1

How do i convert .PNG to .PVR?

Posted: 2013-05-08T18:53:38-07:00
by yush125
Hi,everyone.

I want using RGBA4444 color PNG(it's done in IM) as picture assets for Unity(game engine)
But Unity will recompress .PNG when importing assets.So result is noisy and also it has banding if you see from perspective.

I found there is .PVR format,this format was not recompressing again in Unity.

So,I'd like to know how do i cnvert .PNG to PVR or other way better than it.
Could anyone help me?

Re: How do i convert .PNG to .PVR?

Posted: 2013-05-08T19:27:59-07:00
by fmw42
I do not see PVR in the list of formats at http://www.imagemagick.org/script/formats.php, but that may not be definitive.

Re: How do i convert .PNG to .PVR?

Posted: 2013-05-11T02:26:00-07:00
by yush125
Thank you,fmw42.

Yes,I want to cnvert PNG to PVR or PVRTC with only IM.
But It seems impossible.

I'm using this pvrtextool that is a document by your links.Thanks.

Re: How do i convert .PNG to .PVR?

Posted: 2013-05-11T09:59:58-07:00
by fmw42
yush125 wrote:Thank you,fmw42.

Yes,I want to cnvert PNG to PVR or PVRTC with only IM.
But It seems impossible.

I'm using this pvrtextool that is a document by your links.Thanks.

Not my links. IM does not have either of those.