Kindle - 保存图像的最佳方式

发布于 2024-09-11 08:09:11 字数 573 浏览 8 评论 0原文

我创建了一本书,每一页都是一张 JPG 图片(相信我,这就是这本书的目的)。这本书适合横向阅读。

这将是一本 Kindle 书,适合在所有 Kindle 平台(kindle 1、kindle 2、iphone、ipad、mac、windows 和 android)上阅读。我还没有 kindle,但我有适用于 iPhone 和 Mac 的 kindle 应用程序。

我已经准备好了要使用的 HTML 结构。

我的问题是:创建的图像是为了横向显示而创建的,并且所有图像都以这种格式保存(我的意思是,最大尺寸是水平尺寸)。

如果我为 Kindle 创建 HTML,并且所有图像都以这种方式保存,则图像将按比例缩小,以便它们适合设备屏幕的水平尺寸,对吗?

由于这就是为 iPhone 和 iPad 创建本书的方式,我想至少 Android 用户可以选择将设备横向转动,图像将扩展至充满屏幕。但是 Kindle 1 和 2 呢?

如果我将图像逆时针旋转 90 度,kindle 1 和 2 将以可能的最大尺寸看到图像,但当 android 用户旋转设备时,图像将旋转,用户将无法正确看到它。

怎么解决呢?最好的方法是什么? 谢谢

I have created a book that each page is a JPG picture (believe me, this is how the book is intended to be). This book is intended to be read in landscape.

This will be a kindle book, intended to be read on all kindle platorms (kindle 1, kindle 2, iphone, ipad, mac, windows and android). I don't have a kindle yet, but I have kindle app for iPhone and mac.

I have prepared the HTML structure to be used.

My question is: the images were created to be seen in landscape, and all images were saved in this format (I mean, the largest size is the horizontal).

If I create an HTML for kindle and all images are saved that way, the images will be scaled down, so they fit on the horizontal size of the device screen, right?

As this was the way this book was created for iPhone and iPad, I suppose that at least on Android users will have the option to turn the device sideways and the image will expand to fill the screen. But what about Kindle 1 and 2?

If I rotate the images 90 degrees CCW, kindle 1 and 2 will see the image at the maximum dimension possible but when the android user rotates the device, the image will rotate and the user will not be able to see it correctly.

How to solve that? What's the best way to do that?
thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

思念绕指尖 2024-09-18 08:09:13

如果您的问题是如何确保它们在 Android 上正确显示,您可以将 android:screenOrientation="landscape" 放入 标记中>AndroidManifest.xml 文件。

If your question is about how to ensure they display properly on the Android, you can put android:screenOrientation="landscape" in your <activity> tag in your AndroidManifest.xml file.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文