Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Inserting Pictures into powerpoint

 
Goto page Previous  1, 2
   Mac (Home) -> Powerpoint RSS
Next:  Microsoft Office 2004 for Mac 11.5.0 Update  
Author Message
CyberTaz

External


Since: May 06, 2006
Posts: 1252



(Msg. 16) Posted: Mon Jul 13, 2009 3:41 pm
Post subject: Re: Inserting Pictures into powerpoint [Login to view extended thread Info.]
Archived from groups: microsoft>public>mac>office>powerpoint (more info?)

Ahhhh!!!! Here's where we take off the gloves & go Mano a Mano Wink You bring
out the "purist" in me Smile

<snip>
On 7/13/09 2:34 PM, in article VA.00004ffe.5d946cd9 DeleteThis @localhost.com, "Steve
Rindsberg" <abuse DeleteThis @localhost.com> wrote:

> But they're as able to deliver quality images as any other
> format that can store 24-bit pixel data
<snip>

If it's 24-bit it *ain't* a BMP [no matter what type of extension some
developer may have stuck on it]. By definition, BMP has a single 1-bit
channel which displays each pixel as either Black (0 brightness) or White
(255 brightness). This evolved to allow for any two shades to be substituted
for B & W once color was supported on the PC. Anything with a greater pixel
depth (8-bit, 16-bit, 24-bit, 32-bit) can be a *Raster* image, but by
definition it isn't a BMP. The term "bitmap" [or "bitmapped"] image gets
bandied about & interchanged with "raster" far too cavalierly [IMHO] &
applied to literally *any* image file which isn't clearly Vector. That's a
part of what leads to the confusion of many users.

Regards |:>)
Bob Jones
[MVP] Office:Mac
Back to top
Login to vote
CyberTaz

External


Since: May 06, 2006
Posts: 1252



(Msg. 17) Posted: Mon Jul 13, 2009 3:44 pm
Post subject: Re: Inserting Pictures into powerpoint [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks for the clarification... I install *nothing* on a Windows box unless
it's of the utmost urgent nature leaving me with no alternative.

Regards |:>)
Bob Jones
[MVP] Office:Mac



On 7/13/09 2:34 PM, in article VA.00004fff.5d946e21 DeleteThis @localhost.com, "Steve
Rindsberg" <abuse DeleteThis @localhost.com> wrote:

> In article <C6808D9B.4F3A6%onlygeneraltaz1@com.cast.net>, CyberTaz wrote:
>> You didn't miss anything Smile Win Office offers optional graphics filters
>> which are additional & not included in the standard set. Most of them are
>> Windows-centric [although not necessarily unusable on a Mac]. IIRC, however,
>> they are available as a separate "package", not a part of the installation
>> options.
>
> Both, actually. There are install options for graphics and text filters that
> aren't included in the default install, but you can also download an
> installable
> package of graphics filters.
>
> At any rate, BMP is included in the standards on both platforms.
>
> That moots the rest. On to busted BMPs then ....
>
>
>>
>> Regards |:>)
>> Bob Jones
>> [MVP] Office:Mac
>>
>> On 7/12/09 3:38 PM, in article 59b77f4b.7 DeleteThis @webcrossing.caR9absDaxw,
>> "cb82876@officeformac.com" <cb82876 DeleteThis @officeformac.com> wrote:
>>
>>> Steve,
>>> Do you know how to change the option install items? I don't recall this when
>>> I
>>> installed 2008, but I wasn't really looking for anything other than the
>>> straightforward install.
>>> Thanks for your input.
>
>
>
Back to top
Login to vote
Steve Rindsberg

External


Since: Aug 31, 2005
Posts: 136



