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上传图片的要求的更多相关文章

  1. ebay API属性

    Ebay Trading API整理 纠纷相关 AddDispute:创建一个未支付纠纷 或 取消 a single line item order AddDisputeResponse:回复/关闭d ...

  2. 博客使用BOS上传图片

    1.博客平台的选定 从大学开始做个人主页算起,最开始是使用html,CSSS写简单的页面,后面大学毕业之后接触到了WordPress,就开始用WordPress搭建网站.现在还维护着一个农村网站.ht ...

  3. nodejs利用ajax实现网页无刷新上传图片

    nodejs利用ajax实现网页无刷新上传图片 标签(空格分隔): nodejs 通常情况下上传图片是要通过提交form表单来实现的,但是这又不可避免的产生了网页转. 利用ajax技术和FormDat ...

  4. -Android -线程池 批量上传图片 -附php接收代码

    (出处:http://www.cnblogs.com/linguanh/) 目录: 1,前序 2,类特点 3,用法 4,java代码 5,php代码 1,前序 还是源于重构,看着之前为赶时间写着的碎片 ...

  5. iOS 原生HTTP POST请求上传图片

    今天项目里做一个上传图片等个人信息的时候,使用了第三方AFNetworking - (AFHTTPRequestOperation *)POST:(NSString *)URLString param ...

  6. 大朋展翅 html5上传图片(三)一解决部分手机拍相册批量上传图片转向问题

    在经过前面的改进之后本来以为已经没有问题了,但经过我们神通广大的测试的测试,发现相册中的图片在上传时也会发生转向问题.既然前面都解决了拍照转向的问题,那么相册中图片的上传也容易解决.修改一下需要旋转图 ...

  7. html5上传图片(一)一跨域上传

    最近开发一个上传图片的模块,传图片的接口不支持跨域上传,并且只支持单张上传,而我们的产品要求要实现多张上传.我搞了一个代理页面,先将图片传到代理页面,然后再通过代理页面传到上传图片接口.虽然这种方式经 ...

  8. h5上传图片及预览

    第一次做图片上传,记录一些问题. 1,图片的base64编码就是可以将一副图片数据编码成一串字符串,使用该字符串代替图像地址.而网页上的每一个图片,都是需要消耗一个http请求下载而来的,使用base ...

  9. .NET WebAPI 实现图片上传(包括附带参数上传图片)

    博主的项目,客户端是APP,考虑到以后也可能会应用到微信端.网站等,图片上传方法就需要兼容多端,并且以目前的设计,不允许非登录用户上传图片,就得在上传时解决附带参数上传图片的问题. 先来看看后台方法( ...

随机推荐

  1. MySQL安装/卸载

    http://jishu8.cc/2017/02/06/55/ 检查端口是否冲突:netstat nao | findstr 3307  启动服务:services.msc

  2. python(列表推导式和生成器表达式)

    从母鸡下蛋的故事讲起 老母鸡 = ('鸡蛋%s'%i for i in range(10)) print(老母鸡) for 蛋 in 老母鸡: print(蛋) g = (i*i for i in r ...

  3. 为什么对象被new 以后在执行dup操作?

    为什么对象被new 以后在执行dup操作? 今天有个朋友问我,为什么一个new一个对象的指令在new后面紧跟的是dup操作?他说搜了可能找到的 搜索引擎都找不到答案,包括翻了<<深入JAV ...

  4. 14. Django MTV及Django模型

    MTV 我们或许都听说过MVC模式.MVC是模型(model)-视图(view)-控制器(controller)的缩写,一种软件设计典范,用一种业务逻辑.数据.界面显示分离的方法组织代码.Django ...

  5. 部署项目问题(maven打包jar不对应,导致启动时一直找不到某个类)

    项目是springboot+maven  打包用maven的插件package 下面是打包后的目录结构  project-1.0 和project-1.0.tar.gz是一样的  区别就是一个是压缩包 ...

  6. 从上一个页面跳入新页面时,如何拿URL中的参数

    var url = document.URL; //获取当前页面的url var urlA = url.split('?');//以url中的问号进行分割; var goodscode = urlA[ ...

  7. 利用docker搭建WordPress

    步骤一 创建mysql的容器 步骤二 创建wordpress的容器并链接mysql容器的数据库 创建mysql的容器 docker run -d --name mysql -v mysql-data: ...

  8. swoole安装异步reids

    /usr/local/php/bin/phpize ./configure --with-php-config=/usr/local/php/bin/php-config --enable-async ...

  9. vim的基本快捷操作(二)——可视模式

    va{ 选中{}中间内容,包括{} va[ 选中[]中间内容,包括{} va( 选中()中间内容 ,包括{} vi< 选中<>中间内容,包括<> 将上面的a换成i,就不包 ...

  10. JavaScript_DOM(文件对象模型)

    DOM(文档对象模型)是针对 HTML 和 XML 文档的一个 API(应用程序编程接口). DOM 描绘了一个层次化的节点树,允许开发人员添加.移除和修改页面的某一部分. DOM1 级将 HTML ...