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,考虑到以后也可能会应用到微信端.网站等,图片上传方法就需要兼容多端,并且以目前的设计,不允许非登录用户上传图片,就得在上传时解决附带参数上传图片的问题. 先来看看后台方法( ...
随机推荐
- git代码提交步骤
常用的步骤: 1)假如本地想关联git仓库,那么先git init,git remote add origin [git地址] 2)假如是想直接从git仓库拉下来,那么git clone [git地 ...
- hdu6578 2019湖南省赛D题Modulo Nine 经典dp
目录 题目 解析 AC_Code @ 题目 第一题题意是一共有{0,1,2,3}四种数字供选择,问有多少个长度为n的序列满足所有m个条件,每个条件是说区间[L,R]内必须有恰好x个不同的数字. 第二题 ...
- PostgreSQL角色和权限
PostgreSQL是通过角色来管理数据库访问权限的,我们可以将一个角色看成是一个数据库用户,或者一组数据库用户.角色可以拥有数据库对象,如表.索引,也可以把这些对象上的权限赋予其它角色,以控制哪 ...
- GIL - global interpreter lock
python是一个解释型语言,但是可以使用多个解释器.比如C++,但是可以用不同的编译器来编译成可执行代码.有名的编译器例如GCC,INTEL C++,Visual C++等.Python也一样,同样 ...
- kafka ProducerConfig 配置
kafka-clients : 1.0.1
- Micro SQL Server2016
Microsoft SQL Server 2016 序列号(中英文通用) SQL Server 2016 企业版: MDCJV-3YX8N-WG89M-KV443-G8249SQL Server 2 ...
- 监督局部线性嵌入算法(SLLE算法)
% SLLE ALGORITHM (using K nearest neighbors) % % [Y] = lle(X,K,dmax,a) % % X = data as D x N matrix ...
- 201⑨湘潭邀请赛 Chika and Friendly Pairs(HDU6534)
原题链接:http://acm.hdu.edu.cn/showproblem.php?pid=6534 题意: 给你一个数组,对于第i个数来说,如果存在一个位置j,使得j>i并且a[j]-k&l ...
- dcoker镜像的分层
镜像分层的好处:复用节省磁盘空间,相同的内容只需加载一份到内存 修改dockerfile之后,再次构建速度加快 docker优化: 1.尽可能地选择体积小的linux发行版,比如alpine 2.尽可 ...
- pytest框架结构运行规则及命名方式
Pytest框架结构 Import pytest 类似的setup,teardown同样更灵活,还有个session() 模块级 (setup_module/teardown_module) 不在类中 ...