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?
How do i convert .PNG to .PVR?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: How do i convert .PNG to .PVR?
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?
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.
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.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: How do i convert .PNG to .PVR?
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.