• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • The Hive's 34th Texturing Contest: Void is now concluded, time to vote for your favourite set of icons! Click here to vote!

UI related question

Status
Not open for further replies.

Ardenian

A

Ardenian

It should always be to the power of ^2 ( 32, 64, 128, 256, 512, ...)
Example: If you have some texture of the UI with the height of 243, then it most likely has a maximum height of 256.

EDIT: Excuse, misread. The portrait area seems to be 100x100 pixels big.
 

Dr Super Good

Spell Reviewer
Level 65
Joined
Jan 18, 2005
Messages
27,296
The portrait composition is based on image coordinates rather than pixels. This means it is resolution independent and will always take up proportionally the same area of the display. If widescreen support is added then it will likely have one of its axis locked with the other adjusted for certain aspect ratios.

Are you referring to the maximum pixel size of the portrait window within one or more UI textures assuming standard game texture resolution?
 
Status
Not open for further replies.
Top