Giter Club home page Giter Club logo

app-icon-generator's Introduction

#iOS开发所需的所有图片素材 #app icon screenshots generator

##中文 在iOS开发中,需要一整套各种尺寸的icon,上传AppStore的时候,也需要一系列的屏幕截图。对于独立开发者来说,制作这些图片素材,虽然不是难事,但是需要耗费一定的时间。刚开始,我使用sketch一张张手动生成的,多了之后就有点烦,所以写了几个脚本来自动生成。

###Xcode工程里用到的icon素材 使用 python icon_resize.py icon_file_name 可以生成Xcode所需要的全套icon。 当然首先需要原始icon要高清一些,生成之后的图片才不至于模糊

###AppStore中的icon 在AppStore里面,要求一个 * 1024*1024 * 的图片,而且是无透明通道的,所以jpg的就可以了, python icon_1024.png icon_file_name

###AppStore中的屏幕截图 使用 python screen_image_resize.py img1 img2 img3 可以生成所有屏幕截图

##English ###icons in xcode project

in xcode project, we need icon sizes with iphone and ipad in .png format, icon_resize.py will generate all sizes, if your original icon file name is a.jpg, just run python icon_resize.py a.jpg, then you can see all sizes of icon appear in current directory.

###icon in AppStore

in AppStore, we need a * 1024*1024 * icon, just run python icon_1024.py a.jpg

###Screenshots in AppStore in AppStore, we also need six sizes screenshots contains iphone and ipad, just run python screen_image_resize.py img1.jpg img2.jpg img3.jpg img4.jpg

app-icon-generator's People

Contributors

xiaowangwindow avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.