(Msg. 18) Posted: Mon Jul 13, 2009 9:10 pm
Post subject: Re: Inserting Pictures into powerpoint [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <C68106E3.4F41A%onlygeneraltaz1@com.cast.net>, CyberTaz wrote:
> Thanks for the clarification... I install *nothing* on a Windows box unless
> it's of the utmost urgent nature leaving me with no alternative.

I thought that was your criterion for *touching* a Windows box. Wink
Back to top
Login to vote
Steve Rindsberg

External


Since: Aug 31, 2005
Posts: 136



(Msg. 19) Posted: Mon Jul 13, 2009 9:10 pm
Post subject: Re: Inserting Pictures into powerpoint [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <C681063A.4F418%onlygeneraltaz1@com.cast.net>, CyberTaz wrote:
> Ahhhh!!!! Here's where we take off the gloves & go Mano a Mano Wink You bring
> out the "purist" in me Smile

Bring it, bring it. But fair warning, you're talking to a boy who's written
code that writes BMP files on the fly. I've cut 'em open and played with
their intestines. (And aren't we glad THAT'S a bitmap and not a full RGB
image). Below ...

>
> <snip>
> On 7/13/09 2:34 PM, in article VA.00004ffe.5d946cd9 RemoveThis @localhost.com, "Steve
> Rindsberg" <abuse RemoveThis @localhost.com> wrote:
>
> > But they're as able to deliver quality images as any other
> > format that can store 24-bit pixel data
> <snip>
>
> If it's 24-bit it *ain't* a BMP [no matter what type of extension some
> developer may have stuck on it]. By definition, BMP has a single 1-bit
> channel which displays each pixel as either Black (0 brightness) or White
> (255 brightness). This evolved to allow for any two shades to be substituted
> for B & W once color was supported on the PC. Anything with a greater pixel
> depth (8-bit, 16-bit, 24-bit, 32-bit) can be a *Raster* image, but by
> definition it isn't a BMP. The term "bitmap" [or "bitmapped"] image gets
> bandied about & interchanged with "raster" far too cavalierly [IMHO] &
> applied to literally *any* image file which isn't clearly Vector. That's a
> part of what leads to the confusion of many users.

Some schnook at MS confused "bitmap" with "raster" too. He's got a lot of
company. But don't assume that because he misnamed it, the file contents
follow him into The Valley of Errata.

BMPs can be 1-bit, 4-bit, 8-bit color or b/w, or full 24-bit color.

From the MS Spec (and on the count of three, we can snicker it the insistence
on referring to the image as a bitmap, whether it is or not):


The biBitCount member of the BITMAPINFOHEADER structure determines the number
of bits that define each pixel and the maximum number of colors in the
bitmap. These members can have any of the following values:

Value Meaning

1 Bitmap is monochrome and the color table contains two entries. Each
bit in the bitmap array represents a pixel. If the bit is clear, the pixel is
displayed with the color of the first entry in the color table. If the bit is
set, the pixel has the color of the second entry in the table.

4 Bitmap has a maximum of 16 colors. Each pixel in the bitmap is
represented by a 4-bit index into the color table. For example, if the first
byte in the bitmap is 0x1F, the byte represents two pixels. The first pixel
contains the color in the second table entry, and the second pixel contains
the color in the sixteenth table entry.

8 Bitmap has a maximum of 256 colors. Each pixel in the bitmap is
represented by a 1-byte index into the color table. For example, if the first
byte in the bitmap is 0x1F, the first pixel has the color of the
thirty-second table entry.

24 Bitmap has a maximum of 2^24 colors. The bmiColors (or bmciColors)
member is NULL, and each 3-byte sequence in the bitmap array represents the
relative intensities of red, green, and blue, respectively, for a pixel.
Back to top
Login to vote
CyberTaz

External


Since: May 06, 2006
Posts: 1252



(Msg. 20) Posted: Wed Jul 15, 2009 6:23 am
Post subject: Re: Inserting Pictures into powerpoint [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 7/13/09 9:10 PM, in article VA.00005005.5eff2376 RemoveThis @localhost.com, "Steve
Rindsberg" <abuse RemoveThis @localhost.com> wrote:

> In article <C681063A.4F418%onlygeneraltaz1@com.cast.net>, CyberTaz wrote:
>> Ahhhh!!!! Here's where we take off the gloves & go Mano a Mano Wink You bring
>> out the "purist" in me Smile
>
> Bring it, bring it. But fair warning, you're talking to a boy who's written
> code that writes BMP files on the fly. I've cut 'em open and played with
> their intestines. (And aren't we glad THAT'S a bitmap and not a full RGB
> image). Below ...
>
>>
>> <snip>
>> On 7/13/09 2:34 PM, in article VA.00004ffe.5d946cd9 RemoveThis @localhost.com, "Steve
>> Rindsberg" <abuse RemoveThis @localhost.com> wrote:
>>
>>> But they're as able to deliver quality images as any other
>>> format that can store 24-bit pixel data
>> <snip>
>>
>> If it's 24-bit it *ain't* a BMP [no matter what type of extension some
>> developer may have stuck on it]. By definition, BMP has a single 1-bit
>> channel which displays each pixel as either Black (0 brightness) or White
>> (255 brightness). This evolved to allow for any two shades to be substituted
>> for B & W once color was supported on the PC. Anything with a greater pixel
>> depth (8-bit, 16-bit, 24-bit, 32-bit) can be a *Raster* image, but by
>> definition it isn't a BMP. The term "bitmap" [or "bitmapped"] image gets
>> bandied about & interchanged with "raster" far too cavalierly [IMHO] &
>> applied to literally *any* image file which isn't clearly Vector. That's a
>> part of what leads to the confusion of many users.
>
> Some schnook at MS confused "bitmap" with "raster" too. He's got a lot of
> company. But don't assume that because he misnamed it, the file contents
> follow him into The Valley of Errata.
>
> BMPs can be 1-bit, 4-bit, 8-bit color or b/w, or full 24-bit color.
>
> From the MS Spec (and on the count of three, we can snicker it the insistence
> on referring to the image as a bitmap, whether it is or not):
>
>
> The biBitCount member of the BITMAPINFOHEADER structure determines the number
> of bits that define each pixel and the maximum number of colors in the
> bitmap. These members can have any of the following values:
>
> Value Meaning
>
> 1 Bitmap is monochrome and the color table contains two entries. Each
> bit in the bitmap array represents a pixel. If the bit is clear, the pixel is
> displayed with the color of the first entry in the color table. If the bit is
> set, the pixel has the color of the second entry in the table.
>
> 4 Bitmap has a maximum of 16 colors. Each pixel in the bitmap is
> represented by a 4-bit index into the color table. For example, if the first
> byte in the bitmap is 0x1F, the byte represents two pixels. The first pixel
> contains the color in the second table entry, and the second pixel contains
> the color in the sixteenth table entry.
>
> 8 Bitmap has a maximum of 256 colors. Each pixel in the bitmap is
> represented by a 1-byte index into the color table. For example, if the first
> byte in the bitmap is 0x1F, the first pixel has the color of the
> thirty-second table entry.
>
> 24 Bitmap has a maximum of 2^24 colors. The bmiColors (or bmciColors)
> member is NULL, and each 3-byte sequence in the bitmap array represents the
> relative intensities of red, green, and blue, respectively, for a pixel.
>

Kudos ‹ it's refreshing to know that there is someone out there who truly
does understand the dilemma. I don't dispute the facts, but I still take
issue with the semantics Smile I stand by my claim that the generic term
"bitmapped image" is one thing, but a file type of .bmp is something else.

Regards |:>)
Bob Jones
[MVP] Office:Mac
Back to top
Login to vote
Steve Rindsberg

External


Since: Aug 31, 2005
Posts: 136



(Msg. 21) Posted: Wed Jul 15, 2009 10:16 am
Post subject: Re: Inserting Pictures into powerpoint [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

[snippage]

> Kudos ‹ it's refreshing to know that there is someone out there who truly
> does understand the dilemma. I don't dispute the facts, but I still take
> issue with the semantics Smile I stand by my claim that the generic term
> "bitmapped image" is one thing, but a file type of .bmp is something else.

And there we land on the same page (b/w laser printed, bitmapped).

The extension doesn't necessarily reflect the contents accurately.
Back to top
Login to vote
CyberTaz

External


Since: Dec 05, 2007
Posts: 52



(Msg. 22) Posted: Wed Jul 15, 2009 12:44 pm
Post subject: Re: Inserting Pictures into powerpoint [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Steve Rindsberg" <abuse RemoveThis @localhost.com> wrote in message
news:VA.00005013.66f53b2c@localhost.com...
> [snippage]
>
>> Kudos < it's refreshing to know that there is someone out there who truly
>> does understand the dilemma. I don't dispute the facts, but I still take
>> issue with the semantics Smile I stand by my claim that the generic term
>> "bitmapped image" is one thing, but a file type of .bmp is something
>> else.
>
> And there we land on the same page (b/w laser printed, bitmapped).
>
>>>> The extension doesn't necessarily reflect the contents accurately.
>
Exactly my point... The prosecution rests Wink You're now released from
active duty.

--
Regards |:>)
Bob Jones
Office:Mac MVP
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Inserting Slides into PowerPoint 2007 - In PowerPoint 2003, I was able to "insert slide from file." In PP07 I don't seem to have that option... other than open the file and do a copy/paste. Is this feature from PP03 no longer available in PP07 or am I just missing where to find th...

Inserting music into powerpoint presentation from garage b.. - Version: 2008 Operating System: Mac OS X 10.5 (Leopard) I cannot get beats made in garage band into my powerpoint presentation.

Open Windows Powerpoint 2003 files on Mac Powerpoint 2004? - Does anyone know if Powerpoint 2004 for Mac has the capability to open files that were created in Powerpoint 2003 for Windows? We currently use an Imac for our presentations, but all of our presentations will be created on Windows XP machines using..

Powerpoint 2003 files displaying in Powerpoint 2007 - I Hi, I just upgraded today to office 2007. The first issue noticed is that my text seems to displaying as if it has moved up one line. So when I show a slide the text is cut off such that only the lower half of the text shows. This seems to be relate...

Pictures are Blurry on a PC - Version: v.X Operating System: Mac OS X 10.4 (Tiger) Processor: Power PC Hi, I am creating presentations for a client and I have been placing images into PP which are PNG files (RGB, 72dpi) and when I view in Presentation Mode the images look very cris...
       Mac (Home) -> Powerpoint All times are: Pacific Time (US & Canada) (change)
Goto page Previous  1, 2
Page 2 of 2

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum
Categories:
 Windows Forums
 Game Forums
 Linux Forums
  Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact