Guest User

Untitled

a guest
Jan 20th, 2018
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. # create-ios-all-size-images-shellscript
  2. Generate ios all size images (.jpg or .png).
  3.  
  4. # How to use
  5.  
  6. Run create_ios_all_size_images.command
  7.  
  8. * Conventions for source file layout
  9.  
  10. ```
  11. .
  12. ├── create_ios_all_size_images.command
  13. ├── src // Resize the image before
  14. │ └── button-128-64-32.png
  15. └── build // Resize the image after
  16. ├── button.png
  17. ├── button@2x.png
  18. └── button@3x.png
  19. ```
  20.  
  21. * Image file name format (src directory files)
  22.  
  23. ```
  24. button-128-64-32.png
  25. ( string-@3xSize-@2xSize-@1xSize.png )
  26. ```
Add Comment
Please, Sign In to add comment