Computer Tips and Tricks ~ How Do I Send Pictures via Email

written by: Marieta Leke; article published: year 2006, month 08;



In: Categories » Computers and technology » Software » Computer Tips and Tricks ~ How Do I Send Pictures via Email

One of the first things that new digital camera owners love to do is send a batch of images to family members or friends. As you may have already discovered yourself, the warmth of reception is inversely proportional to the size of the images that land in your recipients' inboxes.
All too often, budding photographers send full-sized 2-, 4-, or even 6-megapixel pictures as email attachments. Unfortunately, these files take forever to download on all but the fastest Internet connections and are too large to view comfortably on a computer monitor.
Indeed, you should shoot at your camera's highest resolution, but remember not to send those full-sized images to others. All parties concerned will be much happier if you create much smaller "email versions" of your pictures and send those along. This technique is called sampling down. Here'show it works:

  1. Use your image editor to resize a copy of the image for easier handling. To do so, use the "Save As…" command in your image editor. The largest size you should send as an email attachment is 800 x 600 pixels, and 640 x 480 pixels will usually do the job.
  2. If you're lucky enough to have Photoshop (or Photo shop Elements) as your image editor, use the Image Size function to resize the picture. (Other image editors have similar functions.) When you first open the Image Size dialog box, you'll see the current width and height of the picture. In the settings, those dimensions are 2272 pixels wide by 1704 pixels tall. This shot was taken at full resolution with a 4-megapixel camera. If you sent this picture as-is, the file size would be well over 1 MB even after compression, and a full 11 MB when opened. That's not the kind of attachment you want to send to friends and family.
  3. Use this dialog box to reduce the width and height settings to 640 x 480 pixels (or thereabouts). In the above example, these changes shrank the compressed file size to under 300 KB—just a fraction of the size of the original image!
  4. Make sure you have both the "Constrain Proportions" and "Resample Image" boxes checked when preparing image copies for email. With the "Constrain Proportions" box checked, Photoshop will automatically change the height dimension for you when you change the width. Photoshop users can also take advantage of the Bicubic Sharper algorithm, which you can select from the drop-down list next to "Resample Image." Since sampling down sometimes "softens" your pictures slightly, many photographers feel the need to sharpen the images after resampling. You won't need to use that two-step process if you select Bicubic Sharper—Photoshop will resample and sharpen for you in one step

"Resampling" is probably one of those words you've heard before but don't quite understand the meaning of. In simplest terms, resampling means that the image editor is either adding pixels to the image or subtracting pixels from the image. Usually you'll want to avoid "sampling up" (that is, adding pixels), because that degrades image quality. But "sampling down," or subtracting pixels, is a great way to reduce the file sizes of image copies that you want to send via email or post on the Web. In other words, when you change the width and height dimensions to smaller numbers, such as 320 x 240, you're sampling down, and both the picture and the file size will be smaller.
If you have a choice, the best image format to use for email attachments is JPEG (.jpg). When you save in this format, your computer will usually ask you which level of compression you want to use. Generally speaking, medium or high gives you the quality you need.
Remember to keep your original image safe and sound so you can use it later for printing and large display. To help eliminate confusion when dealing with these different sizes, you might want to save two copies, calling the original something like vacation one hires.jpg and the more compact version vacation one lores.jpg ("hires" being short for high resolution and "lores" denoting lower resolution).
If you send friends and family smaller, more manageable pictures, you'll hear more about how beautiful your shots are and less about how long the darn things took to download.

legal disclaimer

1) Our website is not responsible for the information contained by this article as well for any and all copyright infringements by authors and writers. E-articles is a free information resource. If you suspect this article for any copyright infringements, please read the Terms of service and contact us to investigate the problem.
2) The E-articles directory team is not responsible for inaccuracies, falsehoods, or any other types of misinformation this tutorial may contain and will not be liable for any loss or damage suffered by a user through the user's reliance on the information gained here. Please read the Terms of service

Useful tools and features

Translate this article to...    Send this article to you or to a friend

Link to this article from your page   
If you like this article (tutorial), please link to it from your web page using the information above. Linking to this page, this is the only way to help us improve our service, the same time providing your visitors with a way to improve their online experience.

related articles

1. Detecting SoftICE by Searching Memory
This detection searches the memory in the V86 mode for the WINICE.BR string. Because this method is infrequently used, it's worth considering, though it can only be used in Windows 9x. This routine can be easily hidden because it doesn't use calls (neither API nor INT). This will make it impossible to detect, and, if you use it well, it may discover a debugging attempt—for an attacker to make the program continue, he will have to change its code or the register's contents. To discover the debugging attempt, all you need to ...

2. Detecting SoftICE by Calling INT 68h
Here's a way to detect the presence of SoftICE in memory by calling INT contain the value 43h before calling INT be in the AX register. 68h. The AH register must 68h. If SoftICE is active in memory, the return value 0F386h will This is a well-known method of detecting SoftICE that is safe and commonly used, but only in Windows 9x. You can see it in action, for example, in SafeDisc: .386 .MODEL FLAT,STDCALL locals jumps UNICODE=0 include w32.inc Extrn SetUnh...

3. Detecting SoftICE by Calling INT 3h
This is one of the most well known anti-debugging tricks, and it uses a back door in SoftICE itself. It works in all versions of Windows, and it is based on calling INT 3h with registers containing the following values: EAX=04h and EBP=4243484Bh. This is actually the "BCHK" string. If SoftICE is active in memory, the EAX register will contain a value other than 4. This trick has often been used in the code of various compression and encoding programs, and it is well known because of its wide use. When used well, it may cau...

4. Remote Access Services (RAS) under Windows XP Professional
Authentication protocols • EAP - Extensible Authentication Protocol. A set of APIs in Windows for developing new security protocols as needed to accommodate new technologies. MD5-CHAP and EAP-TLS are two examples of EAP. • EAP-TLS - Transport Level Security. Primarily used for digital certificates and smart cards. • MD5-CHAP - Message Digest 5 Challenge Handshake Authentication Protocol. Encrypts usernames and passwords with an MD5 algorithm. • RADIUS - Remote...

5. Maximizing Your Internet Browser with Bookmarks
If you want to return to a first-rate online source, you’re likely to use a shortcut, such as a bookmark or a favorite. If you use the Netscape browser, you bookmark the Web page. This acts as a shortcut to the online source.If you use the Internet Explorer browser, you save the page as a favorite. (I refer to both of these types of shortcuts as bookmarks for this section of the article.) If you’ve used the Internet for a while, you likely have a long list of bookmarks. Today h...

6. Monitoring and Optimizing System Performance and Reliability in Windows XP Professional
Task scheduler: • Used to automate events such as batch files, scripts and system backups. • Tasks are stored in the Scheduled Tasks folder in Control Panel. • Running task with a user name and password allows an account with therequired rights to perform the task instead of an administrative account. • Set security for a task by group or user. Using offline files • Offline files replaces My Briefcase and works a lot like Offl...

7. Communication Protocols Used by Windows Systems
TCP/IP protocol • TCP is an industry-standard suite of protocols • It is routable and works over most network topologies • It is the protocol that forms the foundation of the Internet • It is Installed by default in Windows XP • Can be used to connect dissimilar systems • Uses Microsoft Windows Sockets interface (Winsock) • IP addresses can be entered manually or be provided automatically by a DHCP server • DNS is used to resolve compute...