A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Express Email Newsgroup » Outlook Express
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Image size changing



 
 
Thread Tools Search this Thread Display Modes
  #11  
Old December 29th 06, 01:42 PM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
Ron Sommer
external usenet poster
 
Posts: 1,463
Default Image size changing

'Sending to mail recipient' converts the doc file to a HTML document.

'Specifying the display size' is equivalent to dragging the image handles.

When you are in an OE message composition window for a HTML message, View,
check Source Edit.
This will put three tabs at the bottom of the composition window: Edit,
Source, and Preview.

If you are saving copies of sent emails to Sent Items, click on one of the
emails sent from Word.
Click Forward to get a composition window.
Have the Source Edit tabs showing.
Click on Source.
Look for src, height, or width.
Here is an example.

P class=MsoNormalFONT face="Times New Roman" size=3SPAN
style="FONT-SIZE: 12pt"IMG id=_x0000_i1025 height=480
"
width=640/SPAN/FONT/P

The height and width numbers are pixels.

In Steve Cochran's reply, the first image had this code:
IMG src="BLAH"
Without the height and width code, the height, width, and/or resolution of
the image would be used to display the image.

The second image had this code:
IMG height=250 src="BLAH" width=142
The height and width are set by the HTML code.
The height and width are higher than the source image height and width,
because the image is now blurry.
--
Ronald Sommer

"Rob" wrote in message
...
: I'm sending to mail recipient NOT as an attachment
:
: "Ron Sommer" wrote:
:
: Are you using Send To mail recipient or Send To mail recipient (as
: attachment)?
: The first sends an HTML email. Your message and picture would be viewed
in
: OE.
: The HTML code for the image will have height and width attributes.
: If you insert a picture in an OE message composition window, OE does not
use
: height and width attributes.
:
: The second sends a Doc file. It has to be opened in Word.
:
: Please describe how you are sending the Doc file.
: --
: Ronald Sommer
:
: "Rob" wrote in message
: ...
: : Yes, I am creating a Word DOC file, then inserting the image into that
and
: : sending the DOC file. But Word seems to be resizing arbitrarily.
Sometimes
: it
: : over enlarges other times it downscales.
: : I already asked Steve Cohran above what are and where are these Source
tab
: : and IMG tag you both talk about.
: : Specifying the display size: Is that equivalent to dragging the image
: handles?
: :
: :
: : "Michael Santovec" wrote:
: :
: : You mention sending from Word. Are you creating a Word DOC file,
then
: : inserting the image into that and sending the DOC file? In that
case,
: : Word is resizing the image to fit the document.
: :
: : In the case of sending the raw image, OE does no automatic resizing.
: : What you see is what you get.
: :
: : If you use HTML format in OE and then Insert, Picture (rather than
File
: : Attachment), you could go to the Source tab and edit the IMG tag to
: : specify the display size. This doesn't affect the actual image file
: : size as sent, just how it is displayed.
: :
: : If you ant complete control over size, then you need to resize the
image
: : (e.g. in Irfanview) and reduce the number of pixels. Note that many
: : programs ignore the DPI when displaying/printing.
: :
: :
: : --
: :
: : Mike - http://pages.prodigy.net/michael_santovec/techhelp.htm
: :
: :
: : "Rob" wrote in message
: : ...
: : Thanks Steve,
: : I already used Irfanview and have reduced the image to an
acceptable
: : 241kb
: : for sending. I was hoping there was a solution without having to
: : resize
: : further.
: : I have a 1058x1575 Jpeg image 190dpi. When it is sent from Word
it is
: : automaticaly streched to fill nearly the whole page when printed.
When
: : the
: : same image is inserted directly in a message in OE it is enlarged
a
: : lot more
: : and only about 1/3 fits on the printed page.
: : What do you mean by "image tag of the HTML IMG"? Are you refering
to
: : the
: : image dialogue box in Word?
: : Although I have IE7 the info box in OE says I am using version 6.
Is
: : that
: : correct?
: :
: :
: :
: : "Steve Cochran" wrote:
: :
: : I think Word generates a thumbnail, but I'm not sure. The image
: : should be
: : sized using some imaging program such as irfanview
: : (www.irfanview.com) or if
: : you don't care about the actual size of the image in terms of
bytes,
: : you can
: : resize it proportionately in the image tag of the HTML IMG
element by
: : specifying height and width.
: :
: : IE7 introduces a "shrink to fit" aspect in printing that also
applies
: : to OE,
: : which is why it printed on the single page.
: :
: : steve
: :
: : "Rob" wrote in message
: : ...
: : When sending an image from Word it's size is reduced when
: : visualized in
: : OE.
: : When inserting the same image directly in an OE message it is
: : enlarged
: : respect to the original. This is also obvious when printed: the
: : original
: : fits
: : on a page while the one printed from OE is to large. I sent
this
: : same
: : image a
: : week ago and did not have this problem. In the meantime I
updated
: : to
: : Internet
: : Explorer 7. Could that be a possible cause and can it be
resolved?
: : Thanks
: :
: :
: :
: :
:
:

