Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6576489
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:31:06+00:00 2026-05-25T15:31:06+00:00

My game engine recently added PowerVR (PVR) support, after some search on Google and

  • 0

My game engine recently added PowerVR (PVR) support, after some search on Google and Wikipedia, I only know the definition of PVR, but I don’t know what is it use for, what are its advantages and disadvantages. I’m developing game for Android, what should I use, PNG or PVR?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T15:31:07+00:00Added an answer on May 25, 2026 at 3:31 pm

    (PowerVR is a brand name of Imagination Technologies Ltd. referring to their graphics acceleration technology. PVR is a texture container format used in the PowerVR Insider SDK. PVRTC is PowerVR’s texture compression scheme which is what I think you’re interested in… apologies if you’re not)

    PVRTC is a runtime texture compression format for use with PowerVR graphics accelerators (a lot of the Android platforms have one of these). Compared to uncompressed 32bit textures, PVRTC offers a 8x or 16x compression in 4 bit per pixel or 2 bits per pixel mode. Because it’s a runtime texture compression scheme it doesn’t need to be decompressed at any stage outside the graphics core itself (and there’s dedicated circuitry for that bit on there) so that data is smaller on disk, smaller to upload to GL, smaller in memory and smaller in use when rendering – better and faster in almost every way. On mobile systems, where memory bandwidth is precious and is often the performance bottleneck for graphics, it can make a huge difference to your framerate (and also power use – memory accesses take power).

    Downsides:

    • PVRTC tends to be larger than PNG on disk – PVRTC data zips (for instance) quite well for disk storage.
    • PVRTC is lossy compression – sometimes artifacts can be seen in PVRTC textures when compared to source images. PNG is lossless so that problem isn’t there
    • PVRTC is not available for use with other graphics acceleration than PowerVR (at the moment) – look at DXT/S3TC (larger) or ETC (no alpha) compression for other platforms.
    • Only square, power-of-two dimension textures are likely to work – e.g. 32×32, 512×512 etc.
    • Compression can be pretty slow

    PNG isn’t a runtime format so the only place that there is an advantage in PNG compression over uncompressed images is storage on disk (or sending over a network etc.) – PNG image data has to be decompressed by the CPU before it can be passed to GL or drawn in any way i.e. PNG is as slow as you can get for textures on these platforms.

    PNG is lossless and also supports an alpha channel.

    So…

    For best performance, use PVRTC where you can and have other versions of your textures available if you can’t – e.g. where compression artefacts are too obvious or the platform that you’re running on doesn’t support it.

    Further reading:

    • http://imgtec.com/powervr/insider/powervr-faq.asp
    • http://imgtec.com/powervr/insider/docs/PVRTextureCompression.pdf
    • http://imgtec.com/forum/default.asp

    To make PVRTC textures:

    • http://imgtec.com/powervr/insider/powervr-pvrtextool.asp

    Hope that helps…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I recently compared some of the physics engine out there for simulation and game
I am creating a C++ SDL game engine, and it is relevant to know
I'm currently working on a game/engine that uses OpenGL for rendering, and recently have
I've recently been skimming through Irrlicht's 3D game engine source code, and I really
I'm creating a game engine and It's going to have support for Microsoft Windows
So, recently, I've been working on a JS/HTML5 Game Engine. Right now I'm calling
I'm developing a small 2D game engine in Java, after playing around with my
I've got a game engine where I'm splitting off the physics simulation from the
I have my own game engine using C++ and OpenGL, but I have models
I have a game engine that uses OpenGL for display. I coded a small

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.