Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Vista Community > Windows Vista

Windows Vista Discuss the different versions of Windows Vista, Fuji, or Vienna

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 04-28-2008, 09:40 AM
EAA Docent
Newsgroup Contributor
 
Posts: n/a
Pixels to inches with digital photos

Does anyone know if there is a way to convert pixels to inches using a
digital camera?
What I am trying to say is, i have as an example a photo that is 286 KB with
a 300 dpi resolution and 2921x2100 pixels.

Some one E-maild a picture as an attachment that was 2.01mb, 180 dpi
resolution and 3264x2448 pixels.

I am trying to understand why their picture 2.01 mb and when I take pictures
I never get over 600kb.

I hope I made some sence out of what I am trying to ask. I am new to
digital cameras and just a casual PC user.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 04-28-2008, 09:40 AM
  #2 (permalink)  
Old 04-28-2008, 10:10 AM
Mark L. Ferguson
Newsgroup Contributor
 
Posts: n/a
Re: Pixels to inches with digital photos

a 'dot' and a 'pixel' are the same thing, and 'DPI' is 'dots per inch' so
your '300 dpi resolution and 2921x2100 pixels'

is an '8 by 10' inch pic.

Their '180 dpi and 3264x2448 pixels' is "3264 divided by 180 " by "2448
divided by 180"

or about '16 by 20' inches

The "286 KB" and the "2.0 MB" are setting made within the camera options,
and usually also determine the DPI and pixel ratio. This is usually referred
to as how many 'megapixels' it takes for one pic.

3264 X 2448 = 7990272 (about 8 megapixels) = 2.0 MB file size
--
Was this helpful? Then click the Ratings button. Voting helps the web
interface.
[url]http://www.microsoft.com/wn3/locales/help/help_en-us.htm#RateAPostAsAnswer[/url]
Mark L. Ferguson
..

"EAA Docent" <EAADocent@discussions.microsoft.com> wrote in message
news:5CC0D182-CB92-45FE-BA8A-54B23AE8C549@microsoft.com...[color=blue]
> Does anyone know if there is a way to convert pixels to inches using a
> digital camera?
> What I am trying to say is, i have as an example a photo that is 286 KB
> with
> a 300 dpi resolution and 2921x2100 pixels.
>
> Some one E-maild a picture as an attachment that was 2.01mb, 180 dpi
> resolution and 3264x2448 pixels.
>
> I am trying to understand why their picture 2.01 mb and when I take
> pictures
> I never get over 600kb.
>
> I hope I made some sence out of what I am trying to ask. I am new to
> digital cameras and just a casual PC user.
>[/color]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 04-28-2008, 10:30 AM
Adam Albright
Newsgroup Contributor
 
Posts: n/a
Re: Pixels to inches with digital photos

On Mon, 28 Apr 2008 09:38:01 -0700, EAA Docent
<EAADocent@discussions.microsoft.com> wrote:
[color=blue]
>Does anyone know if there is a way to convert pixels to inches using a
>digital camera?
>What I am trying to say is, i have as an example a photo that is 286 KB with
>a 300 dpi resolution and 2921x2100 pixels.
>
>Some one E-maild a picture as an attachment that was 2.01mb, 180 dpi
>resolution and 3264x2448 pixels.
>
>I am trying to understand why their picture 2.01 mb and when I take pictures
>I never get over 600kb.
>
>I hope I made some sence out of what I am trying to ask. I am new to
>digital cameras and just a casual PC user.[/color]