Ads
  #12  
Old January 2nd 07, 08:31 AM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
Rob
external usenet poster
 
Posts: 146
Default Image size changing

Thanks Ronald and Steve,
That helped I found the tabs and code:
P class=MsoNormalFONT face="Times New Roman" size=3SPAN
style="FONT-SIZE: 12pt"IMG id=_x0000_i1025 height=980
"
width=668/SPAN/FONT/P/DIV/BODY/HTML
The original image is 1058x1552 pixels. When inserted in Word it maintains
it’s size. When sent to OE it becomes 980x668 so that’s what needs to be
changed.
Have a good year,
Rob


"Steve Cochran" wrote:

Okay, here's an excuse to post in HTML. G



Here's the IMG element for that image:

IMG src="Blah" where blah is the path.

Now if you go to View | Source Edit then you can go into the source tab
and generate the same image, but you can modify it to specify the height
and width.



If you look at the source code (CTRL-F2) you'll see that I've explicitly
set the image size in the HTML tag as follows:

IMG height=250 src="BLAH" width=142

See
http://msdn.microsoft.com/library/de...author/dhtml/r
eference/objects/img.asp for details.

Also, most monitors for Windows display at 96 dpi, so you might want to
adjust that as well.

steve



"Rob" wrote in message
...
Yes, I am creating a Word DOC file, then inserting the image into that

and
sending the DOC file. But Word seems to be resizing arbitrarily.

Sometimes it
over enlarges other times it downscales.
I already asked Steve Cohran above what are and where are these Source

tab
and IMG tag you both talk about.
Specifying the display size: Is that equivalent to dragging the image

handles?


"Michael Santovec" wrote:

You mention sending from Word. Are you creating a Word DOC file, then
inserting the image into that and sending the DOC file? In that case,
Word is resizing the image to fit the document.

In the case of sending the raw image, OE does no automatic resizing.
What you see is what you get.

If you use HTML format in OE and then Insert, Picture (rather than File
Attachment), you could go to the Source tab and edit the IMG tag to
specify the display size. This doesn't affect the actual image file
size as sent, just how it is displayed.

If you ant complete control over size, then you need to resize the

image
(e.g. in Irfanview) and reduce the number of pixels. Note that many
programs ignore the DPI when displaying/printing.


--

Mike - http://pages.prodigy.net/michael_santovec/techhelp.htm


"Rob" wrote in message
...
Thanks Steve,
I already used Irfanview and have reduced the image to an acceptable
241kb
for sending. I was hoping there was a solution without having to
resize
further.
I have a 1058x1575 Jpeg image 190dpi. When it is sent from Word it

is
automaticaly streched to fill nearly the whole page when printed.

When
the
same image is inserted directly in a message in OE it is enlarged a
lot more
and only about 1/3 fits on the printed page.
What do you mean by "image tag of the HTML IMG"? Are you refering to
the
image dialogue box in Word?
Although I have IE7 the info box in OE says I am using version 6. Is
that
correct?



"Steve Cochran" wrote:

I think Word generates a thumbnail, but I'm not sure. The image
should be
sized using some imaging program such as irfanview
(www.irfanview.com) or if
you don't care about the actual size of the image in terms of bytes,
you can
resize it proportionately in the image tag of the HTML IMG element

by
specifying height and width.

IE7 introduces a "shrink to fit" aspect in printing that also

applies
to OE,
which is why it printed on the single page.

steve

"Rob" wrote in message
...
When sending an image from Word it's size is reduced when
visualized in
OE.
When inserting the same image directly in an OE message it is
enlarged
respect to the original. This is also obvious when printed: the
original
fits
on a page while the one printed from OE is to large. I sent this
same
image a
week ago and did not have this problem. In the meantime I updated
to
Internet
Explorer 7. Could that be a possible cause and can it be resolved?
Thanks





 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
changing the default font size for outlook 2007 The_ONE Outlook - Installation 4 November 22nd 06 12:12 AM
Send-to image file isn't prompting for reduced size? Hall Outlook - General Queries 1 August 18th 06 08:09 AM
Changing CommandBarButton image at runtime Tom at GSD Add-ins for Outlook 0 July 10th 06 04:35 PM
Include a field for a business card image in outlook(any size/sid Prieto Chulo Outlook - Using Forms 0 May 14th 06 12:57 AM
Font size stuck on size 12 when creating new message. Rob153 Outlook Express 13 April 4th 06 02:29 PM


All times are GMT +1. The time now is 12:54 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.