The Best Way to Use Images for Kindle Books

Use Images,It’s clean to add pix for your Kindle books via HTML. You add them in your HTML the same as you would any other Web page, with the detail. But there are some things you need to don’t forget:

  • Where are the pictures stored relative to the HTML?
  • How huge are the photographs (both in dimensions and report length)?
  • What record layout are the photographs?
  • Is the image line artwork or a picture?
  • Is the photo in black and white or colour?

Where to Store Images for Your Kindle Book

When you are writing the HTML to create your Kindle ebook, you write it as one huge HTML file, however where should you put the images? It’s excellent to create a listing for your e book and positioned your HTML in there and then put a sub-listing inner on your images. This would have the directory shape:

/my-book/
my-book.html
/images/
image1.jpg
image2.gif 

When you reference your pix, you ought to use relative paths, in place of pointing to the area of the image in your difficult force.

An smooth manner to tell in case you’ve done this right is to look for backslash characters, a couple of slashes in a row, the word

file:

Or any difficult drive letters like C: within the photograph URL. In the above listing shape you’ll reference image1.Jpg like this:

<img src="images/image1.jpg"> 

Note that there may be no scale back at the start of the URL because the

images/

directory is a sub-directory of the one the

my-book.html

File is in. The different manner to check which you have the URLs accurate is to alternate the directory name of your e-book directory

/my-book/

After which open the HTML in a Web browser. If the photographs nevertheless display up, then you definately’re the usage of relative paths.

Then whilst your book is complete and you’re geared up to post you would zip the entire “my-ebook” directory into one ZIP file (How to Zip Files in Windows 7) and upload that to the Amazon Kindle Direct Publishing.

The Size of Your Images

Just like with Web pics, the file length of your Kindle e-book pictures is important. Larger pics will make your e book plenty large and slower to download. But keep in mind that the download simplest happens as soon as (in most cases), and as soon as the e-book is downloaded the image file size won’t affect the studying. But a low exceptional image will. Low great pictures will make your e book harder to study and give the impression that your book is awful.

So when you have to pick between a smaller file size photo and a higher best one, pick higher nice. In fact, Amazon suggestions explicitly kingdom that JPEG images need to have a best putting of at least 40, and you should offer images in as excessive a decision as you have available. This will make sure that your pictures appearance right regardless of what the decision of the device viewing it.

Your photos should be no extra than 127KB in length. I propose setting the decision to 300dpi or higher in your pix and then optimizing simplest as a whole lot as you want to get the document size all the way down to 127KB. This will make sure that your pictures appearance as desirable as possible.

But there’s extra to size than just the document size. There is also the size of your photographs. If you want an image to take in the maximum quantity of display screen real property at the Kindle,

you should set it with an component ratio of nine:eleven. Ideally, you need to put up images which are as a minimum six hundred pixels huge and 800 pixels high. This will absorb maximum of one web page. You can create them large (as an example 655×800 is the 9:eleven ratio),

but creating smaller photographs could make them tougher to study, and photographs smaller than 300×400 pixels are too small and may be rejected.

Image File Formats and When to Use Them

Kindle gadgets guide GIF, BMP, JPEG and PNG photos inside the content. However, if you are going to test your HTML in a browser earlier than loading it to Amazon,

you should use simply GIF, JPEG or PNG.

Just like on internet pages, you ought to use GIF for line art and clip artwork fashion photos and use JPEG for pix. You can use PNG for either, but preserve in thoughts the high-quality as opposed to file size statistics above. If the image appears better in a PNG, then use PNG; in any other case use GIF or JPEG.

Be careful while the usage of animated GIFs or PNG files. In my checking out,

the animation labored whilst viewing the HTML on a Kindle however then could be removed while processed through Amazon.

You cannot use any vector snap shots like SVG in Kindle books.

Kindles Are Black and White, but Make Your Images Color

For one aspect, there are more devices that study Kindle books than simply the Kindle gadgets themselves. The Kindle Fire pill is complete colour and the Kindle apps for iOS,

Android and desktops all view the books in colour. So you have to constantly use colour pics whilst possible.

The Kindle eInk gadgets display the pix in sixteen sunglasses of gray,

so even as your genuine colors do not display up, the nuances and contrasts do.

Placing Images on the Page

The final factor maximum internet designers need to understand when adding photographs to their Kindle books is the way to role them. Because Kindles show ebooks in a fluid environment, a few alignment functions aren’t supported. Right now you may align your images with the following keywords using both CSS or the

align

attribute:

top

—Aligns the top of the photograph with the pinnacle of the present day line

texttop

—Aligns the pinnacle of the picture with the top of the text inside the contemporary line

absmiddle

—Centers the photo vertically in the current line

middle

—Centers the photo vertically within the middle of the text of the modern line

absbottom

—Aligns the bottom of the image with the bottom of the current line

bottom

the bottom of the photograph with the baseline of the textual content in the present day line (same as baseline)

baseline

Aligns the lowest of the photo with the baseline of the textual content in the contemporary line (identical as bottom) But the two alignments

left

and

right

Are not supported. Text will no longer wrap around images on the Kindle. So you have to think of your pics as a new block beneath and above the surrounding text. Be sure to check out wherein web page breaks arise with your images. If your pictures are too huge,

they can create widows and orphans of the encircling textual content either above or below them.