vaio media gallery 怎么不能显示上传的照片
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vaio media gallery 怎么不能显示上传的照片相关的知识,希望对你有一定的参考价值。
我把一些拍的照片用 MEDIA GALLERY 设置监控内容上传后发现 相机拍的照片显示不出来 反而手机拍出来的 可以。。。为什么
参考技术A 我更无语啊,我那个是VCPPCW26EC,也是MediaGallery不能显示我自己拍的照片,但是PBM
VAIO
Edition都可以分析并且显示出来.
监控文件夹都是一样的.这就怪了,
然后我直接把我自己拍的照片放在了Media
Gallery能打开的那些图片的文件夹(VAIO
Sample
Photo)
然后奇怪的事情发生了,同一个文件夹里面的照片,它就只看得到它自代的那些,而我放进去的打不开,没显示出来.网上说估计是vaio娱乐组件没安装完全,哎,因为我这个是预装好了的,么得随机光盘,所以现在我这个问题其实也还没得到解决.希望您如果找到解决的方法了透露点技巧给我吧,呵呵.
Magento Gallery图像滚动
Replace the code below in your templates 'media.phtml' file. This has mouseover and mouseout but can be removed it needed.
<?php $_product = $this->getProduct(); $_helper = $this->helper('catalog/output'); ?> <p class="product-image"> <?php $_img = '<img src="'.$this->helper('catalog/image')->init($_product, 'image')->resize(220).'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" id="main_image" />'; echo $_helper->productAttribute($_product, $_img, 'image'); ?> </p> <div class="more-views"> <h4><?php echo $this->__('Click Images') ?></h4> <ul> <?php foreach ($this->getGalleryImages() as $_image): ?> <li> <a href="<?php echo $this->helper('catalog/image')->init($this->getProduct(), 'main_image', $_image->getFile())->resize(220); ?>" title="<?php echo $_product->getName();?>" onmouseover="this.prevsrc=$('main_image').src; $('main_image').src = this.href;" onmouseout="$('main_image').src=this.prevsrc;" onclick="return false;" > <!-- The below should remain the same as before --> <img src="<?php echo $this->helper('catalog/image')->init($this->getProduct(), 'thumbnail', $_image->getFile())->resize(56, 56); ?>" alt="<?php echo $this->htmlEscape($_image->getLabel()) ?>" title="<?php echo $this->htmlEscape($_image->getLabel()) ?>"/> </a> </li> <?php endforeach; ?> </ul> </div> <?php endif; ?>
以上是关于vaio media gallery 怎么不能显示上传的照片的主要内容,如果未能解决你的问题,请参考以下文章
Android 7.0 Gallery图库源码分析3 - 数据加载及显示流程
自己写的android camera应用,拍完的照片保存在sd卡中,但是不能在gallery中看不到,重启手机后才能看到