ebay上传图片的要求
eBay's Picture Requirements
Introduction to Pictures in Listings
Pictures make an item more appealing, and give buyers a better idea of the item's appearance. A picture that is stored on the eBay site is stored under eBay Picture Services (EPS). A self-hosted picture is stored on a different site. At least one picture is required for each listing. Using lots of high-quality pictures is a great way to help sell your item. Up to 12 pictures can be added to any listing in any category at no cost. For motor vehicle listings, you can have 12 free pictures and for a small fee up to 24 pictures.
If you use image processing editors or utilities to prepare your pictures for uploading (for example, to crop, rotate, or color correct your images), avoid using the "Save for the Web" commands (or other picture-saving options) in your program. These commands often result in reduced image quality after the uploaded pictures are processed by EPS. Instead, use the standard Save command with your image-processing tools.
Picture Requirements
- All listing must have at least one image.
- The size of an image must be no smaller than 1 x 1 px and no larger than 12,000 px (i.e., height +width <= 1200 px).
- The length of the 'width' plus 'height' of an image must be equal to or less than 12,000 pixels.
- The maximum image file size is 12 MB.
- Images cannot have borders.
- Images cannot have seller-added text or seller-added artwork.
- With the exception of books, movies, or video games, sellers cannot use an eBay catalog stock photo as the primary photo for a used item.
- Images must be in JPG, BMP, GIF, TIF, or PNG format.
Note that:
- The GIF87 format is not supported.
- TIF images with transparent background are not supported - the transparency can result in a black image.
- JPG images must use the RGB color space. The CMYK color space is not supported. See CMYK Color Format for information about detecting images using the CMYK format and how to convert them to RGB.
- Images in TIF and BMP are converted to JPG.
- The recommended JPG quality is 90 or greater.
- PNG images are converted to JPG. Since the JPG format does not support transparency, eBay sets the transparency to white.
Self-hosted pictures must meet these requirements. However, when creating a listing, self-hosted pictures cannot be checked to ensure that they comply with the picture requirements. Self-hosted pictures that do not comply, may not show up in the listing and revising or relisting the item may fail due to picture requirement violations.
Additional Information About Using Pictures
For more information on adding pictures to listings, see Working with Pictures in an Item Listing and the following eBay help pages.
For more information on controlling the display of pictures in a listing, see the description of the Item.PictureDetails.PhotoDisplay field in the AddItem call reference.
ebay上传图片的要求的更多相关文章
- ebay API属性
Ebay Trading API整理 纠纷相关 AddDispute:创建一个未支付纠纷 或 取消 a single line item order AddDisputeResponse:回复/关闭d ...
- 博客使用BOS上传图片
1.博客平台的选定 从大学开始做个人主页算起,最开始是使用html,CSSS写简单的页面,后面大学毕业之后接触到了WordPress,就开始用WordPress搭建网站.现在还维护着一个农村网站.ht ...
- nodejs利用ajax实现网页无刷新上传图片
nodejs利用ajax实现网页无刷新上传图片 标签(空格分隔): nodejs 通常情况下上传图片是要通过提交form表单来实现的,但是这又不可避免的产生了网页转. 利用ajax技术和FormDat ...
- -Android -线程池 批量上传图片 -附php接收代码
(出处:http://www.cnblogs.com/linguanh/) 目录: 1,前序 2,类特点 3,用法 4,java代码 5,php代码 1,前序 还是源于重构,看着之前为赶时间写着的碎片 ...
- iOS 原生HTTP POST请求上传图片
今天项目里做一个上传图片等个人信息的时候,使用了第三方AFNetworking - (AFHTTPRequestOperation *)POST:(NSString *)URLString param ...
- 大朋展翅 html5上传图片(三)一解决部分手机拍相册批量上传图片转向问题
在经过前面的改进之后本来以为已经没有问题了,但经过我们神通广大的测试的测试,发现相册中的图片在上传时也会发生转向问题.既然前面都解决了拍照转向的问题,那么相册中图片的上传也容易解决.修改一下需要旋转图 ...
- html5上传图片(一)一跨域上传
最近开发一个上传图片的模块,传图片的接口不支持跨域上传,并且只支持单张上传,而我们的产品要求要实现多张上传.我搞了一个代理页面,先将图片传到代理页面,然后再通过代理页面传到上传图片接口.虽然这种方式经 ...
- h5上传图片及预览
第一次做图片上传,记录一些问题. 1,图片的base64编码就是可以将一副图片数据编码成一串字符串,使用该字符串代替图像地址.而网页上的每一个图片,都是需要消耗一个http请求下载而来的,使用base ...
- .NET WebAPI 实现图片上传(包括附带参数上传图片)
博主的项目,客户端是APP,考虑到以后也可能会应用到微信端.网站等,图片上传方法就需要兼容多端,并且以目前的设计,不允许非登录用户上传图片,就得在上传时解决附带参数上传图片的问题. 先来看看后台方法( ...
随机推荐
- scrapy入门实战-爬取代理网站
入门scrapy. 学习了有这几点 1.如何使用scrapy框架对网站进行爬虫: 2.如何对网页源代码使用xpath进行解析: 3.如何书写spider爬虫文件,对源代码进行解析: 4.学会使用scr ...
- 机器学习之KNN---k最近邻算法-机器学习
KNN算法是机器学习中入门级算法,属于监督性学习算法.SupervisedLearning. 通过Plinko游戏来介绍该算法. 就是随机在上面投球,然后球进下面的哪个地方就得多少分. 然后在规定得投 ...
- embed元素 autostart false 失效时的解决方法
embed元素 autostart false 失效时的解决方法 最近在工作中碰到了在网页中嵌入播放器播放声音文件的需求,最后使用了embed元素 代码如下: <embed src='1093. ...
- Git 设置和取消代理(SOCKS5代理)
设置代理 git config --global http.proxy 'socks5://127.0.0.1:1080' git config --global https.proxy 'socks ...
- Eclipes 配置src.zip(查看源代码)
接着将这些改变应用,重启eclipes即可.
- python学习笔记:循环语句——while、for
python中有两种循环,while和for,两种循环的区别是,while循环之前,先判断一次,如果满足条件的话,再循环,for循环的时候必须有一个可迭代的对象,才能循环,比如说得有一个数组.循环里面 ...
- Java8环境设置
假设你已经安装在 C:Program Filesjavajdk 目录: 在“我的电脑”右键单击并选择“属性”. 在“高级”选项卡下单击“环境变量”按钮. 现在,改变“Path”变量,因此,它也包含了路 ...
- Anjular的ng-repeat
Anjular的ng-repeat不会循环一个二维集合中的一维集合.举个例子:集合 list= {1,2,{0,1,2},23,222},small={0,1,2},使用ng-repeat" ...
- 关于软件IntelliJ IDEA的使用技巧(二)
二,IntelliJ IDEA的工具栏介绍 2,IntelliJ IDEA菜单栏 (5)code编码 ✌1.Override Methods:覆盖方法 ✌2.Implement Methods:实现方 ...
- webpack3.X的学习
文章说明,这篇主要是记录一下我学习的过程.以代码为主.一些概念啊,插件的用途说明啊不做任何说明.有任何不明白的请参照webpack中文官网https://doc.webpack-china.org/. ...