Welcome, Guest. Please login or register.

Author Topic: mac and pc sucks!!!!  (Read 36520 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thorham

  • Hero Member
  • *****
  • Join Date: Oct 2009
  • Posts: 1150
    • Show all replies
Re: mac and pc sucks!!!!
« on: May 23, 2010, 11:37:22 AM »
Quote from: Fanscale;560361
Isn't it pretty easy to calculate the amount of memory needed for an image? I think 1024x768x24 = 2.5MB. So therefore 4096x3072 x 24 = 100MB. It should give you plenty of room in a lowly 1GB system.
It's 24 bits per pixel, which is 3 bytes. This means it's 1024x768x3 and 4096x3072x3.
 

Offline Thorham

  • Hero Member
  • *****
  • Join Date: Oct 2009
  • Posts: 1150
    • Show all replies
Re: mac and pc sucks!!!!
« Reply #1 on: May 23, 2010, 04:00:14 PM »
Quote from: Karlos;560375
Most 24-bit displays are actually 32-bit, since 3 byte alignment is the devil's work. When an 24-bit image is loaded for display purposes it is often converted to a 32-bit representation in which one byte (normally used for alpha channel) is ignored.

Packed pixel modes, where 3 bytes are used to represent a pixel on screen are generally the preserve of old display cards.
Of course they are, I know that, but he was talking about 24 bits, not 32 ;)