Pixels can be a confusing topic. Many confuse DPI (dots per inch, LP1
(lines per inch), PPI (Pixels per inch) and the color depth or how
many bits make up an image. The last has the most effect on how large
the file will be in MB's or KB's, but is separate that the image's
dimensions. The following should help your understanding.

[url]http://www.michaelfurtman.com/pixels.htm[/url]

[url]http://www.hp.com/united-states/consumer/digital_photography/take_better_photos/tips/photo-resolution.html[/url]

[url]http://en.wikipedia.org/wiki/Color_depth[/url]

[url]http://en.wikipedia.org/wiki/Color_space[/url]

If that isn't confusing enough color space also comes into play
depending on what medium we're talking about. Computers use RGB color
space where that universe is composed of values assigned each of the
three primary colors, Red, Green and Blue while hard copies such as
what you see on a hard copy generated from a printer or your camera is
based on CMYK or inks which have a different color space.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 04-28-2008, 10:50 AM
ray
Newsgroup Contributor
 
Posts: n/a
Re: Pixels to inches with digital photos

On Mon, 28 Apr 2008 09:38:01 -0700, EAA Docent wrote:
[color=blue]
> Does anyone know if there is a way to convert pixels to inches using a
> digital camera?
> What I am trying to say is, i have as an example a photo that is 286 KB
> with a 300 dpi resolution and 2921x2100 pixels.[/color]

equals 9.74 inches by 7 inches
[color=blue]
>
> Some one E-maild a picture as an attachment that was 2.01mb, 180 dpi
> resolution and 3264x2448 pixels.[/color]

equals 10.88 inches by 8.16 inches.
[color=blue]
>
> I am trying to understand why their picture 2.01 mb and when I take
> pictures I never get over 600kb.
>
> I hope I made some sence out of what I am trying to ask. I am new to
> digital cameras and just a casual PC user.[/color]

Yours gives 2921x2100 = 6mp (roughly)
theirs gives 3264x2448 = 8 mp (roughly).

The difference is most likely due to the difference in the level of jpeg
compression on the two photos, though they do have 1/3 more data. BTW -
this question has nothing to do with MS or vista, and would be more
appropriate in, say, alt.photography or rec.photo.digital.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 04-28-2008, 03:30 PM
EAA Docent
Newsgroup Contributor
 
Posts: n/a
Re: Pixels to inches with digital photos


Thanks Mark!

Now at least I have a reasonable understanding.


"Mark L. Ferguson" wrote:
[color=blue]
> a 'dot' and a 'pixel' are the same thing, and 'DPI' is 'dots per inch' so
> your '300 dpi resolution and 2921x2100 pixels'
>
> is an '8 by 10' inch pic.
>
> Their '180 dpi and 3264x2448 pixels' is "3264 divided by 180 " by "2448
> divided by 180"
>
> or about '16 by 20' inches
>
> The "286 KB" and the "2.0 MB" are setting made within the camera options,
> and usually also determine the DPI and pixel ratio. This is usually referred
> to as how many 'megapixels' it takes for one pic.
>
> 3264 X 2448 = 7990272 (about 8 megapixels) = 2.0 MB file size
> --
> Was this helpful? Then click the Ratings button. Voting helps the web
> interface.
> [url]http://www.microsoft.com/wn3/locales/help/help_en-us.htm#RateAPostAsAnswer[/url]
> Mark L. Ferguson
> .
>
> "EAA Docent" <EAADocent@discussions.microsoft.com> wrote in message
> news:5CC0D182-CB92-45FE-BA8A-54B23AE8C549@microsoft.com...[color=green]
> > Does anyone know if there is a way to convert pixels to inches using a
> > digital camera?
> > What I am trying to say is, i have as an example a photo that is 286 KB
> > with
> > a 300 dpi resolution and 2921x2100 pixels.
> >
> > Some one E-maild a picture as an attachment that was 2.01mb, 180 dpi
> > resolution and 3264x2448 pixels.
> >
> > I am trying to understand why their picture 2.01 mb and when I take
> > pictures
> > I never get over 600kb.
> >
> > I hope I made some sence out of what I am trying to ask. I am new to
> > digital cameras and just a casual PC user.
> >[/color][/color]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Off
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Foot and inches with fractions to inches and decimal points Dee Microsoft Office 18 09-19-2007 03:18 AM
I want to view my picture dimensions in inches instead of pixels Angilicious Microsoft Office 3 07-10-2007 02:20 AM
Can I change the setting in Picture Manager from pixels to inches? HHB Microsoft Office 1 03-18-2007 06:00 AM
how do i resize a photo by inches nstead of by pixels Confused Microsoft Office 3 01-15-2007 11:49 AM
how do i resize a photo by inches nstead of by pixels Confused Microsoft Office 1 01-15-2007 11:49 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 03:47 PM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0