Windows Mobile 上的缩略图和照片大小
考虑到 Windows Mobile 设备上屏幕的不同尺寸,我要在 WinForm 应用程序上显示的照片的理想尺寸应该是多少?
那么缩略图呢?有没有某种算法可以制作我要显示的图像的缩略图?
Considering the different sizes of the screen on Windows Mobile devices, which should be the ideal size of a photo that I'm going to show on my WinForm application?
And what about thumbnail? Is there any kind of algorithm to make thumbnail of the images that I'm going to show?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
显示照片取决于您的手机屏幕分辨率,您只需查看默认图片控制即可得到一些想法。
您可以先生成缩略图,将它们保存在特定文件夹的单独文件夹中,如果需要加载它们并显示。
Showing photo is depending on your mobile screen resolution and u just have look at default picture control you will get some idea.
you can generate thumbnails first, keep them in separate folder of particular folder,if necessary load them and display.